Trace number 2084029

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) 287.233 294.828

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-1.xml
MD5SUM194b5d7d8f6047f875a4112dda62bede
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 benchmark27.5238
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data

0.07/0.30	c 0	Sugar v1-14-6 + HOME/minisat
0.07/0.30	c 0	BEGIN Sun Jul 12 08:04:22 2009
0.07/0.30	c 0	PID 25431
0.07/0.30	c 0	HOST node29.alineos.net
0.07/0.30	c 0	CONVERTING HOME/instance-2084029-1247378662.xml TO HOME/temp.csp
0.07/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084029-1247378662.xml' 'HOME/temp.csp'
1.35/1.62	c 2	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.35/1.67	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.67	c 2	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.38/1.75	c 2	Parsing HOME/temp.csp
1.38/2.07	c 2	parsed 10000 expressions
1.98/2.30	c 2	parsed 20000 expressions
1.98/2.31	c 2	parsed 20634 expressions
1.98/2.31	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.98/2.32	c 2	Converting to clausal form CSP
2.18/2.50	c 2	converted 2064 (10%) expressions
6.53/6.93	c 7	converted 4127 (20%) expressions
10.30/10.71	c 11	converted 6191 (30%) expressions
13.96/14.46	c 14	converted 8254 (40%) expressions
17.22/17.77	c 18	converted 10317 (50%) expressions
20.20/20.74	c 21	converted 12381 (60%) expressions
23.66/24.25	c 24	converted 14444 (70%) expressions
26.43/27.08	c 27	converted 16508 (80%) expressions
29.00/29.67	c 30	converted 18571 (90%) expressions
31.28/31.97	c 32	converted 20634 (100%) expressions
31.28/31.98	c 32	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
31.28/31.98	c 32	Heap : 104 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.28/31.98	c 32	Propagation in CSP
34.15/34.87	c 35	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.15/34.87	c 35	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
34.15/34.87	c 35	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.25/34.92	c 35	Simplifing CSP by introducing new Boolean variables
35.23/35.92	c 36	CSP : 6108 integers, 94132 booleans, 161062 clauses, largest domain size 2895
35.23/35.92	c 36	Heap : 114 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.92/36.68	c 37	Encoding CSP to SAT : HOME/temp.cnf
42.06/42.83	c 43	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
48.00/48.85	c 49	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
53.95/54.84	c 55	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
57.02/57.96	c 58	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
58.98/59.92	c 60	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
60.83/61.87	c 62	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
62.82/63.83	c 64	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
64.77/65.81	c 66	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
66.74/67.85	c 68	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
68.81/69.90	c 70	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
92.64/94.33	c 94	16107 (10%) CSP clauses are encoded (15840607 clauses, 338389786 bytes)
113.35/115.44	c 115	32213 (20%) CSP clauses are encoded (20474359 clauses, 464794704 bytes)
134.58/137.07	c 137	48319 (30%) CSP clauses are encoded (24918284 clauses, 585737894 bytes)
158.09/160.91	c 161	64425 (40%) CSP clauses are encoded (30097337 clauses, 727418173 bytes)
178.32/181.48	c 181	80531 (50%) CSP clauses are encoded (34539745 clauses, 849239275 bytes)
199.92/203.48	c 203	96638 (60%) CSP clauses are encoded (39607696 clauses, 988535944 bytes)
220.54/224.35	c 224	112744 (70%) CSP clauses are encoded (44479752 clauses, 1122694322 bytes)
240.59/244.71	c 245	128850 (80%) CSP clauses are encoded (49154769 clauses, 1252621954 bytes)
261.00/265.43	c 265	144956 (90%) CSP clauses are encoded (54240052 clauses, 1396988982 bytes)
280.73/285.55	c 285	161062 (100%) CSP clauses are encoded (59541414 clauses, 1548137967 bytes)
280.73/285.55	c 285	161062 CSP clauses encoded
280.73/285.55	c 285	Writing map file : HOME/temp.map
280.91/285.78	c 286	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
280.91/285.78	c 286	SAT : 11103091 SAT variables, 59541414 SAT clauses, 1548137967 bytes
280.91/285.78	c 286	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
280.98/285.85	c 286	SOLVING HOME/temp.cnf
280.98/285.85	c 286	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
280.98/285.86	c 286	This is MiniSat 2.0 beta
280.98/285.86	c 286	WARNING: for repeatability, setting FPU to use double precision
280.98/285.86	c 286	============================[ Problem Statistics ]=============================
280.98/285.86	c 286	|                                                                             |
280.98/285.86	c 286	|  Number of variables:  11103091                                             |
280.98/285.86	c 286	|  Number of clauses:    59541414                                             |
286.79/292.81	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-2084029-1247378662/watcher-2084029-1247378662 -o /tmp/evaluation-result-2084029-1247378662/solver-2084029-1247378662 -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-2084029-1247378662.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.96 2.28 2.23 4/82 25431
/proc/meminfo: memFree=1818896/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=18576 CPUtime=0
/proc/25431/stat : 25431 (runsolver) R 25429 25431 19045 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24932345 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25431/statm: 4644 284 249 26 0 2626 0

[startup+0.049359 s]
/proc/loadavg: 1.96 2.28 2.23 4/82 25431
/proc/meminfo: memFree=1818896/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=124 CPUtime=0
/proc/25431/stat : 25431 (sugar) D 25429 25431 19045 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 24932345 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 221778081257 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25431/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101365 s]
/proc/loadavg: 1.96 2.28 2.23 4/82 25431
/proc/meminfo: memFree=1818896/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=12268 CPUtime=0
/proc/25431/stat : 25431 (sugar) D 25429 25431 19045 0 -1 4194304 346 0 2 0 0 0 0 0 18 0 1 0 24932345 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25431/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.30138 s]
/proc/loadavg: 1.96 2.28 2.23 4/82 25431
/proc/meminfo: memFree=1818896/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16740 CPUtime=0.07
/proc/25431/stat : 25431 (sugar) R 25429 25431 19045 0 -1 4194304 1103 0 4 0 6 1 0 0 18 0 1 0 24932345 17141760 1075 996147200 4194304 4206940 548682068608 18446744073709551615 221794008968 0 0 4224 0 0 0 0 17 1 0 0
/proc/25431/statm: 4185 1075 380 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701409 s]
/proc/loadavg: 1.96 2.28 2.23 4/82 25431
/proc/meminfo: memFree=1818896/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=0.08
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1223 128 4 0 6 2 0 0 19 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 1.96 2.28 2.23 4/93 25443
/proc/meminfo: memFree=1793208/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=0.08
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1223 128 4 0 6 2 0 0 19 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
[pid=25434] ppid=25431 vsize=5356 CPUtime=0
/proc/25434/stat : 25434 (sh) S 25431 25431 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24932375 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25434/statm: 1339 233 193 169 0 50 0
[pid=25435] ppid=25434 vsize=864760 CPUtime=1.17
/proc/25435/stat : 25435 (java) S 25434 25431 19045 0 -1 0 12640 0 1 0 110 7 0 0 18 0 9 0 24932376 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25435/statm: 216190 10671 2557 9 0 210702 0
[pid=25435/tid=25436] ppid=25434 vsize=864760 CPUtime=0.59
/proc/25435/task/25436/stat : 25436 (java) R 25434 25431 19045 0 -1 64 3041 0 1 0 57 2 0 0 22 0 9 0 24932377 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4125958117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25435/tid=25437] ppid=25434 vsize=864760 CPUtime=0.41
/proc/25435/task/25437/stat : 25437 (java) S 25434 25431 19045 0 -1 64 8362 0 0 0 38 3 0 0 16 0 9 0 24932378 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25435/tid=25438] ppid=25434 vsize=864760 CPUtime=0
/proc/25435/task/25438/stat : 25438 (java) S 25434 25431 19045 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24932378 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25435/tid=25439] ppid=25434 vsize=864760 CPUtime=0
/proc/25435/task/25439/stat : 25439 (java) S 25434 25431 19045 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24932378 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25435/tid=25440] ppid=25434 vsize=864760 CPUtime=0
/proc/25435/task/25440/stat : 25440 (java) S 25434 25431 19045 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24932381 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25435/tid=25441] ppid=25434 vsize=864760 CPUtime=0.14
/proc/25435/task/25441/stat : 25441 (java) S 25434 25431 19045 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 24932381 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25435/tid=25442] ppid=25434 vsize=864760 CPUtime=0
/proc/25435/task/25442/stat : 25442 (java) S 25434 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24932381 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25435/tid=25443] ppid=25434 vsize=864760 CPUtime=0
/proc/25435/task/25443/stat : 25443 (java) S 25434 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932381 885514240 10671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 886984

[startup+3.10255 s]
/proc/loadavg: 1.96 2.28 2.23 4/93 25453
/proc/meminfo: memFree=1803640/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=1.38
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1305 13138 4 1 6 2 122 8 15 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
[pid=25444] ppid=25431 vsize=5356 CPUtime=0
/proc/25444/stat : 25444 (sh) S 25431 25431 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25444/statm: 1339 233 193 169 0 50 0
[pid=25445] ppid=25444 vsize=868572 CPUtime=1.4
/proc/25445/stat : 25445 (java) S 25444 25431 19045 0 -1 0 8774 0 1 0 135 5 0 0 18 0 9 0 24932512 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25445/statm: 217143 7860 2570 9 0 211648 0
[pid=25445/tid=25446] ppid=25444 vsize=868572 CPUtime=0.99
/proc/25445/task/25446/stat : 25446 (java) R 25444 25431 19045 0 -1 64 2633 0 1 0 97 2 0 0 22 0 9 0 24932514 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4126510019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25447] ppid=25444 vsize=868572 CPUtime=0.22
/proc/25445/task/25447/stat : 25447 (java) S 25444 25431 19045 0 -1 64 3961 0 0 0 21 1 0 0 16 0 9 0 24932515 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25448] ppid=25444 vsize=868572 CPUtime=0
/proc/25445/task/25448/stat : 25448 (java) S 25444 25431 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24932515 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25449] ppid=25444 vsize=868572 CPUtime=0
/proc/25445/task/25449/stat : 25449 (java) S 25444 25431 19045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24932515 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25450] ppid=25444 vsize=868572 CPUtime=0
/proc/25445/task/25450/stat : 25450 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932517 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25451] ppid=25444 vsize=868572 CPUtime=0.16
/proc/25445/task/25451/stat : 25451 (java) S 25444 25431 19045 0 -1 64 1477 0 0 0 16 0 0 0 15 0 9 0 24932517 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25452] ppid=25444 vsize=868572 CPUtime=0
/proc/25445/task/25452/stat : 25452 (java) S 25444 25431 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24932517 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25453] ppid=25444 vsize=868572 CPUtime=0
/proc/25445/task/25453/stat : 25453 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932517 889417728 7860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 890796

[startup+6.30175 s]
/proc/loadavg: 2.05 2.29 2.23 3/93 25453
/proc/meminfo: memFree=1785400/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=1.38
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1305 13138 4 1 6 2 122 8 15 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
[pid=25444] ppid=25431 vsize=5356 CPUtime=0
/proc/25444/stat : 25444 (sh) S 25431 25431 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25444/statm: 1339 233 193 169 0 50 0
[pid=25445] ppid=25444 vsize=868656 CPUtime=4.57
/proc/25445/stat : 25445 (java) S 25444 25431 19045 0 -1 0 11460 0 1 0 448 9 0 0 18 0 9 0 24932512 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25445/statm: 217164 10221 2567 9 0 211669 0
[pid=25445/tid=25446] ppid=25444 vsize=868656 CPUtime=3.78
/proc/25445/task/25446/stat : 25446 (java) R 25444 25431 19045 0 -1 64 2973 0 1 0 376 2 0 0 25 0 9 0 24932514 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4126512785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25447] ppid=25444 vsize=868656 CPUtime=0.56
/proc/25445/task/25447/stat : 25447 (java) S 25444 25431 19045 0 -1 64 6296 0 0 0 52 4 0 0 16 0 9 0 24932515 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25448] ppid=25444 vsize=868656 CPUtime=0
/proc/25445/task/25448/stat : 25448 (java) S 25444 25431 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24932515 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25449] ppid=25444 vsize=868656 CPUtime=0
/proc/25445/task/25449/stat : 25449 (java) S 25444 25431 19045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932515 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25450] ppid=25444 vsize=868656 CPUtime=0
/proc/25445/task/25450/stat : 25450 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932517 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25451] ppid=25444 vsize=868656 CPUtime=0.18
/proc/25445/task/25451/stat : 25451 (java) S 25444 25431 19045 0 -1 64 1488 0 0 0 18 0 0 0 15 0 9 0 24932517 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25452] ppid=25444 vsize=868656 CPUtime=0
/proc/25445/task/25452/stat : 25452 (java) S 25444 25431 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24932517 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25453] ppid=25444 vsize=868656 CPUtime=0
/proc/25445/task/25453/stat : 25453 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932517 889503744 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 890880

[startup+12.7022 s]
/proc/loadavg: 2.12 2.31 2.24 3/93 25453
/proc/meminfo: memFree=1763832/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=1.38
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1305 13138 4 1 6 2 122 8 16 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
[pid=25444] ppid=25431 vsize=5356 CPUtime=0
/proc/25444/stat : 25444 (sh) S 25431 25431 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25444/statm: 1339 233 193 169 0 50 0
[pid=25445] ppid=25444 vsize=871220 CPUtime=10.89
/proc/25445/stat : 25445 (java) S 25444 25431 19045 0 -1 0 18359 0 1 0 1075 14 0 0 18 0 9 0 24932512 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25445/statm: 217805 15890 2568 9 0 212310 0
[pid=25445/tid=25446] ppid=25444 vsize=871220 CPUtime=9.2
/proc/25445/task/25446/stat : 25446 (java) R 25444 25431 19045 0 -1 64 3417 0 1 0 917 3 0 0 25 0 9 0 24932514 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25447] ppid=25444 vsize=871220 CPUtime=1.47
/proc/25445/task/25447/stat : 25447 (java) R 25444 25431 19045 0 -1 64 12743 0 0 0 138 9 0 0 16 0 9 0 24932515 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25448] ppid=25444 vsize=871220 CPUtime=0
/proc/25445/task/25448/stat : 25448 (java) S 25444 25431 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24932515 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25449] ppid=25444 vsize=871220 CPUtime=0
/proc/25445/task/25449/stat : 25449 (java) S 25444 25431 19045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932515 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25450] ppid=25444 vsize=871220 CPUtime=0
/proc/25445/task/25450/stat : 25450 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932517 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25451] ppid=25444 vsize=871220 CPUtime=0.19
/proc/25445/task/25451/stat : 25451 (java) S 25444 25431 19045 0 -1 64 1496 0 0 0 19 0 0 0 17 0 9 0 24932517 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25452] ppid=25444 vsize=871220 CPUtime=0
/proc/25445/task/25452/stat : 25452 (java) S 25444 25431 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24932517 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25453] ppid=25444 vsize=871220 CPUtime=0
/proc/25445/task/25453/stat : 25453 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932517 892129280 15890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 893444

[startup+25.503 s]
/proc/loadavg: 2.24 2.32 2.24 3/93 25453
/proc/meminfo: memFree=1689144/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=1.38
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1305 13138 4 1 6 2 122 8 16 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
[pid=25444] ppid=25431 vsize=5356 CPUtime=0
/proc/25444/stat : 25444 (sh) S 25431 25431 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25444/statm: 1339 233 193 169 0 50 0
[pid=25445] ppid=25444 vsize=868656 CPUtime=23.56
/proc/25445/stat : 25445 (java) S 25444 25431 19045 0 -1 0 31244 0 1 0 2333 23 0 0 18 0 9 0 24932512 889503744 26263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25445/statm: 217164 26263 2568 9 0 211669 0
[pid=25445/tid=25446] ppid=25444 vsize=868656 CPUtime=20.37
/proc/25445/task/25446/stat : 25446 (java) R 25444 25431 19045 0 -1 64 4389 0 1 0 2032 5 0 0 25 0 9 0 24932514 889503744 26263 996147200 134512640 134550932 4294955936 18446744073709551615 4126503876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25447] ppid=25444 vsize=868656 CPUtime=2.96
/proc/25445/task/25447/stat : 25447 (java) S 25444 25431 19045 0 -1 64 24654 0 0 0 280 16 0 0 16 0 9 0 24932515 889503744 26263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25448] ppid=25444 vsize=868656 CPUtime=0
/proc/25445/task/25448/stat : 25448 (java) S 25444 25431 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24932515 889503744 26263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25449] ppid=25444 vsize=868656 CPUtime=0
/proc/25445/task/25449/stat : 25449 (java) S 25444 25431 19045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932515 889503744 26263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25450] ppid=25444 vsize=868656 CPUtime=0

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

/proc/loadavg: 2.12 2.23 2.22 3/83 25482
/proc/meminfo: memFree=675272/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=1.38
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1306 13138 4 1 6 2 122 8 16 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
[pid=25444] ppid=25431 vsize=5356 CPUtime=0
/proc/25444/stat : 25444 (sh) S 25431 25431 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25444/statm: 1339 233 193 169 0 50 0
[pid=25445] ppid=25444 vsize=868768 CPUtime=217.18
/proc/25445/stat : 25445 (java) S 25444 25431 19045 0 -1 0 45662 0 1 0 21024 694 0 0 18 0 9 0 24932512 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25445/statm: 217192 36707 2593 9 0 211669 0
[pid=25445/tid=25446] ppid=25444 vsize=868768 CPUtime=210.17
/proc/25445/task/25446/stat : 25446 (java) R 25444 25431 19045 0 -1 64 7430 0 1 0 20362 655 0 0 25 0 9 0 24932514 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4127073205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25447] ppid=25444 vsize=868768 CPUtime=6.69
/proc/25445/task/25447/stat : 25447 (java) S 25444 25431 19045 0 -1 64 35984 0 0 0 633 36 0 0 16 0 9 0 24932515 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25448] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25448/stat : 25448 (java) S 25444 25431 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24932515 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25449] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25449/stat : 25449 (java) S 25444 25431 19045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932515 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25450] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25450/stat : 25450 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25451] ppid=25444 vsize=868768 CPUtime=0.29
/proc/25445/task/25451/stat : 25451 (java) S 25444 25431 19045 0 -1 64 1545 0 0 0 28 1 0 0 16 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25452] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25452/stat : 25452 (java) S 25444 25431 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25453] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25453/stat : 25453 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.56
Current children cumulated vsize (KiB) 890992

[startup+282.301 s]
/proc/loadavg: 2.28 2.25 2.22 3/83 25482
/proc/meminfo: memFree=263624/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=1.38
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1306 13138 4 1 6 2 122 8 16 0 1 0 24932345 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1111 409 3 0 796 0
[pid=25444] ppid=25431 vsize=5356 CPUtime=0
/proc/25444/stat : 25444 (sh) S 25431 25431 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25444/statm: 1339 233 193 169 0 50 0
[pid=25445] ppid=25444 vsize=868768 CPUtime=276.19
/proc/25445/stat : 25445 (java) S 25444 25431 19045 0 -1 0 46397 0 1 0 26682 937 0 0 18 0 9 0 24932512 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25445/statm: 217192 36707 2593 9 0 211669 0
[pid=25445/tid=25446] ppid=25444 vsize=868768 CPUtime=268.61
/proc/25445/task/25446/stat : 25446 (java) R 25444 25431 19045 0 -1 64 8165 0 1 0 25969 892 0 0 25 0 9 0 24932514 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4127068773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25447] ppid=25444 vsize=868768 CPUtime=7.25
/proc/25445/task/25447/stat : 25447 (java) S 25444 25431 19045 0 -1 64 35984 0 0 0 683 42 0 0 16 0 9 0 24932515 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25448] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25448/stat : 25448 (java) S 25444 25431 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24932515 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25449] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25449/stat : 25449 (java) S 25444 25431 19045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932515 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25450] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25450/stat : 25450 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25451] ppid=25444 vsize=868768 CPUtime=0.29
/proc/25445/task/25451/stat : 25451 (java) S 25444 25431 19045 0 -1 64 1545 0 0 0 28 1 0 0 16 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25452] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25452/stat : 25452 (java) S 25444 25431 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25445/tid=25453] ppid=25444 vsize=868768 CPUtime=0
/proc/25445/task/25453/stat : 25453 (java) S 25444 25431 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932517 889618432 36707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.57
Current children cumulated vsize (KiB) 890992



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+292.802 s]
/proc/loadavg: 2.24 2.24 2.22 3/75 25484
/proc/meminfo: memFree=16264/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=281.05
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1373 59891 4 2 8 2 27131 964 16 0 1 0 24932345 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1114 409 3 0 796 0
[pid=25483] ppid=25431 vsize=5356 CPUtime=0
/proc/25483/stat : 25483 (sh) S 25431 25431 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24960930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25483/statm: 1339 232 193 169 0 50 0
[pid=25484] ppid=25483 vsize=970804 CPUtime=5.74
/proc/25484/stat : 25484 (minisat) R 25483 25431 19045 0 -1 4195840 218281 0 0 0 450 124 0 0 18 0 1 0 24960931 994103296 218263 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 0 0 0
/proc/25484/statm: 242701 218263 62 150 0 242548 0
Current children cumulated CPU time (s) 286.79
Current children cumulated vsize (KiB) 993028

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

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

[startup+293.502 s]
/proc/loadavg: 2.24 2.24 2.22 3/75 25484
/proc/meminfo: memFree=16264/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=281.05
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1395 59891 4 2 8 2 27131 964 16 0 1 0 24932345 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1114 409 3 0 796 0
[pid=25483] ppid=25431 vsize=0 CPUtime=0
/proc/25483/stat : 25483 (sh) Z 25431 25431 19045 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24960930 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
[pid=25484] ppid=1 vsize=970804 CPUtime=6.17
/proc/25484/stat : 25484 (minisat) R 1 25431 19045 0 -1 4195840 218281 0 0 0 450 167 0 0 18 0 1 0 24960931 994103296 218263 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 0 0 0
/proc/25484/statm: 242701 218263 62 150 0 242548 0
Current children cumulated CPU time (s) 287.22
Current children cumulated vsize (KiB) 987672

[startup+293.602 s]
/proc/loadavg: 2.22 2.23 2.22 3/76 25485
/proc/meminfo: memFree=15744/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=281.05
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1395 59891 4 2 8 2 27131 964 16 0 1 0 24932345 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1114 409 3 0 796 0
[pid=25483] ppid=25431 vsize=0 CPUtime=0
/proc/25483/stat : 25483 (sh) Z 25431 25431 19045 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24960930 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 281.05
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25431

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

[startup+294.202 s]
/proc/loadavg: 2.22 2.23 2.22 3/76 25485
/proc/meminfo: memFree=15744/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=281.05
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1395 59891 4 2 8 2 27131 964 16 0 1 0 24932345 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1114 409 3 0 796 0
[pid=25483] ppid=25431 vsize=0 CPUtime=0
/proc/25483/stat : 25483 (sh) Z 25431 25431 19045 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24960930 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 281.05
Current children cumulated vsize (KiB) 16868

[startup+294.602 s]
/proc/loadavg: 2.22 2.23 2.22 3/76 25485
/proc/meminfo: memFree=15744/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=281.05
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1395 59891 4 2 8 2 27131 964 16 0 1 0 24932345 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1114 409 3 0 796 0
[pid=25483] ppid=25431 vsize=0 CPUtime=0
/proc/25483/stat : 25483 (sh) Z 25431 25431 19045 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24960930 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 281.05
Current children cumulated vsize (KiB) 16868

[startup+294.807 s]
/proc/loadavg: 2.22 2.23 2.22 5/76 25485
/proc/meminfo: memFree=15488/2055920 swapFree=4191900/4192956
[pid=25431] ppid=25429 vsize=16868 CPUtime=281.05
/proc/25431/stat : 25431 (sugar) S 25429 25431 19045 0 -1 4194304 1395 59891 4 2 8 2 27131 964 16 0 1 0 24932345 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25431/statm: 4217 1114 409 3 0 796 0
[pid=25483] ppid=25431 vsize=0 CPUtime=0
/proc/25483/stat : 25483 (sh) Z 25431 25431 19045 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24960930 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 281.05
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.16998
#  lost CPU user time (s): 4.5
#  lost CPU system time (s): 1.67

Real time (s): 294.828
CPU time (s): 287.233
CPU user time (s): 275.894
CPU system time (s): 11.3395
CPU usage (%): 97.4241
Max. virtual memory (cumulated for all children) (KiB): 993028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.394
system time used= 9.66953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61286
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= 42091
involuntary context switches= 46845

runsolver used 0.385941 second user time and 1.04584 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 08:04:22
IDJOB=2084029
IDBENCH=58013
IDSOLVER=739
FILE ID=node29/2084029-1247378662
PBS_JOBID= 9507084
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-1.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-2084029-1247378662/watcher-2084029-1247378662 -o /tmp/evaluation-result-2084029-1247378662/solver-2084029-1247378662 -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-2084029-1247378662.xml

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

MD5SUM BENCH= 194b5d7d8f6047f875a4112dda62bede
RANDOM SEED=1934786760

node29.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.225
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.225
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:       1819440 kB
Buffers:          4164 kB
Cached:          55984 kB
SwapCached:         32 kB
Active:         166236 kB
Inactive:        20104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819440 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:         146268 kB
Slab:            35112 kB
Committed_AS:   361816 kB
PageTables:       2180 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= 64528 MiB
End job on node29 at 2009-07-12 08:09:17