Trace number 2083644

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 102.67 104.619

General information on the benchmark

Namecsp/fapp/fapp31/
normalized-fapp31-0400-2.xml
MD5SUM8b51b67d03b842d06e4a6cc96db5ee28
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5444
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3003
Maximum constraint arity2
Maximum domain size700
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3003
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:51:18 2009
0.00/0.08	c 0	PID 26179
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083644-1247377878.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083644-1247377878.xml' 'HOME/temp.csp'
0.06/0.65	c 0	4 domains, 400 variables, 6 predicates, 0 relations, 3003 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.75	c 1	Parsing HOME/temp.csp
0.61/0.86	c 1	parsed 3413 expressions
0.61/0.87	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.87	c 1	Converting to clausal form CSP
0.61/0.91	c 1	converted 342 (10%) expressions
1.91/2.01	c 2	converted 683 (20%) expressions
2.80/2.96	c 3	converted 1024 (30%) expressions
3.69/3.85	c 4	converted 1366 (40%) expressions
4.39/4.58	c 4	converted 1707 (50%) expressions
5.08/5.28	c 5	converted 2048 (60%) expressions
5.87/6.00	c 6	converted 2390 (70%) expressions
6.46/6.66	c 6	converted 2731 (80%) expressions
7.06/7.28	c 7	converted 3072 (90%) expressions
7.75/7.91	c 8	converted 3413 (100%) expressions
7.75/7.91	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
7.75/7.91	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.75/7.91	c 8	Propagation in CSP
8.24/8.43	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.24/8.44	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
8.24/8.44	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.24/8.45	c 8	Simplifing CSP by introducing new Boolean variables
8.45/8.60	c 8	CSP : 785 integers, 14819 booleans, 24805 clauses, largest domain size 2601
8.45/8.60	c 8	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.55/8.72	c 9	Encoding CSP to SAT : HOME/temp.cnf
10.53/10.78	c 11	79 (10%) CSP integer variables are encoded (53338 clauses, 777956 bytes)
12.49/12.79	c 13	157 (20%) CSP integer variables are encoded (106328 clauses, 1585759 bytes)
14.56/14.85	c 15	236 (30%) CSP integer variables are encoded (160016 clauses, 2498455 bytes)
16.62/16.93	c 17	314 (40%) CSP integer variables are encoded (214460 clauses, 3424003 bytes)
18.66/19.01	c 19	393 (50%) CSP integer variables are encoded (267852 clauses, 4331667 bytes)
19.05/19.45	c 19	471 (60%) CSP integer variables are encoded (455791 clauses, 7526630 bytes)
19.35/19.72	c 20	550 (70%) CSP integer variables are encoded (652340 clauses, 10867963 bytes)
19.55/19.97	c 20	628 (80%) CSP integer variables are encoded (850946 clauses, 14244265 bytes)
19.84/20.25	c 20	707 (90%) CSP integer variables are encoded (1051299 clauses, 17754239 bytes)
20.13/20.54	c 20	785 (100%) CSP integer variables are encoded (1254021 clauses, 21605957 bytes)
28.16/28.78	c 29	2481 (10%) CSP clauses are encoded (2167609 clauses, 43441255 bytes)
35.22/35.89	c 36	4961 (20%) CSP clauses are encoded (3046627 clauses, 64717593 bytes)
42.20/42.82	c 43	7442 (30%) CSP clauses are encoded (3977482 clauses, 87359605 bytes)
48.84/49.54	c 49	9922 (40%) CSP clauses are encoded (4921744 clauses, 111296314 bytes)
55.56/56.31	c 56	12403 (50%) CSP clauses are encoded (5900989 clauses, 135885213 bytes)
61.51/62.36	c 62	14883 (60%) CSP clauses are encoded (6848010 clauses, 159963024 bytes)
67.48/68.38	c 68	17364 (70%) CSP clauses are encoded (7816687 clauses, 184699050 bytes)
73.42/74.30	c 74	19844 (80%) CSP clauses are encoded (8714906 clauses, 207640032 bytes)
79.73/80.75	c 81	22325 (90%) CSP clauses are encoded (9725155 clauses, 233350964 bytes)
85.68/86.73	c 87	24805 (100%) CSP clauses are encoded (10656781 clauses, 257189562 bytes)
85.68/86.73	c 87	24805 CSP clauses encoded
85.68/86.73	c 87	Writing map file : HOME/temp.map
85.79/86.81	c 87	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.79/86.81	c 87	SAT : 1269625 SAT variables, 10656781 SAT clauses, 257189562 bytes
85.79/86.81	c 87	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.79/86.87	c 87	SOLVING HOME/temp.cnf
85.79/86.87	c 87	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
85.79/86.87	c 87	This is MiniSat 2.0 beta
85.79/86.87	c 87	WARNING: for repeatability, setting FPU to use double precision
85.79/86.87	c 87	============================[ Problem Statistics ]=============================
85.79/86.87	c 87	|                                                                             |
85.79/86.87	c 87	|  Number of variables:  1269625                                              |
85.79/86.87	c 87	|  Number of clauses:    10656781                                             |
92.20/93.69	c 94	|  Parsing time:         5.63         s                                       |
92.59/94.02	c 94	============================[ Search Statistics ]==============================
92.59/94.02	c 94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
92.59/94.02	c 94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
92.59/94.02	c 94	===============================================================================
92.59/94.02	c 94	|         0 | 1269620 10656771 29479011 |  3552257        0    nan |  0.000 % |
93.37/94.81	c 95	|       100 | 1269619 10656771 29479011 |  3907482       99      3 |  0.000 % |
94.96/96.40	c 96	|       250 | 1269616 10656771 29479011 |  4298230      246      4 |  0.374 % |
97.62/99.12	c 99	|       475 | 1269563 10656771 29479011 |  4728054      466      4 |  0.747 % |
100.20/101.73	c 102	|       813 | 1269550 10656771 29479011 |  5200859      797      5 |  1.897 % |
101.39/102.91	c 103	===============================================================================
101.39/102.91	c 103	restarts              : 5
101.39/102.91	c 103	conflicts             : 1081           (74 /sec)
101.39/102.91	c 103	decisions             : 20454          (1.64 % random) (1392 /sec)
101.39/102.91	c 103	propagations          : 19860499       (1351720 /sec)
101.39/102.91	c 103	conflict literals     : 5184           (17.86 % deleted)
101.39/102.91	c 103	Memory used           : 530.85 MB
101.39/102.91	c 103	CPU time              : 14.6928 s
101.39/102.91	c 103	
101.39/102.91	c 103	UNSATISFIABLE
101.49/103.00	c 103	DECODING HOME/temp.out WITH HOME/temp.map
101.49/103.00	c 103	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
101.52/103.44	c 103	Decoding HOME/temp.out
102.41/104.37	s UNSATISFIABLE
102.41/104.38	c 104	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
102.48/104.42	c 104	CPU 102.5 (0.06 0.01 99.08 3.35)
102.48/104.42	c 104	END Sun Jul 12 07:53:02 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083644-1247377878/watcher-2083644-1247377878 -o /tmp/evaluation-result-2083644-1247377878/solver-2083644-1247377878 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083644-1247377878.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.60 2.21 2.07 4/82 26179
/proc/meminfo: memFree=885976/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=12268 CPUtime=0
/proc/26179/stat : 26179 (sugar) R 26177 26179 8169 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24855354 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26179/statm: 3067 316 241 3 0 167 0

[startup+0.0823891 s]
/proc/loadavg: 2.60 2.21 2.07 4/82 26179
/proc/meminfo: memFree=885976/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16740 CPUtime=0.06
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24855354 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101737 s]
/proc/loadavg: 2.60 2.21 2.07 4/82 26179
/proc/meminfo: memFree=885976/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.06
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301771 s]
/proc/loadavg: 2.60 2.21 2.07 4/82 26179
/proc/meminfo: memFree=885976/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.06
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701834 s]
/proc/loadavg: 2.60 2.21 2.07 4/82 26179
/proc/meminfo: memFree=885976/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.61
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1292 6740 0 1 5 1 51 4 16 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 2.60 2.21 2.07 3/93 26201
/proc/meminfo: memFree=857856/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.61
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1309 6740 0 1 5 1 51 4 15 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
[pid=26192] ppid=26179 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (sh) S 26179 26179 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24855421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26192/statm: 1339 233 193 169 0 50 0
[pid=26193] ppid=26192 vsize=869512 CPUtime=0.8
/proc/26193/stat : 26193 (java) S 26192 26179 8169 0 -1 0 5417 0 1 0 77 3 0 0 18 0 9 0 24855422 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26193/statm: 217378 4806 1742 9 0 211883 0
[pid=26193/tid=26194] ppid=26192 vsize=869512 CPUtime=0.58
/proc/26193/task/26194/stat : 26194 (java) R 26192 26179 8169 0 -1 64 2700 0 1 0 57 1 0 0 21 0 9 0 24855423 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4126509039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26195] ppid=26192 vsize=869512 CPUtime=0.05
/proc/26193/task/26195/stat : 26195 (java) S 26192 26179 8169 0 -1 64 562 0 0 0 5 0 0 0 16 0 9 0 24855424 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26196] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26196/stat : 26196 (java) S 26192 26179 8169 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24855424 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26197] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26197/stat : 26197 (java) S 26192 26179 8169 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24855424 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26198] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26198/stat : 26198 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24855426 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26199] ppid=26192 vsize=869512 CPUtime=0.14
/proc/26193/task/26199/stat : 26199 (java) S 26192 26179 8169 0 -1 64 1460 0 0 0 14 0 0 0 16 0 9 0 24855426 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26200] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26200/stat : 26200 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24855426 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26201] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26201/stat : 26201 (java) S 26192 26179 8169 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24855426 890380288 4806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 891736

[startup+3.10122 s]
/proc/loadavg: 2.60 2.21 2.07 3/93 26201
/proc/meminfo: memFree=832896/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.61
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1309 6740 0 1 5 1 51 4 16 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
[pid=26192] ppid=26179 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (sh) S 26179 26179 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24855421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26192/statm: 1339 233 193 169 0 50 0
[pid=26193] ppid=26192 vsize=869512 CPUtime=2.39
/proc/26193/stat : 26193 (java) S 26192 26179 8169 0 -1 0 6055 0 1 0 234 5 0 0 18 0 9 0 24855422 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26193/statm: 217378 5263 1744 9 0 211883 0
[pid=26193/tid=26194] ppid=26192 vsize=869512 CPUtime=2.03
/proc/26193/task/26194/stat : 26194 (java) R 26192 26179 8169 0 -1 64 2881 0 1 0 201 2 0 0 25 0 9 0 24855423 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4126507917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26195] ppid=26192 vsize=869512 CPUtime=0.15
/proc/26193/task/26195/stat : 26195 (java) S 26192 26179 8169 0 -1 64 1003 0 0 0 14 1 0 0 16 0 9 0 24855424 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26196] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26196/stat : 26196 (java) S 26192 26179 8169 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24855424 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26197] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26197/stat : 26197 (java) S 26192 26179 8169 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24855424 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26198] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26198/stat : 26198 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24855426 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26199] ppid=26192 vsize=869512 CPUtime=0.18
/proc/26193/task/26199/stat : 26199 (java) S 26192 26179 8169 0 -1 64 1476 0 0 0 17 1 0 0 15 0 9 0 24855426 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26200] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26200/stat : 26200 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24855426 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26201] ppid=26192 vsize=869512 CPUtime=0
/proc/26193/task/26201/stat : 26201 (java) S 26192 26179 8169 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24855426 890380288 5263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891736

[startup+6.30274 s]
/proc/loadavg: 2.63 2.22 2.07 4/93 26201
/proc/meminfo: memFree=772224/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.61
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1309 6740 0 1 5 1 51 4 15 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
[pid=26192] ppid=26179 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (sh) S 26179 26179 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24855421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26192/statm: 1339 233 193 169 0 50 0
[pid=26193] ppid=26192 vsize=869600 CPUtime=5.56
/proc/26193/stat : 26193 (java) S 26192 26179 8169 0 -1 0 9971 0 1 0 547 9 0 0 18 0 9 0 24855422 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26193/statm: 217400 7411 2567 9 0 211905 0
[pid=26193/tid=26194] ppid=26192 vsize=869600 CPUtime=4.83
/proc/26193/task/26194/stat : 26194 (java) R 26192 26179 8169 0 -1 64 3240 0 1 0 481 2 0 0 25 0 9 0 24855423 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4126571547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26195] ppid=26192 vsize=869600 CPUtime=0.49
/proc/26193/task/26195/stat : 26195 (java) S 26192 26179 8169 0 -1 64 4550 0 0 0 45 4 0 0 16 0 9 0 24855424 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26196] ppid=26192 vsize=869600 CPUtime=0
/proc/26193/task/26196/stat : 26196 (java) S 26192 26179 8169 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24855424 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26197] ppid=26192 vsize=869600 CPUtime=0
/proc/26193/task/26197/stat : 26197 (java) S 26192 26179 8169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24855424 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26198] ppid=26192 vsize=869600 CPUtime=0
/proc/26193/task/26198/stat : 26198 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24855426 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26199] ppid=26192 vsize=869600 CPUtime=0.2
/proc/26193/task/26199/stat : 26199 (java) S 26192 26179 8169 0 -1 64 1481 0 0 0 19 1 0 0 15 0 9 0 24855426 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26200] ppid=26192 vsize=869600 CPUtime=0
/proc/26193/task/26200/stat : 26200 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24855426 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26201] ppid=26192 vsize=869600 CPUtime=0
/proc/26193/task/26201/stat : 26201 (java) S 26192 26179 8169 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24855426 890470400 7411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891824

[startup+12.7018 s]
/proc/loadavg: 2.74 2.25 2.08 3/93 26201
/proc/meminfo: memFree=659072/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.62
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1310 6740 0 1 6 1 51 4 16 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
[pid=26192] ppid=26179 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (sh) S 26179 26179 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24855421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26192/statm: 1339 233 193 169 0 50 0
[pid=26193] ppid=26192 vsize=869712 CPUtime=11.87
/proc/26193/stat : 26193 (java) S 26192 26179 8169 0 -1 0 11533 0 1 0 1172 15 0 0 18 0 9 0 24855422 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26193/statm: 217428 8641 2592 9 0 211905 0
[pid=26193/tid=26194] ppid=26192 vsize=869712 CPUtime=10.71
/proc/26193/task/26194/stat : 26194 (java) R 26192 26179 8169 0 -1 64 3680 0 1 0 1066 5 0 0 25 0 9 0 24855423 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4126994097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26195] ppid=26192 vsize=869712 CPUtime=0.89
/proc/26193/task/26195/stat : 26195 (java) S 26192 26179 8169 0 -1 64 5640 0 0 0 82 7 0 0 16 0 9 0 24855424 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26196] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26196/stat : 26196 (java) S 26192 26179 8169 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24855424 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26197] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26197/stat : 26197 (java) S 26192 26179 8169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24855424 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26198] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26198/stat : 26198 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24855426 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26199] ppid=26192 vsize=869712 CPUtime=0.24
/proc/26193/task/26199/stat : 26199 (java) S 26192 26179 8169 0 -1 64 1513 0 0 0 23 1 0 0 15 0 9 0 24855426 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26200] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26200/stat : 26200 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24855426 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26201] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26201/stat : 26201 (java) S 26192 26179 8169 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24855426 890585088 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 891936

[startup+25.5028 s]
/proc/loadavg: 2.87 2.30 2.10 3/93 26201
/proc/meminfo: memFree=419648/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.62
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1310 6740 0 1 6 1 51 4 16 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
[pid=26192] ppid=26179 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (sh) S 26179 26179 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24855421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26192/statm: 1339 233 193 169 0 50 0
[pid=26193] ppid=26192 vsize=869712 CPUtime=24.45
/proc/26193/stat : 26193 (java) S 26192 26179 8169 0 -1 0 12185 0 1 0 2392 53 0 0 18 0 9 0 24855422 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26193/statm: 217428 8659 2593 9 0 211905 0
[pid=26193/tid=26194] ppid=26192 vsize=869712 CPUtime=23.05
/proc/26193/task/26194/stat : 26194 (java) R 26192 26179 8169 0 -1 64 4318 0 1 0 2266 39 0 0 25 0 9 0 24855423 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4126993191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26193/tid=26195] ppid=26192 vsize=869712 CPUtime=1.09
/proc/26193/task/26195/stat : 26195 (java) S 26192 26179 8169 0 -1 64 5640 0 0 0 98 11 0 0 16 0 9 0 24855424 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26193/tid=26196] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26196/stat : 26196 (java) S 26192 26179 8169 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24855424 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26197] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26197/stat : 26197 (java) S 26192 26179 8169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24855424 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26198] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26198/stat : 26198 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24855426 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26199] ppid=26192 vsize=869712 CPUtime=0.27
/proc/26193/task/26199/stat : 26199 (java) S 26192 26179 8169 0 -1 64 1527 0 0 0 26 1 0 0 15 0 9 0 24855426 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26193/tid=26200] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26200/stat : 26200 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24855426 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26201] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26201/stat : 26201 (java) S 26192 26179 8169 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24855426 890585088 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 891936

[startup+51.103 s]
/proc/loadavg: 2.91 2.36 2.13 3/93 26201
/proc/meminfo: memFree=275712/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=0.62
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1310 6740 0 1 6 1 51 4 16 0 1 0 24855354 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1111 409 3 0 796 0
[pid=26192] ppid=26179 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (sh) S 26179 26179 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24855421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26192/statm: 1339 233 193 169 0 50 0
[pid=26193] ppid=26192 vsize=869712 CPUtime=49.79
/proc/26193/stat : 26193 (java) S 26192 26179 8169 0 -1 0 13745 0 1 0 4860 119 0 0 18 0 9 0 24855422 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26193/statm: 217428 8664 2593 9 0 211905 0
[pid=26193/tid=26194] ppid=26192 vsize=869712 CPUtime=47.95
/proc/26193/task/26194/stat : 26194 (java) R 26192 26179 8169 0 -1 64 5874 0 1 0 4699 96 0 0 25 0 9 0 24855423 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4126991676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26195] ppid=26192 vsize=869712 CPUtime=1.53
/proc/26193/task/26195/stat : 26195 (java) S 26192 26179 8169 0 -1 64 5640 0 0 0 133 20 0 0 16 0 9 0 24855424 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26196] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26196/stat : 26196 (java) S 26192 26179 8169 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24855424 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26197] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26197/stat : 26197 (java) S 26192 26179 8169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24855424 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26198] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26198/stat : 26198 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24855426 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26199] ppid=26192 vsize=869712 CPUtime=0.28
/proc/26193/task/26199/stat : 26199 (java) S 26192 26179 8169 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 24855426 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26193/tid=26200] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26200/stat : 26200 (java) S 26192 26179 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24855426 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26193/tid=26201] ppid=26192 vsize=869712 CPUtime=0
/proc/26193/task/26201/stat : 26201 (java) S 26192 26179 8169 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24855426 890585088 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 891936

[startup+102.307 s]
/proc/loadavg: 2.87 2.44 2.16 3/85 26203
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=85.82
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1377 23355 0 2 6 1 8344 231 16 0 1 0 24855354 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1114 409 3 0 796 0
[pid=26202] ppid=26179 vsize=5356 CPUtime=0
/proc/26202/stat : 26202 (sh) S 26179 26179 8169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24864041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26202/statm: 1339 232 193 169 0 50 0
[pid=26203] ppid=26202 vsize=543584 CPUtime=14.98
/proc/26203/stat : 26203 (minisat) R 26202 26179 8169 0 -1 4194304 129459 0 0 0 1409 89 0 0 25 0 1 0 24864042 556630016 129445 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26203/statm: 135896 129445 76 150 0 135743 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 565808

Solver just ended. Dumping a history of the last processes samples

[startup+103.902 s]
/proc/loadavg: 2.80 2.43 2.16 2/86 26206
/proc/meminfo: memFree=530872/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=101.49
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1449 153117 0 2 6 1 9813 329 15 0 1 0 24855354 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1114 409 3 0 796 0
[pid=26204] ppid=26179 vsize=5356 CPUtime=0
/proc/26204/stat : 26204 (sh) S 26179 26179 8169 0 -1 4194304 273 0 5 0 0 0 0 0 18 0 1 0 24865655 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26204/statm: 1339 233 193 169 0 50 0
[pid=26205] ppid=26204 vsize=862768 CPUtime=0.51
/proc/26205/stat : 26205 (java) S 26204 26179 8169 0 -1 0 4587 0 1 0 49 2 0 0 18 0 9 0 24865665 883474432 4004 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26205/statm: 215692 4004 1428 9 0 210605 0
[pid=26205/tid=26206] ppid=26204 vsize=862768 CPUtime=0.39
/proc/26205/task/26206/stat : 26206 (java) R 26204 26179 8169 0 -1 64 2034 0 1 0 39 0 0 0 20 0 9 0 24865676 883474432 4004 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 884992

[startup+104.302 s]
/proc/loadavg: 2.80 2.43 2.16 2/86 26206
/proc/meminfo: memFree=530872/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=101.49
/proc/26179/stat : 26179 (sugar) S 26177 26179 8169 0 -1 4194304 1449 153117 0 2 6 1 9813 329 15 0 1 0 24855354 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26179/statm: 4217 1114 409 3 0 796 0
[pid=26204] ppid=26179 vsize=5356 CPUtime=0
/proc/26204/stat : 26204 (sh) S 26179 26179 8169 0 -1 4194304 273 0 5 0 0 0 0 0 18 0 1 0 24865655 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26204/statm: 1339 233 193 169 0 50 0
[pid=26205] ppid=26204 vsize=862768 CPUtime=0.92
/proc/26205/stat : 26205 (java) S 26204 26179 8169 0 -1 0 8017 0 1 0 88 4 0 0 18 0 9 0 24865665 883474432 7280 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26205/statm: 215692 7280 2154 9 0 210605 0
[pid=26205/tid=26206] ppid=26204 vsize=862768 CPUtime=0.59
/proc/26205/task/26206/stat : 26206 (java) R 26204 26179 8169 0 -1 64 2140 0 1 0 58 1 0 0 22 0 9 0 24865676 883474432 7280 996147200 134512640 134550932 4294955984 18446744073709551615 4126413326 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 884992

[startup+104.507 s]
/proc/loadavg: 2.80 2.43 2.16 2/93 26213
/proc/meminfo: memFree=504768/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=102.6
/proc/26179/stat : 26179 (sugar) R 26177 26179 8169 0 -1 4194304 1478 162587 0 8 7 10 9908 335 16 0 1 0 24855354 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26179/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 102.6
Current children cumulated vsize (KiB) 16868

[startup+104.602 s]
/proc/loadavg: 2.80 2.43 2.16 2/93 26213
/proc/meminfo: memFree=504768/2055920 swapFree=4192812/4192956
[pid=26179] ppid=26177 vsize=16868 CPUtime=102.64
/proc/26179/stat : 26179 (sugar) D 26177 26179 8169 0 -1 4194304 1478 162587 0 8 7 14 9908 335 16 0 1 0 24855354 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26179/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 102.64
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 104.619
CPU time (s): 102.67
CPU user time (s): 99.1609
CPU system time (s): 3.50947
CPU usage (%): 98.1375
Max. virtual memory (cumulated for all children) (KiB): 894392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.1609
system time used= 3.50947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164125
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55149
involuntary context switches= 56636

runsolver used 0.162975 second user time and 0.346947 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 07:51:18
IDJOB=2083644
IDBENCH=57884
IDSOLVER=739
FILE ID=node3/2083644-1247377878
PBS_JOBID= 9507109
Free space on /tmp= 65916 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083644-1247377878/watcher-2083644-1247377878 -o /tmp/evaluation-result-2083644-1247377878/solver-2083644-1247377878 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083644-1247377878.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8b51b67d03b842d06e4a6cc96db5ee28
RANDOM SEED=972722183

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        886648 kB
Buffers:         56256 kB
Cached:         683652 kB
SwapCached:          0 kB
Active:         996972 kB
Inactive:        95460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        886648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          210320 kB
Writeback:           0 kB
Mapped:         373764 kB
Slab:            61496 kB
Committed_AS:   743860 kB
PageTables:       2560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65308 MiB
End job on node3 at 2009-07-12 07:53:03