Trace number 2083963

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) 158.722 165.83

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-8.xml
MD5SUM80784ad202db7a8a76db2282d616ca89
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.0761
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.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:02:31 2009
0.00/0.08	c 0	PID 29244
0.00/0.08	c 0	HOST node37.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083963-1247378550.xml TO HOME/temp.csp
0.00/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-2083963-1247378550.xml' 'HOME/temp.csp'
1.05/1.11	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
1.05/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.14	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'
1.07/1.22	c 1	Parsing HOME/temp.csp
1.07/1.40	c 1	parsed 10000 expressions
1.07/1.48	c 1	parsed 13452 expressions
1.07/1.49	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.49	c 1	Converting to clausal form CSP
1.07/1.54	c 1	converted 1346 (10%) expressions
1.07/1.90	c 1	converted 2691 (20%) expressions
3.48/3.68	c 3	converted 4036 (30%) expressions
5.07/5.27	c 5	converted 5381 (40%) expressions
6.56/6.73	c 6	converted 6726 (50%) expressions
8.24/8.43	c 8	converted 8072 (60%) expressions
9.82/10.01	c 10	converted 9417 (70%) expressions
11.49/11.77	c 11	converted 10762 (80%) expressions
12.88/13.15	c 13	converted 12107 (90%) expressions
14.06/14.37	c 14	converted 13452 (100%) expressions
14.06/14.38	c 14	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
14.06/14.38	c 14	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.06/14.38	c 14	Propagation in CSP
15.94/16.21	c 16	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.94/16.22	c 16	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
15.94/16.22	c 16	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.94/16.25	c 16	Simplifing CSP by introducing new Boolean variables
16.15/16.45	c 16	CSP : 7024 integers, 58219 booleans, 103683 clauses, largest domain size 2721
16.15/16.45	c 16	Heap : 56 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.53/16.88	c 16	Encoding CSP to SAT : HOME/temp.cnf
19.79/20.13	c 20	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
22.87/23.22	c 23	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
25.93/26.36	c 26	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
28.70/29.17	c 29	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
31.05/31.59	c 31	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
33.43/33.97	c 33	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
35.77/36.36	c 36	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
38.24/38.82	c 38	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
40.59/41.29	c 41	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
43.14/43.86	c 43	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
54.25/55.24	c 55	10369 (10%) CSP clauses are encoded (15630278 clauses, 324805985 bytes)
65.30/66.54	c 66	20737 (20%) CSP clauses are encoded (19341687 clauses, 424203426 bytes)
76.46/77.99	c 77	31105 (30%) CSP clauses are encoded (23167099 clauses, 527371442 bytes)
87.23/89.00	c 88	41474 (40%) CSP clauses are encoded (26793571 clauses, 624578517 bytes)
98.08/100.02	c 100	51842 (50%) CSP clauses are encoded (30362321 clauses, 720898055 bytes)
108.84/111.04	c 111	62210 (60%) CSP clauses are encoded (33967197 clauses, 817514875 bytes)
119.58/122.01	c 122	72579 (70%) CSP clauses are encoded (37504334 clauses, 912711393 bytes)
130.15/132.85	c 132	82947 (80%) CSP clauses are encoded (41084363 clauses, 1009724432 bytes)
141.11/144.03	c 144	93315 (90%) CSP clauses are encoded (44811899 clauses, 1114746496 bytes)
152.35/155.61	c 155	103683 (100%) CSP clauses are encoded (48763731 clauses, 1227454935 bytes)
152.35/155.62	c 155	103683 CSP clauses encoded
152.35/155.62	c 155	Writing map file : HOME/temp.map
152.55/155.80	c 155	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.55/155.80	c 155	SAT : 12114375 SAT variables, 48763731 SAT clauses, 1227454935 bytes
152.55/155.80	c 155	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.55/155.88	c 155	SOLVING HOME/temp.cnf
152.55/155.88	c 155	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
152.55/155.89	c 155	This is MiniSat 2.0 beta
152.55/155.89	c 155	WARNING: for repeatability, setting FPU to use double precision
152.55/155.89	c 155	============================[ Problem Statistics ]=============================
152.55/155.89	c 155	|                                                                             |
152.55/155.89	c 155	|  Number of variables:  12114375                                             |
152.55/155.89	c 155	|  Number of clauses:    48763731                                             |
158.70/163.82	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-2083963-1247378550/watcher-2083963-1247378550 -o /tmp/evaluation-result-2083963-1247378550/solver-2083963-1247378550 -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-2083963-1247378550.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: 1.98 2.13 2.09 4/74 29244
/proc/meminfo: memFree=1255784/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=18576 CPUtime=0
/proc/29244/stat : 29244 (runsolver) R 29242 29244 22571 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24919222 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29244/statm: 4644 284 249 26 0 2626 0

[startup+0.104619 s]
/proc/loadavg: 1.98 2.13 2.09 4/74 29244
/proc/meminfo: memFree=1255784/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=0.06
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201645 s]
/proc/loadavg: 1.98 2.13 2.09 4/74 29244
/proc/meminfo: memFree=1255784/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=0.06
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301655 s]
/proc/loadavg: 1.98 2.13 2.09 4/74 29244
/proc/meminfo: memFree=1255784/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=0.06
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701732 s]
/proc/loadavg: 1.98 2.13 2.09 4/74 29244
/proc/meminfo: memFree=1255784/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=0.06
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50188 s]
/proc/loadavg: 1.98 2.13 2.09 3/85 29256
/proc/meminfo: memFree=1228176/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=1.07
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1309 10159 0 1 6 1 92 8 16 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16868

[startup+3.10219 s]
/proc/loadavg: 1.98 2.13 2.09 3/85 29266
/proc/meminfo: memFree=1233936/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=1.07
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1309 10159 0 1 6 1 92 8 16 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
[pid=29257] ppid=29244 vsize=5356 CPUtime=0
/proc/29257/stat : 29257 (sh) S 29244 29244 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24919336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29257/statm: 1339 233 193 169 0 50 0
[pid=29258] ppid=29257 vsize=868596 CPUtime=1.92
/proc/29258/stat : 29258 (java) S 29257 29244 22571 0 -1 0 8621 0 1 0 185 7 0 0 19 0 9 0 24919336 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29258/statm: 217149 7690 2567 9 0 211654 0
[pid=29258/tid=29259] ppid=29257 vsize=868596 CPUtime=1.44
/proc/29258/task/29259/stat : 29259 (java) R 29257 29244 22571 0 -1 64 2713 0 1 0 142 2 0 0 25 0 9 0 24919337 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4126827509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29260] ppid=29257 vsize=868596 CPUtime=0.27
/proc/29258/task/29260/stat : 29260 (java) S 29257 29244 22571 0 -1 64 3726 0 0 0 24 3 0 0 16 0 9 0 24919339 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29261] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29261/stat : 29261 (java) S 29257 29244 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24919339 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29262] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29262/stat : 29262 (java) S 29257 29244 22571 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24919339 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29263] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29263/stat : 29263 (java) S 29257 29244 22571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24919341 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29264] ppid=29257 vsize=868596 CPUtime=0.19
/proc/29258/task/29264/stat : 29264 (java) S 29257 29244 22571 0 -1 64 1479 0 0 0 18 1 0 0 16 0 9 0 24919341 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29265] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29265/stat : 29265 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24919341 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29266] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29266/stat : 29266 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24919341 889442304 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890820

[startup+6.30279 s]
/proc/loadavg: 1.98 2.13 2.09 3/85 29266
/proc/meminfo: memFree=1222416/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=1.07
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1309 10159 0 1 6 1 92 8 16 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
[pid=29257] ppid=29244 vsize=5356 CPUtime=0
/proc/29257/stat : 29257 (sh) S 29244 29244 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24919336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29257/statm: 1339 233 193 169 0 50 0
[pid=29258] ppid=29257 vsize=868596 CPUtime=5.09
/proc/29258/stat : 29258 (java) S 29257 29244 22571 0 -1 0 11687 0 1 0 499 10 0 0 19 0 9 0 24919336 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29258/statm: 217149 10471 2567 9 0 211654 0
[pid=29258/tid=29259] ppid=29257 vsize=868596 CPUtime=4.23
/proc/29258/task/29259/stat : 29259 (java) R 29257 29244 22571 0 -1 64 3095 0 1 0 421 2 0 0 25 0 9 0 24919337 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4126511105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29260] ppid=29257 vsize=868596 CPUtime=0.63
/proc/29258/task/29260/stat : 29260 (java) S 29257 29244 22571 0 -1 64 6387 0 0 0 58 5 0 0 16 0 9 0 24919339 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29261] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29261/stat : 29261 (java) S 29257 29244 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24919339 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29262] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29262/stat : 29262 (java) S 29257 29244 22571 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24919339 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29263] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29263/stat : 29263 (java) S 29257 29244 22571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24919341 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29264] ppid=29257 vsize=868596 CPUtime=0.2
/proc/29258/task/29264/stat : 29264 (java) S 29257 29244 22571 0 -1 64 1502 0 0 0 19 1 0 0 15 0 9 0 24919341 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29265] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29265/stat : 29265 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24919341 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29266] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29266/stat : 29266 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24919341 889442304 10471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890820

[startup+12.703 s]
/proc/loadavg: 2.06 2.14 2.09 3/85 29266
/proc/meminfo: memFree=1198352/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=1.07
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1309 10159 0 1 6 1 92 8 16 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
[pid=29257] ppid=29244 vsize=5356 CPUtime=0
/proc/29257/stat : 29257 (sh) S 29244 29244 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24919336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29257/statm: 1339 233 193 169 0 50 0
[pid=29258] ppid=29257 vsize=868596 CPUtime=11.41
/proc/29258/stat : 29258 (java) S 29257 29244 22571 0 -1 0 21083 0 1 0 1123 18 0 0 19 0 9 0 24919336 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29258/statm: 217149 16405 2568 9 0 211654 0
[pid=29258/tid=29259] ppid=29257 vsize=868596 CPUtime=9.5
/proc/29258/task/29259/stat : 29259 (java) R 29257 29244 22571 0 -1 64 3767 0 1 0 946 4 0 0 25 0 9 0 24919337 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4126483727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29260] ppid=29257 vsize=868596 CPUtime=1.68
/proc/29258/task/29260/stat : 29260 (java) S 29257 29244 22571 0 -1 64 15110 0 0 0 156 12 0 0 16 0 9 0 24919339 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29261] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29261/stat : 29261 (java) S 29257 29244 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24919339 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29262] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29262/stat : 29262 (java) S 29257 29244 22571 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24919339 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29263] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29263/stat : 29263 (java) S 29257 29244 22571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24919341 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29264] ppid=29257 vsize=868596 CPUtime=0.2
/proc/29258/task/29264/stat : 29264 (java) S 29257 29244 22571 0 -1 64 1503 0 0 0 19 1 0 0 15 0 9 0 24919341 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29265] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29265/stat : 29265 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24919341 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29266] ppid=29257 vsize=868596 CPUtime=0
/proc/29258/task/29266/stat : 29266 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24919341 889442304 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890820

[startup+25.5014 s]
/proc/loadavg: 2.05 2.14 2.09 3/85 29266
/proc/meminfo: memFree=1171280/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=1.07
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1310 10159 0 1 6 1 92 8 16 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
[pid=29257] ppid=29244 vsize=5356 CPUtime=0
/proc/29257/stat : 29257 (sh) S 29244 29244 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24919336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29257/statm: 1339 233 193 169 0 50 0
[pid=29258] ppid=29257 vsize=868708 CPUtime=24.06
/proc/29258/stat : 29258 (java) S 29257 29244 22571 0 -1 0 25951 0 1 0 2378 28 0 0 19 0 9 0 24919336 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29258/statm: 217177 20739 2592 9 0 211654 0
[pid=29258/tid=29259] ppid=29257 vsize=868708 CPUtime=21.3
/proc/29258/task/29259/stat : 29259 (java) R 29257 29244 22571 0 -1 64 4136 0 1 0 2120 10 0 0 25 0 9 0 24919337 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4126483840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29260] ppid=29257 vsize=868708 CPUtime=2.48
/proc/29258/task/29260/stat : 29260 (java) S 29257 29244 22571 0 -1 64 19576 0 0 0 232 16 0 0 16 0 9 0 24919339 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29261] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29261/stat : 29261 (java) S 29257 29244 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24919339 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29262] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29262/stat : 29262 (java) S 29257 29244 22571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24919339 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29263] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29263/stat : 29263 (java) S 29257 29244 22571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24919341 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29264] ppid=29257 vsize=868708 CPUtime=0.26
/proc/29258/task/29264/stat : 29264 (java) S 29257 29244 22571 0 -1 64 1536 0 0 0 25 1 0 0 15 0 9 0 24919341 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29265] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29265/stat : 29265 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24919341 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29266] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29266/stat : 29266 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24919341 889556992 20739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890932

[startup+51.1013 s]
/proc/loadavg: 2.31 2.19 2.11 3/85 29266
/proc/meminfo: memFree=890832/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=1.07
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1310 10159 0 1 6 1 92 8 16 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
[pid=29257] ppid=29244 vsize=5356 CPUtime=0
/proc/29257/stat : 29257 (sh) S 29244 29244 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24919336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29257/statm: 1339 233 193 169 0 50 0
[pid=29258] ppid=29257 vsize=868708 CPUtime=49.18
/proc/29258/stat : 29258 (java) S 29257 29244 22571 0 -1 0 27045 0 1 0 4708 210 0 0 19 0 9 0 24919336 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29258/statm: 217177 20757 2593 9 0 211654 0

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

[pid=29258/tid=29261] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29261/stat : 29261 (java) S 29257 29244 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24919339 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29262] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29262/stat : 29262 (java) S 29257 29244 22571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24919339 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29263] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29263/stat : 29263 (java) S 29257 29244 22571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29264] ppid=29257 vsize=868708 CPUtime=0.29
/proc/29258/task/29264/stat : 29264 (java) S 29257 29244 22571 0 -1 64 1551 0 0 0 28 1 0 0 15 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29265] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29265/stat : 29265 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29266] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29266/stat : 29266 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 890932

[startup+102.303 s]
/proc/loadavg: 3.22 2.45 2.20 3/85 29266
/proc/meminfo: memFree=434704/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=1.07
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1310 10159 0 1 6 1 92 8 16 0 1 0 24919222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1111 409 3 0 796 0
[pid=29257] ppid=29244 vsize=5356 CPUtime=0
/proc/29257/stat : 29257 (sh) S 29244 29244 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24919336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29257/statm: 1339 233 193 169 0 50 0
[pid=29258] ppid=29257 vsize=868708 CPUtime=99.25
/proc/29258/stat : 29258 (java) S 29257 29244 22571 0 -1 0 28837 0 1 0 9431 494 0 0 19 0 9 0 24919336 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29258/statm: 217177 20757 2593 9 0 211654 0
[pid=29258/tid=29259] ppid=29257 vsize=868708 CPUtime=94.8
/proc/29258/task/29259/stat : 29259 (java) R 29257 29244 22571 0 -1 64 7007 0 1 0 9025 455 0 0 25 0 9 0 24919337 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4126484327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29260] ppid=29257 vsize=868708 CPUtime=4.14
/proc/29258/task/29260/stat : 29260 (java) S 29257 29244 22571 0 -1 64 19576 0 0 0 377 37 0 0 16 0 9 0 24919339 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29261] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29261/stat : 29261 (java) S 29257 29244 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24919339 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29262] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29262/stat : 29262 (java) S 29257 29244 22571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24919339 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29263] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29263/stat : 29263 (java) S 29257 29244 22571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29264] ppid=29257 vsize=868708 CPUtime=0.29
/proc/29258/task/29264/stat : 29264 (java) S 29257 29244 22571 0 -1 64 1551 0 0 0 28 1 0 0 15 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29265] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29265/stat : 29265 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29258/tid=29266] ppid=29257 vsize=868708 CPUtime=0
/proc/29258/task/29266/stat : 29266 (java) S 29257 29244 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24919341 889556992 20757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.32
Current children cumulated vsize (KiB) 890932

[startup+162.303 s]
/proc/loadavg: 3.43 2.67 2.29 2/77 29268
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=152.6
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1377 41202 0 2 7 2 14423 828 16 0 1 0 24919222 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1114 409 3 0 796 0
[pid=29267] ppid=29244 vsize=5356 CPUtime=0
/proc/29267/stat : 29267 (sh) S 29244 29244 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24934810 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29267/statm: 1339 232 193 169 0 50 0
[pid=29268] ppid=29267 vsize=826352 CPUtime=5.07
/proc/29268/stat : 29268 (minisat) R 29267 29244 22571 0 -1 4194304 183004 0 0 0 391 116 0 0 18 0 1 0 24934811 846184448 182990 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/29268/statm: 206588 182990 62 150 0 206435 0
Current children cumulated CPU time (s) 157.67
Current children cumulated vsize (KiB) 848576



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+163.802 s]
/proc/loadavg: 3.43 2.67 2.29 3/77 29268
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=152.6
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1377 41202 0 2 7 2 14423 828 16 0 1 0 24919222 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1114 409 3 0 796 0
[pid=29267] ppid=29244 vsize=5356 CPUtime=0
/proc/29267/stat : 29267 (sh) S 29244 29244 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24934810 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29267/statm: 1339 232 193 169 0 50 0
[pid=29268] ppid=29267 vsize=970800 CPUtime=6.1
/proc/29268/stat : 29268 (minisat) R 29267 29244 22571 0 -1 4195840 218274 0 0 0 464 146 0 0 18 0 1 0 24934811 994099200 218256 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/29268/statm: 242700 218256 62 150 0 242547 0
Current children cumulated CPU time (s) 158.7
Current children cumulated vsize (KiB) 993024

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

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

[startup+163.802 s]
/proc/loadavg: 3.43 2.67 2.29 3/77 29268
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=152.6
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1377 41202 0 2 7 2 14423 828 16 0 1 0 24919222 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1114 409 3 0 796 0
[pid=29267] ppid=29244 vsize=5356 CPUtime=0
/proc/29267/stat : 29267 (sh) S 29244 29244 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24934810 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29267/statm: 1339 232 193 169 0 50 0
[pid=29268] ppid=29267 vsize=970800 CPUtime=6.1
/proc/29268/stat : 29268 (minisat) R 29267 29244 22571 0 -1 4195840 218274 0 0 0 464 146 0 0 18 0 1 0 24934811 994099200 218256 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/29268/statm: 242700 218256 62 150 0 242547 0
Current children cumulated CPU time (s) 158.7
Current children cumulated vsize (KiB) 993024

[startup+163.921 s]
/proc/loadavg: 3.43 2.67 2.29 3/78 29269
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=152.6
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1399 41202 0 2 7 2 14423 828 16 0 1 0 24919222 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1114 409 3 0 796 0
[pid=29267] ppid=29244 vsize=0 CPUtime=0
/proc/29267/stat : 29267 (sh) Z 29244 29244 22571 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24934810 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/29267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.6
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29244

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

[startup+164.802 s]
/proc/loadavg: 3.43 2.67 2.29 3/78 29269
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=152.6
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1399 41202 0 2 7 2 14423 828 16 0 1 0 24919222 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1114 409 3 0 796 0
[pid=29267] ppid=29244 vsize=0 CPUtime=0
/proc/29267/stat : 29267 (sh) Z 29244 29244 22571 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24934810 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/29267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.6
Current children cumulated vsize (KiB) 16868

[startup+165.603 s]
/proc/loadavg: 3.43 2.67 2.29 3/78 29269
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=152.6
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1399 41202 0 2 7 2 14423 828 16 0 1 0 24919222 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1114 409 3 0 796 0
[pid=29267] ppid=29244 vsize=0 CPUtime=0
/proc/29267/stat : 29267 (sh) Z 29244 29244 22571 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24934810 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/29267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.6
Current children cumulated vsize (KiB) 16868

[startup+165.802 s]
/proc/loadavg: 3.43 2.67 2.29 3/78 29269
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=29244] ppid=29242 vsize=16868 CPUtime=152.6
/proc/29244/stat : 29244 (sugar) S 29242 29244 22571 0 -1 4194304 1399 41202 0 2 7 2 14423 828 16 0 1 0 24919222 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29244/statm: 4217 1114 409 3 0 796 0
[pid=29267] ppid=29244 vsize=0 CPUtime=0
/proc/29267/stat : 29267 (sh) Z 29244 29244 22571 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24934810 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/29267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.6
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): 6.09999
#  lost CPU user time (s): 4.64
#  lost CPU system time (s): 1.46

Real time (s): 165.83
CPU time (s): 158.722
CPU user time (s): 148.951
CPU system time (s): 9.77074
CPU usage (%): 95.7136
Max. virtual memory (cumulated for all children) (KiB): 993024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.311
system time used= 8.31074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42601
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55802
involuntary context switches= 59321

runsolver used 0.25996 second user time and 0.693894 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 08:02:30
IDJOB=2083963
IDBENCH=57990
IDSOLVER=739
FILE ID=node37/2083963-1247378550
PBS_JOBID= 9507089
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= 80784ad202db7a8a76db2282d616ca89
RANDOM SEED=37931837

node37.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.260
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.260
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:       1256264 kB
Buffers:         36420 kB
Cached:         338396 kB
SwapCached:          0 kB
Active:         659928 kB
Inactive:        82136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1256264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2868 kB
Writeback:           0 kB
Mapped:         378536 kB
Slab:            42112 kB
Committed_AS:   555672 kB
PageTables:       2552 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= 64756 MiB
End job on node37 at 2009-07-12 08:05:16