Trace number 2083985

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+minisat? (MO) 143.483 768.228

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-10.xml
MD5SUMb42627f9cb0b57c1082444fcb5232a6c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.2211
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 08:02:58 2009
0.06/0.07	c 0	PID 24354
0.06/0.07	c 0	HOST node88.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2083985-1247378575.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083985-1247378575.xml' 'HOME/temp.csp'
0.06/0.99	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
0.96/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.02	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.96/1.09	c 1	Parsing HOME/temp.csp
0.98/1.25	c 1	parsed 10000 expressions
0.98/1.33	c 1	parsed 13452 expressions
0.98/1.34	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.34	c 1	Converting to clausal form CSP
0.98/1.38	c 1	converted 1346 (10%) expressions
0.98/1.72	c 1	converted 2691 (20%) expressions
3.23/3.37	c 3	converted 4036 (30%) expressions
4.71/4.87	c 4	converted 5381 (40%) expressions
6.09/6.22	c 6	converted 6726 (50%) expressions
7.67/7.80	c 7	converted 8072 (60%) expressions
9.06/9.26	c 9	converted 9417 (70%) expressions
10.64/10.88	c 10	converted 10762 (80%) expressions
11.93/12.15	c 12	converted 12107 (90%) expressions
13.02/13.26	c 13	converted 13452 (100%) expressions
13.02/13.27	c 13	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
13.02/13.27	c 13	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.02/13.27	c 13	Propagation in CSP
14.70/14.95	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.70/14.95	c 15	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
14.70/14.95	c 15	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.70/14.98	c 15	Simplifing CSP by introducing new Boolean variables
14.90/15.17	c 15	CSP : 7024 integers, 58219 booleans, 103683 clauses, largest domain size 2721
14.90/15.17	c 15	Heap : 56 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.29/15.56	c 15	Encoding CSP to SAT : HOME/temp.cnf
18.26/18.54	c 18	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
21.04/21.37	c 21	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
23.85/24.20	c 24	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
26.45/26.87	c 26	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
28.64/29.03	c 29	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
30.84/31.64	c 31	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
32.92/41.78	c 41	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
35.18/44.05	c 44	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
37.47/47.24	c 47	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
39.73/57.34	c 57	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
49.63/83.02	c 83	10369 (10%) CSP clauses are encoded (15631064 clauses, 324827806 bytes)
59.58/132.24	c 132	20737 (20%) CSP clauses are encoded (19343293 clauses, 424248647 bytes)
69.54/159.56	c 159	31105 (30%) CSP clauses are encoded (23169678 clauses, 527444244 bytes)
79.27/184.26	c 184	41474 (40%) CSP clauses are encoded (26797029 clauses, 624676472 bytes)
88.97/238.93	c 238	51842 (50%) CSP clauses are encoded (30366614 clauses, 721019874 bytes)
98.68/342.89	c 342	62210 (60%) CSP clauses are encoded (33972234 clauses, 817658144 bytes)
108.25/366.72	c 366	72579 (70%) CSP clauses are encoded (37510170 clauses, 912877694 bytes)
117.71/387.84	c 387	82947 (80%) CSP clauses are encoded (41090990 clauses, 1009913671 bytes)
127.49/425.08	c 425	93315 (90%) CSP clauses are encoded (44819382 clauses, 1114961138 bytes)
137.57/481.17	c 481	103683 (100%) CSP clauses are encoded (48772060 clauses, 1227694845 bytes)
137.57/481.17	c 481	103683 CSP clauses encoded
137.62/482.11	c 482	Writing map file : HOME/temp.map
137.72/482.26	c 482	Heap : 49 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
137.72/482.26	c 482	SAT : 12114375 SAT variables, 48772060 SAT clauses, 1227694845 bytes
137.72/482.26	c 482	Heap : 49 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
137.79/483.19	c 483	SOLVING HOME/temp.cnf
137.79/483.20	c 483	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
137.83/636.39	c 636	This is MiniSat 2.0 beta
137.83/636.39	c 636	WARNING: for repeatability, setting FPU to use double precision
137.83/636.77	c 636	============================[ Problem Statistics ]=============================
137.83/636.77	c 636	|                                                                             |
137.83/642.11	c 642	|  Number of variables:  12114375                                             |
137.83/642.14	c 642	|  Number of clauses:    48772060                                             |
143.35/766.21	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083985-1247378575/watcher-2083985-1247378575 -o /tmp/evaluation-result-2083985-1247378575/solver-2083985-1247378575 -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-2083985-1247378575.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: 4.04 2.84 2.39 4/83 24354
/proc/meminfo: memFree=420392/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=12272 CPUtime=0
/proc/24354/stat : 24354 (sugar) R 24352 24354 18950 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24922946 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/24354/statm: 3068 327 246 3 0 168 0

[startup+0.0694871 s]
/proc/loadavg: 4.04 2.84 2.39 4/83 24354
/proc/meminfo: memFree=420392/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16740 CPUtime=0.06
/proc/24354/stat : 24354 (sugar) R 24352 24354 18950 0 -1 4194304 1109 0 0 0 5 1 0 0 18 0 1 0 24922946 17141760 1077 996147200 4194304 4206940 548682068608 18446744073709551615 270201198021 0 0 4224 0 0 0 0 17 0 0 0
/proc/24354/statm: 4185 1077 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101708 s]
/proc/loadavg: 4.04 2.84 2.39 4/83 24354
/proc/meminfo: memFree=420392/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.06
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301726 s]
/proc/loadavg: 4.04 2.84 2.39 4/83 24354
/proc/meminfo: memFree=420392/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.06
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701781 s]
/proc/loadavg: 4.04 2.84 2.39 4/83 24354
/proc/meminfo: memFree=420392/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.06
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 4.04 2.84 2.39 2/94 24366
/proc/meminfo: memFree=383632/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.98
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1309 10159 0 1 5 1 86 6 15 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 16868

[startup+3.10205 s]
/proc/loadavg: 4.04 2.84 2.39 3/94 24376
/proc/meminfo: memFree=380624/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.98
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1309 10159 0 1 5 1 86 6 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
[pid=24367] ppid=24354 vsize=5356 CPUtime=0
/proc/24367/stat : 24367 (sh) S 24354 24354 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24923048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1339 233 193 169 0 50 0
[pid=24368] ppid=24367 vsize=868596 CPUtime=2.04
/proc/24368/stat : 24368 (java) S 24367 24354 18950 0 -1 0 8918 0 1 0 197 7 0 0 18 0 9 0 24923048 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24368/statm: 217149 7952 2567 9 0 211654 0
[pid=24368/tid=24369] ppid=24367 vsize=868596 CPUtime=1.56
/proc/24368/task/24369/stat : 24369 (java) R 24367 24354 18950 0 -1 64 2748 0 1 0 154 2 0 0 25 0 9 0 24923049 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4126511084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24370] ppid=24367 vsize=868596 CPUtime=0.27
/proc/24368/task/24370/stat : 24370 (java) S 24367 24354 18950 0 -1 64 3986 0 0 0 24 3 0 0 16 0 9 0 24923050 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24371] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24371/stat : 24371 (java) S 24367 24354 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24923050 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24372] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24372/stat : 24372 (java) S 24367 24354 18950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24923050 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24373] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24373/stat : 24373 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24923052 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24374] ppid=24367 vsize=868596 CPUtime=0.19
/proc/24368/task/24374/stat : 24374 (java) S 24367 24354 18950 0 -1 64 1480 0 0 0 18 1 0 0 15 0 9 0 24923052 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24375] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24375/stat : 24375 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24923052 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24376] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24376/stat : 24376 (java) R 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24923052 889442304 7952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890820

[startup+6.30242 s]
/proc/loadavg: 4.12 2.88 2.40 3/94 24376
/proc/meminfo: memFree=339792/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.98
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1309 10159 0 1 5 1 86 6 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
[pid=24367] ppid=24354 vsize=5356 CPUtime=0
/proc/24367/stat : 24367 (sh) S 24354 24354 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24923048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1339 233 193 169 0 50 0
[pid=24368] ppid=24367 vsize=870384 CPUtime=5.21
/proc/24368/stat : 24368 (java) S 24367 24354 18950 0 -1 0 13300 0 1 0 508 13 0 0 18 0 9 0 24923048 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24368/statm: 217596 11387 2568 9 0 212101 0
[pid=24368/tid=24369] ppid=24367 vsize=870384 CPUtime=4.29
/proc/24368/task/24369/stat : 24369 (java) R 24367 24354 18950 0 -1 64 3130 0 1 0 425 4 0 0 25 0 9 0 24923049 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24370] ppid=24367 vsize=870384 CPUtime=0.69
/proc/24368/task/24370/stat : 24370 (java) R 24367 24354 18950 0 -1 64 7964 0 0 0 62 7 0 0 16 0 9 0 24923050 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 102499749 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24371] ppid=24367 vsize=870384 CPUtime=0
/proc/24368/task/24371/stat : 24371 (java) S 24367 24354 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24923050 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24372] ppid=24367 vsize=870384 CPUtime=0
/proc/24368/task/24372/stat : 24372 (java) S 24367 24354 18950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24923050 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24373] ppid=24367 vsize=870384 CPUtime=0
/proc/24368/task/24373/stat : 24373 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24923052 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24374] ppid=24367 vsize=870384 CPUtime=0.2
/proc/24368/task/24374/stat : 24374 (java) S 24367 24354 18950 0 -1 64 1502 0 0 0 19 1 0 0 16 0 9 0 24923052 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24375] ppid=24367 vsize=870384 CPUtime=0
/proc/24368/task/24375/stat : 24375 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24923052 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24376] ppid=24367 vsize=870384 CPUtime=0
/proc/24368/task/24376/stat : 24376 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24923052 891273216 11387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 892608

[startup+12.7022 s]
/proc/loadavg: 4.19 2.91 2.41 3/94 24376
/proc/meminfo: memFree=251608/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.98
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1309 10159 0 1 5 1 86 6 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
[pid=24367] ppid=24354 vsize=5356 CPUtime=0
/proc/24367/stat : 24367 (sh) S 24354 24354 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24923048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1339 233 193 169 0 50 0
[pid=24368] ppid=24367 vsize=868596 CPUtime=11.54
/proc/24368/stat : 24368 (java) S 24367 24354 18950 0 -1 0 22887 0 1 0 1133 21 0 0 18 0 9 0 24923048 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24368/statm: 217149 17388 2568 9 0 211654 0
[pid=24368/tid=24369] ppid=24367 vsize=868596 CPUtime=9.65
/proc/24368/task/24369/stat : 24369 (java) R 24367 24354 18950 0 -1 64 3800 0 1 0 959 6 0 0 25 0 9 0 24923049 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4126817707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24370] ppid=24367 vsize=868596 CPUtime=1.66
/proc/24368/task/24370/stat : 24370 (java) S 24367 24354 18950 0 -1 64 16880 0 0 0 153 13 0 0 16 0 9 0 24923050 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24371] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24371/stat : 24371 (java) S 24367 24354 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24923050 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24372] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24372/stat : 24372 (java) S 24367 24354 18950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24923050 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24373] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24373/stat : 24373 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24923052 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24374] ppid=24367 vsize=868596 CPUtime=0.2
/proc/24368/task/24374/stat : 24374 (java) S 24367 24354 18950 0 -1 64 1503 0 0 0 19 1 0 0 15 0 9 0 24923052 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24375] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24375/stat : 24375 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24923052 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24376] ppid=24367 vsize=868596 CPUtime=0
/proc/24368/task/24376/stat : 24376 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24923052 889442304 17388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890820

[startup+25.5016 s]
/proc/loadavg: 4.37 3.01 2.45 3/94 24376
/proc/meminfo: memFree=111128/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.98
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1310 10159 0 1 5 1 86 6 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
[pid=24367] ppid=24354 vsize=5356 CPUtime=0
/proc/24367/stat : 24367 (sh) S 24354 24354 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24923048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1339 233 193 169 0 50 0
[pid=24368] ppid=24367 vsize=868708 CPUtime=24.22
/proc/24368/stat : 24368 (java) S 24367 24354 18950 0 -1 0 26877 0 1 0 2388 34 0 0 18 0 9 0 24923048 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24368/statm: 217177 20852 2592 9 0 211654 0
[pid=24368/tid=24369] ppid=24367 vsize=868708 CPUtime=21.64
/proc/24368/task/24369/stat : 24369 (java) D 24367 24354 18950 0 -1 64 4161 0 1 0 2148 16 0 0 25 0 9 0 24923049 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071564464661 0 0 -1 0 0 0
[pid=24368/tid=24370] ppid=24367 vsize=868708 CPUtime=2.29
/proc/24368/task/24370/stat : 24370 (java) S 24367 24354 18950 0 -1 64 20475 0 0 0 213 16 0 0 16 0 9 0 24923050 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24368/tid=24371] ppid=24367 vsize=868708 CPUtime=0
/proc/24368/task/24371/stat : 24371 (java) S 24367 24354 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24923050 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24372] ppid=24367 vsize=868708 CPUtime=0
/proc/24368/task/24372/stat : 24372 (java) S 24367 24354 18950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24923050 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24373] ppid=24367 vsize=868708 CPUtime=0
/proc/24368/task/24373/stat : 24373 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24923052 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24374] ppid=24367 vsize=868708 CPUtime=0.26
/proc/24368/task/24374/stat : 24374 (java) S 24367 24354 18950 0 -1 64 1537 0 0 0 25 1 0 0 16 0 9 0 24923052 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24368/tid=24375] ppid=24367 vsize=868708 CPUtime=0
/proc/24368/task/24375/stat : 24375 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24923052 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24368/tid=24376] ppid=24367 vsize=868708 CPUtime=0
/proc/24368/task/24376/stat : 24376 (java) S 24367 24354 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24923052 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890932

[startup+51.1015 s]
/proc/loadavg: 4.65 3.19 2.53 1/94 24376
/proc/meminfo: memFree=16024/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=0.98
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1310 10159 0 1 5 1 86 6 16 0 1 0 24922946 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1111 409 3 0 796 0
[pid=24367] ppid=24354 vsize=5356 CPUtime=0
/proc/24367/stat : 24367 (sh) S 24354 24354 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24923048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1339 233 193 169 0 50 0
[pid=24368] ppid=24367 vsize=868708 CPUtime=37.25
/proc/24368/stat : 24368 (java) S 24367 24354 18950 0 -1 0 27607 0 1 0 3556 169 0 0 18 0 9 0 24923048 889556992 20852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24368/statm: 217177 20852 2592 9 0 211654 0

################
# More data... #
################

[startup+642.301 s]
/proc/loadavg: 4.11 4.50 3.63 2/86 24382
/proc/meminfo: memFree=15584/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1377 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=5356 CPUtime=0
/proc/24378/stat : 24378 (sh) S 24354 24354 18950 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 24971266 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24378/statm: 1339 232 193 169 0 50 0
[pid=24380] ppid=24378 vsize=11068 CPUtime=0.04
/proc/24380/stat : 24380 (minisat) D 24378 24354 18950 0 -1 4194304 2310 0 6 0 3 1 0 0 18 0 1 0 24971776 11333632 2302 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/24380/statm: 2767 2302 62 150 0 2614 0
Current children cumulated CPU time (s) 137.87
Current children cumulated vsize (KiB) 33292
heavy processes:

[startup+702.301 s]
/proc/loadavg: 5.57 4.78 3.77 2/91 24394
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1377 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=5356 CPUtime=0
/proc/24378/stat : 24378 (sh) S 24354 24354 18950 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 24971266 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24378/statm: 1339 232 193 169 0 50 0
[pid=24380] ppid=24378 vsize=53052 CPUtime=0.28
/proc/24380/stat : 24380 (minisat) D 24378 24354 18950 0 -1 4194304 12535 0 6 0 22 6 0 0 18 0 1 0 24971776 54325248 12527 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/24380/statm: 13263 12527 62 150 0 13110 0
Current children cumulated CPU time (s) 138.11
Current children cumulated vsize (KiB) 75276
heavy processes:

[startup+762.302 s]
/proc/loadavg: 4.77 4.78 3.84 2/85 24442
/proc/meminfo: memFree=1081568/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1377 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=5356 CPUtime=0
/proc/24378/stat : 24378 (sh) S 24354 24354 18950 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 24971266 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24378/statm: 1339 232 193 169 0 50 0
[pid=24380] ppid=24378 vsize=717872 CPUtime=4.07
/proc/24380/stat : 24380 (minisat) R 24378 24354 18950 0 -1 4194304 163776 0 6 0 317 90 0 0 18 0 1 0 24971776 735100928 163768 996147200 134512640 135127466 4294956256 18446744073709551615 134729230 0 0 4096 3 0 0 0 17 0 0 0
/proc/24380/statm: 179468 163768 62 150 0 179315 0
Current children cumulated CPU time (s) 141.9
Current children cumulated vsize (KiB) 740096
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+766.201 s]
/proc/loadavg: 4.54 4.74 3.83 3/85 24442
/proc/meminfo: memFree=796064/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1377 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=5356 CPUtime=0
/proc/24378/stat : 24378 (sh) S 24354 24354 18950 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 24971266 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24378/statm: 1339 232 193 169 0 50 0
[pid=24380] ppid=24378 vsize=970800 CPUtime=5.52
/proc/24380/stat : 24380 (minisat) R 24378 24354 18950 0 -1 4195840 218268 0 6 0 426 126 0 0 18 0 1 0 24971776 994099200 218256 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 0 0 0
/proc/24380/statm: 242700 218256 62 150 0 242547 0
Current children cumulated CPU time (s) 143.35
Current children cumulated vsize (KiB) 993024
heavy processes:

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (137.83 s) is less than in the last sample (143.46 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.62999 s) to the 'lost time'.

[startup+766.319 s]
/proc/loadavg: 4.54 4.74 3.83 3/85 24442
/proc/meminfo: memFree=796064/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1399 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=0 CPUtime=0
/proc/24378/stat : 24378 (sh) Z 24354 24354 18950 0 -1 4195340 271 0 6 0 0 0 0 0 16 0 1 0 24971266 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24378/statm: 0 0 0 0 0 0 0
[pid=24380] ppid=1 vsize=970800 CPUtime=5.63
/proc/24380/stat : 24380 (minisat) R 1 24354 18950 0 -1 4195840 218268 0 6 0 426 137 0 0 19 0 1 0 24971776 994099200 218256 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 0 0 0
/proc/24380/statm: 242700 218256 62 150 0 242547 0
Current children cumulated CPU time (s) 143.46
Current children cumulated vsize (KiB) 987668

[startup+766.401 s]
/proc/loadavg: 4.54 4.74 3.83 3/86 24443
/proc/meminfo: memFree=747992/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1399 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=0 CPUtime=0
/proc/24378/stat : 24378 (sh) Z 24354 24354 18950 0 -1 4195340 271 0 6 0 0 0 0 0 16 0 1 0 24971266 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24378/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24354

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

[startup+766.602 s]
/proc/loadavg: 4.54 4.74 3.83 3/86 24443
/proc/meminfo: memFree=747992/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1399 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=0 CPUtime=0
/proc/24378/stat : 24378 (sh) Z 24354 24354 18950 0 -1 4195340 271 0 6 0 0 0 0 0 16 0 1 0 24971266 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24378/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 16868

[startup+767.402 s]
/proc/loadavg: 4.54 4.74 3.83 3/86 24443
/proc/meminfo: memFree=747992/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1399 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=0 CPUtime=0
/proc/24378/stat : 24378 (sh) Z 24354 24354 18950 0 -1 4195340 271 0 6 0 0 0 0 0 16 0 1 0 24971266 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24378/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 16868

[startup+767.802 s]
/proc/loadavg: 4.54 4.74 3.83 3/86 24443
/proc/meminfo: memFree=489112/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1399 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=0 CPUtime=0
/proc/24378/stat : 24378 (sh) Z 24354 24354 18950 0 -1 4195340 271 0 6 0 0 0 0 0 16 0 1 0 24971266 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24378/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 16868

[startup+768.202 s]
/proc/loadavg: 4.54 4.74 3.83 3/86 24443
/proc/meminfo: memFree=489112/2055920 swapFree=4192812/4192956
[pid=24354] ppid=24352 vsize=16868 CPUtime=137.83
/proc/24354/stat : 24354 (sugar) S 24352 24354 18950 0 -1 4194304 1399 42100 0 6 6 2 12967 808 16 0 1 0 24922946 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24354/statm: 4217 1114 409 3 0 796 0
[pid=24378] ppid=24354 vsize=0 CPUtime=0
/proc/24378/stat : 24378 (sh) Z 24354 24354 18950 0 -1 4195340 271 0 6 0 0 0 0 0 16 0 1 0 24971266 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24378/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 5.62999
#  lost CPU user time (s): 4.25999
#  lost CPU system time (s): 1.37

Real time (s): 768.228
CPU time (s): 143.483
CPU user time (s): 134.002
CPU system time (s): 9.48077
CPU usage (%): 18.6771
Max. virtual memory (cumulated for all children) (KiB): 993024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.742
system time used= 8.11077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43499
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53946
involuntary context switches= 41496

runsolver used 0.925859 second user time and 2.55761 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 08:02:58
IDJOB=2083985
IDBENCH=57998
IDSOLVER=739
FILE ID=node88/2083985-1247378575
PBS_JOBID= 9507070
Free space on /tmp= 65236 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-10.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-2083985-1247378575/watcher-2083985-1247378575 -o /tmp/evaluation-result-2083985-1247378575/solver-2083985-1247378575 -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-2083985-1247378575.xml

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

MD5SUM BENCH= b42627f9cb0b57c1082444fcb5232a6c
RANDOM SEED=909354515

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        420936 kB
Buffers:         11304 kB
Cached:        1010532 kB
SwapCached:          0 kB
Active:        1516012 kB
Inactive:        24488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        420936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          564592 kB
Writeback:           0 kB
Mapped:         539932 kB
Slab:            78556 kB
Committed_AS:   953944 kB
PageTables:       2992 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= 64648 MiB
End job on node88 at 2009-07-12 08:15:46