Trace number 1063391

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.13+picosat? (MO) 355.992 364.579

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-share2b.xml
MD5SUM8a721fe409f930a696bbe0a3be39d00f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6901
Satisfiable
(Un)Satisfiability was proved
Number of variables2370
Number of constraints109
Maximum constraint arity360
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension109
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:00:00 2008
0.00/0.04	c 0	PID 18938
0.02/0.05	c 0	HOST node60.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1063391-1215136799.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063391-1215136799.xml' 'HOME/temp.csp'
0.02/0.57	c 0	2 domains, 2370 variables, 55 predicates, 0 relations, 109 constraints
0.02/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.62	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/0.71	c 0	Parsing HOME/temp.csp
1.38/1.52	c 1	parsed 2536 expressions
1.38/1.52	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/1.52	c 1	Converting to clausal form CSP
1.38/1.55	c 1	converted 254 (10%) expressions
1.38/1.55	c 1	converted 508 (20%) expressions
1.38/1.56	c 1	converted 761 (30%) expressions
1.38/1.56	c 1	converted 1015 (40%) expressions
1.38/1.56	c 1	converted 1268 (50%) expressions
1.38/1.57	c 1	converted 1522 (60%) expressions
1.38/1.57	c 1	converted 1776 (70%) expressions
1.38/1.57	c 1	converted 2029 (80%) expressions
1.38/1.58	c 1	converted 2283 (90%) expressions
3.47/3.63	c 3	converted 2536 (100%) expressions
3.47/3.64	c 3	CSP : 25432 integers, 0 booleans, 41933 clauses, largest domain size 9569
3.47/3.64	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.64	c 3	Propagation in CSP
3.87/4.04	c 4	13287 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.87/4.04	c 4	CSP : 25432 integers, 0 booleans, 41933 clauses, largest domain size 6167
3.87/4.04	c 4	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.06	c 4	Simplifing CSP by introducing new Boolean variables
3.87/4.08	c 4	CSP : 25432 integers, 0 booleans, 41933 clauses, largest domain size 6167
3.87/4.08	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.07/4.25	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.07/4.29	c 4	2544 (10%) CSP integer variables are encoded (581 clauses, 7617 bytes)
4.18/4.36	c 4	5087 (20%) CSP integer variables are encoded (63372 clauses, 934759 bytes)
4.18/4.38	c 4	7630 (30%) CSP integer variables are encoded (72070 clauses, 1065229 bytes)
4.28/4.40	c 4	10173 (40%) CSP integer variables are encoded (90713 clauses, 1344874 bytes)
4.28/4.43	c 4	12716 (50%) CSP integer variables are encoded (105452 clauses, 1593243 bytes)
4.28/4.44	c 4	15260 (60%) CSP integer variables are encoded (113758 clauses, 1734445 bytes)
4.28/4.49	c 4	17803 (70%) CSP integer variables are encoded (150125 clauses, 2352684 bytes)
4.37/4.52	c 4	20346 (80%) CSP integer variables are encoded (166949 clauses, 2638692 bytes)
4.37/4.54	c 4	22889 (90%) CSP integer variables are encoded (179645 clauses, 2854524 bytes)
4.47/4.60	c 4	25432 (100%) CSP integer variables are encoded (223871 clauses, 3606366 bytes)
120.30/123.30	c 123	4194 (10%) CSP clauses are encoded (66227640 clauses, 1418403547 bytes)
120.53/123.62	c 123	8387 (20%) CSP clauses are encoded (66355419 clauses, 1420998746 bytes)
122.88/126.23	c 126	12580 (30%) CSP clauses are encoded (67644344 clauses, 1448452791 bytes)
124.03/127.58	c 127	16774 (40%) CSP clauses are encoded (68252495 clauses, 1463048295 bytes)
124.40/127.91	c 127	20967 (50%) CSP clauses are encoded (68396388 clauses, 1466408206 bytes)
124.64/128.21	c 128	25160 (60%) CSP clauses are encoded (68505578 clauses, 1468947499 bytes)
130.66/135.31	c 135	29354 (70%) CSP clauses are encoded (71656900 clauses, 1545467862 bytes)
130.85/135.54	c 135	33547 (80%) CSP clauses are encoded (71769249 clauses, 1548084788 bytes)
133.32/138.78	c 138	37740 (90%) CSP clauses are encoded (73113633 clauses, 1580628068 bytes)
137.34/143.55	c 143	41933 (100%) CSP clauses are encoded (75335990 clauses, 1634603994 bytes)
137.34/143.55	c 143	41933 CSP clauses encoded
137.34/143.55	c 143	Writing map file : HOME/temp.map
137.43/143.61	c 143	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
137.43/143.61	c 143	SAT : 246127 SAT variables, 75335990 SAT clauses, 1634603994 bytes
137.43/143.61	c 143	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
137.43/143.64	c 143	SOLVING HOME/temp.cnf
137.43/143.64	c 143	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
355.30/363.22	c ERROR INTERRUPTED
355.42/363.35	s UNKNOWN
355.42/363.35	c 363	CPU 126.49 (0.03 0.01 126.46 10.98)
355.42/363.35	c 363	END Fri Jul  4 04:06:03 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063391-1215136799/watcher-1063391-1215136799 -o /tmp/evaluation-result-1063391-1215136799/solver-1063391-1215136799 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1063391-1215136799.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 18938
/proc/meminfo: memFree=1827608/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=18572 CPUtime=0
/proc/18938/stat : 18938 (runsolver) R 18936 18938 17098 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 636603081 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18938/statm: 4643 292 257 25 0 2626 0

[startup+0.0476429 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 18938
/proc/meminfo: memFree=1827608/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.02
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 837 0 0 0 2 0 0 0 18 0 1 0 636603081 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101561 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 18938
/proc/meminfo: memFree=1827608/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.02
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 900 127 0 0 2 0 0 0 19 0 1 0 636603081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301582 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 18938
/proc/meminfo: memFree=1827608/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.02
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 900 127 0 0 2 0 0 0 19 0 1 0 636603081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701615 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 18938
/proc/meminfo: memFree=1827608/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.53
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 956 5218 0 1 2 1 47 3 17 0 1 0 636603081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 2.04 2.06 2.01 4/92 18960
/proc/meminfo: memFree=1817472/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.53
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 973 5218 0 1 2 1 47 3 16 0 1 0 636603081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18938/statm: 3400 797 370 3 0 500 0
[pid=18951] ppid=18938 vsize=5356 CPUtime=0
/proc/18951/stat : 18951 (sh) S 18938 18938 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636603143 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18951/statm: 1339 233 193 169 0 50 0
[pid=18952] ppid=18951 vsize=864012 CPUtime=0.85
/proc/18952/stat : 18952 (java) S 18951 18938 17098 0 -1 0 6437 0 1 0 82 3 0 0 18 0 9 0 636603144 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18952/statm: 216003 5606 2532 9 0 210585 0
[pid=18952/tid=18953] ppid=18951 vsize=864012 CPUtime=0.56
/proc/18952/task/18953/stat : 18953 (java) R 18951 18938 17098 0 -1 64 2577 0 1 0 55 1 0 0 24 0 9 0 636603144 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18954] ppid=18951 vsize=864012 CPUtime=0.2
/proc/18952/task/18954/stat : 18954 (java) R 18951 18938 17098 0 -1 64 2826 0 0 0 19 1 0 0 16 0 9 0 636603146 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 102350426 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18955] ppid=18951 vsize=864012 CPUtime=0
/proc/18952/task/18955/stat : 18955 (java) S 18951 18938 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636603146 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18951 vsize=864012 CPUtime=0
/proc/18952/task/18956/stat : 18956 (java) S 18951 18938 17098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636603146 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18951 vsize=864012 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636603148 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18958] ppid=18951 vsize=864012 CPUtime=0.07
/proc/18952/task/18958/stat : 18958 (java) S 18951 18938 17098 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 636603148 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18959] ppid=18951 vsize=864012 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18951 18938 17098 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636603148 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18960] ppid=18951 vsize=864012 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636603148 884748288 5606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 882968

[startup+3.10285 s]
/proc/loadavg: 2.04 2.06 2.01 3/92 18960
/proc/meminfo: memFree=1803072/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.53
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 974 5218 0 1 2 1 47 3 15 0 1 0 636603081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18938/statm: 3400 797 370 3 0 500 0
[pid=18951] ppid=18938 vsize=5356 CPUtime=0
/proc/18951/stat : 18951 (sh) S 18938 18938 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636603143 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18951/statm: 1339 233 193 169 0 50 0
[pid=18952] ppid=18951 vsize=868392 CPUtime=2.44
/proc/18952/stat : 18952 (java) S 18951 18938 17098 0 -1 0 12642 0 1 0 237 7 0 0 18 0 9 0 636603144 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18952/statm: 217098 11654 2540 9 0 211673 0
[pid=18952/tid=18953] ppid=18951 vsize=868392 CPUtime=1.56
/proc/18952/task/18953/stat : 18953 (java) R 18951 18938 17098 0 -1 64 2974 0 1 0 155 1 0 0 25 0 9 0 636603144 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4126610872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18954] ppid=18951 vsize=868392 CPUtime=0.64
/proc/18952/task/18954/stat : 18954 (java) S 18951 18938 17098 0 -1 64 7501 0 0 0 60 4 0 0 15 0 9 0 636603146 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18955] ppid=18951 vsize=868392 CPUtime=0
/proc/18952/task/18955/stat : 18955 (java) S 18951 18938 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636603146 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18951 vsize=868392 CPUtime=0
/proc/18952/task/18956/stat : 18956 (java) S 18951 18938 17098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636603146 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18951 vsize=868392 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636603148 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18958] ppid=18951 vsize=868392 CPUtime=0.21
/proc/18952/task/18958/stat : 18958 (java) S 18951 18938 17098 0 -1 64 1469 0 0 0 21 0 0 0 16 0 9 0 636603148 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18959] ppid=18951 vsize=868392 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18951 18938 17098 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636603148 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18960] ppid=18951 vsize=868392 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636603148 889233408 11654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887348

[startup+6.30117 s]
/proc/loadavg: 2.04 2.06 2.01 3/92 18960
/proc/meminfo: memFree=1767744/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.54
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 974 5218 0 1 3 1 47 3 15 0 1 0 636603081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18938/statm: 3400 797 370 3 0 500 0
[pid=18951] ppid=18938 vsize=5356 CPUtime=0
/proc/18951/stat : 18951 (sh) S 18938 18938 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636603143 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18951/statm: 1339 233 193 169 0 50 0
[pid=18952] ppid=18951 vsize=868504 CPUtime=5.62
/proc/18952/stat : 18952 (java) S 18951 18938 17098 0 -1 0 15272 0 1 0 537 25 0 0 18 0 9 0 636603144 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18952/statm: 217126 13762 2565 9 0 211673 0
[pid=18952/tid=18953] ppid=18951 vsize=868504 CPUtime=4.19
/proc/18952/task/18953/stat : 18953 (java) R 18951 18938 17098 0 -1 64 3432 0 1 0 402 17 0 0 25 0 9 0 636603144 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4126626060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18954] ppid=18951 vsize=868504 CPUtime=1.13
/proc/18952/task/18954/stat : 18954 (java) S 18951 18938 17098 0 -1 64 9633 0 0 0 107 6 0 0 16 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18955] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18955/stat : 18955 (java) S 18951 18938 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18956/stat : 18956 (java) S 18951 18938 17098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18958] ppid=18951 vsize=868504 CPUtime=0.27
/proc/18952/task/18958/stat : 18958 (java) S 18951 18938 17098 0 -1 64 1509 0 0 0 27 0 0 0 16 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18959] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18951 18938 17098 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18960] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 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) 887460

[startup+12.7028 s]
/proc/loadavg: 2.04 2.05 2.01 3/92 18960
/proc/meminfo: memFree=1689344/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.54
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 974 5218 0 1 3 1 47 3 15 0 1 0 636603081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18938/statm: 3400 797 370 3 0 500 0
[pid=18951] ppid=18938 vsize=5356 CPUtime=0
/proc/18951/stat : 18951 (sh) S 18938 18938 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636603143 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18951/statm: 1339 233 193 169 0 50 0
[pid=18952] ppid=18951 vsize=868504 CPUtime=11.81
/proc/18952/stat : 18952 (java) S 18951 18938 17098 0 -1 0 15874 0 1 0 1106 75 0 0 18 0 9 0 636603144 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18952/statm: 217126 13762 2565 9 0 211673 0
[pid=18952/tid=18953] ppid=18951 vsize=868504 CPUtime=10.13
/proc/18952/task/18953/stat : 18953 (java) R 18951 18938 17098 0 -1 64 4034 0 1 0 950 63 0 0 25 0 9 0 636603144 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4126612499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18954] ppid=18951 vsize=868504 CPUtime=1.38
/proc/18952/task/18954/stat : 18954 (java) S 18951 18938 17098 0 -1 64 9633 0 0 0 127 11 0 0 16 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18955] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18955/stat : 18955 (java) S 18951 18938 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18956/stat : 18956 (java) S 18951 18938 17098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18958] ppid=18951 vsize=868504 CPUtime=0.27
/proc/18952/task/18958/stat : 18958 (java) S 18951 18938 17098 0 -1 64 1509 0 0 0 27 0 0 0 16 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18959] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18951 18938 17098 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18960] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887460

[startup+25.5021 s]
/proc/loadavg: 2.03 2.05 2.01 3/92 18960
/proc/meminfo: memFree=1528576/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=0.54
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 974 5218 0 1 3 1 47 3 15 0 1 0 636603081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18938/statm: 3400 797 370 3 0 500 0
[pid=18951] ppid=18938 vsize=5356 CPUtime=0
/proc/18951/stat : 18951 (sh) S 18938 18938 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636603143 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18951/statm: 1339 233 193 169 0 50 0
[pid=18952] ppid=18951 vsize=868504 CPUtime=24.44
/proc/18952/stat : 18952 (java) S 18951 18938 17098 0 -1 0 17090 0 1 0 2266 178 0 0 18 0 9 0 636603144 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18952/statm: 217126 13762 2565 9 0 211673 0
[pid=18952/tid=18953] ppid=18951 vsize=868504 CPUtime=22.23
/proc/18952/task/18953/stat : 18953 (java) R 18951 18938 17098 0 -1 64 5250 0 1 0 2066 157 0 0 25 0 9 0 636603144 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 102064689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18954] ppid=18951 vsize=868504 CPUtime=1.9
/proc/18952/task/18954/stat : 18954 (java) S 18951 18938 17098 0 -1 64 9633 0 0 0 171 19 0 0 16 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18955] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18955/stat : 18955 (java) S 18951 18938 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18956] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18956/stat : 18956 (java) S 18951 18938 17098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/18952/task/18956/stat : 18956 (java) S 18951 18938 17098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636603146 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18957] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18957/stat : 18957 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18958] ppid=18951 vsize=868504 CPUtime=0.27
/proc/18952/task/18958/stat : 18958 (java) S 18951 18938 17098 0 -1 64 1509 0 0 0 27 0 0 0 16 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18959] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18959/stat : 18959 (java) S 18951 18938 17098 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18952/tid=18960] ppid=18951 vsize=868504 CPUtime=0
/proc/18952/task/18960/stat : 18960 (java) S 18951 18938 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636603148 889348096 13762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (KiB) 887460

[startup+162.301 s]
/proc/loadavg: 2.56 2.25 2.08 3/84 19444
/proc/meminfo: memFree=73600/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.47
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 1022 33378 0 2 3 1 12645 1098 16 0 1 0 636603081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 799 370 3 0 500 0
[pid=19443] ppid=18938 vsize=5356 CPUtime=0
/proc/19443/stat : 19443 (sh) S 18938 18938 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636617445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19443/statm: 1339 232 193 169 0 50 0
[pid=19444] ppid=19443 vsize=90252 CPUtime=18.54
/proc/19444/stat : 19444 (picosat) R 19443 18938 17098 0 -1 4194304 22043 0 0 0 840 1014 0 0 25 0 1 0 636617446 92418048 22029 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19444/statm: 22563 22029 40 102 0 22458 0
Current children cumulated CPU time (s) 156.01
Current children cumulated vsize (KiB) 109208

[startup+222.301 s]
/proc/loadavg: 2.24 2.21 2.08 3/84 19444
/proc/meminfo: memFree=16064/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.47
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 1022 33378 0 2 3 1 12645 1098 16 0 1 0 636603081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 799 370 3 0 500 0
[pid=19443] ppid=18938 vsize=5356 CPUtime=0
/proc/19443/stat : 19443 (sh) S 18938 18938 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636617445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19443/statm: 1339 232 193 169 0 50 0
[pid=19444] ppid=19443 vsize=353780 CPUtime=77.98
/proc/19444/stat : 19444 (picosat) R 19443 18938 17098 0 -1 4194304 80013 0 0 0 3538 4260 0 0 25 0 1 0 636617446 362270720 79999 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19444/statm: 88445 79999 40 102 0 88340 0
Current children cumulated CPU time (s) 215.45
Current children cumulated vsize (KiB) 372736

[startup+282.301 s]
/proc/loadavg: 2.09 2.17 2.08 3/84 19444
/proc/meminfo: memFree=15808/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.47
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 1022 33378 0 2 3 1 12645 1098 16 0 1 0 636603081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 799 370 3 0 500 0
[pid=19443] ppid=18938 vsize=5356 CPUtime=0
/proc/19443/stat : 19443 (sh) S 18938 18938 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636617445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19443/statm: 1339 232 193 169 0 50 0
[pid=19444] ppid=19443 vsize=560360 CPUtime=137.57
/proc/19444/stat : 19444 (picosat) R 19443 18938 17098 0 -1 4194304 138102 0 0 0 6259 7498 0 0 25 0 1 0 636617446 573808640 138088 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19444/statm: 140090 138088 40 102 0 139985 0
Current children cumulated CPU time (s) 275.04
Current children cumulated vsize (KiB) 579316

[startup+342.301 s]
/proc/loadavg: 2.03 2.14 2.07 3/84 19444
/proc/meminfo: memFree=15744/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.47
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 1022 33378 0 2 3 1 12645 1098 16 0 1 0 636603081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 799 370 3 0 500 0
[pid=19443] ppid=18938 vsize=5356 CPUtime=0
/proc/19443/stat : 19443 (sh) S 18938 18938 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636617445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19443/statm: 1339 232 193 169 0 50 0
[pid=19444] ppid=19443 vsize=831156 CPUtime=197.1
/proc/19444/stat : 19444 (picosat) R 19443 18938 17098 0 -1 4194304 195858 0 0 0 8996 10714 0 0 25 0 1 0 636617446 851103744 195844 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19444/statm: 207789 195844 40 102 0 207684 0
Current children cumulated CPU time (s) 334.57
Current children cumulated vsize (KiB) 850112



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+363.202 s]
/proc/loadavg: 2.02 2.13 2.07 3/84 19444
/proc/meminfo: memFree=15040/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.47
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 1022 33378 0 2 3 1 12645 1098 16 0 1 0 636603081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 799 370 3 0 500 0
[pid=19443] ppid=18938 vsize=5356 CPUtime=0
/proc/19443/stat : 19443 (sh) S 18938 18938 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636617445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19443/statm: 1339 232 193 169 0 50 0
[pid=19444] ppid=19443 vsize=902700 CPUtime=217.83
/proc/19444/stat : 19444 (picosat) R 19443 18938 17098 0 -1 4194304 215972 0 0 0 9939 11844 0 0 25 0 1 0 636617446 924364800 215958 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19444/statm: 225675 215958 40 102 0 225570 0
Current children cumulated CPU time (s) 355.3
Current children cumulated vsize (KiB) 921656

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

[startup+363.319 s]
/proc/loadavg: 2.02 2.13 2.07 3/84 19444
/proc/meminfo: memFree=15040/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.47
/proc/18938/stat : 18938 (sugar) S 18936 18938 17098 0 -1 4194304 1041 33378 0 2 3 1 12645 1098 16 0 1 0 636603081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18938/statm: 3400 799 370 3 0 500 0
[pid=19443] ppid=18938 vsize=0 CPUtime=0
/proc/19443/stat : 19443 (sh) Z 18938 18938 17098 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 636617445 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/19443/statm: 0 0 0 0 0 0 0
[pid=19444] ppid=1 vsize=0 CPUtime=217.95
/proc/19444/stat : 19444 (picosat) R 1 18938 17098 0 -1 4195332 215973 0 0 0 9939 11856 0 0 25 0 1 0 636617446 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/19444/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 355.42
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (137.49 s) is less than in the last sample (355.42 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (217.93 s) to the 'lost time'.

[startup+363.402 s]
/proc/loadavg: 2.02 2.13 2.07 3/84 19444
/proc/meminfo: memFree=15040/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.49
/proc/18938/stat : 18938 (sugar) R 18936 18938 17098 0 -1 4194304 1069 33655 0 2 3 2 12646 1098 16 0 1 0 636603081 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18938/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 137.49
Current children cumulated vsize (KiB) 13600

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

[startup+363.802 s]
/proc/loadavg: 2.02 2.13 2.07 3/84 19444
/proc/meminfo: memFree=15040/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=137.88
/proc/18938/stat : 18938 (sugar) R 18936 18938 17098 0 -1 4194304 1069 33655 0 2 3 41 12646 1098 16 0 1 0 636603081 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18938/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 137.88
Current children cumulated vsize (KiB) 13600

[startup+364.201 s]
/proc/loadavg: 2.02 2.13 2.07 2/83 19445
/proc/meminfo: memFree=1910152/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=138.01
/proc/18938/stat : 18938 (sugar) D 18936 18938 17098 0 -1 4194304 1069 33655 0 2 3 54 12646 1098 15 0 1 0 636603081 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18938/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 138.01
Current children cumulated vsize (KiB) 13600

[startup+364.402 s]
/proc/loadavg: 2.02 2.13 2.07 2/83 19445
/proc/meminfo: memFree=1910152/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=138.02
/proc/18938/stat : 18938 (sugar) D 18936 18938 17098 0 -1 4194304 1069 33655 0 2 3 55 12646 1098 15 0 1 0 636603081 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18938/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 138.02
Current children cumulated vsize (KiB) 13600

[startup+364.501 s]
/proc/loadavg: 2.02 2.13 2.07 2/83 19445
/proc/meminfo: memFree=1910152/2055920 swapFree=4157744/4192956
[pid=18938] ppid=18936 vsize=13600 CPUtime=138.03
/proc/18938/stat : 18938 (sugar) D 18936 18938 17098 0 -1 4194304 1069 33655 0 2 3 56 12646 1098 15 0 1 0 636603081 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18938/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 138.03
Current children cumulated vsize (KiB) 13600

Child status: 0

# 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): 217.93
#  lost CPU user time (s): 99.38
#  lost CPU system time (s): 118.55

Real time (s): 364.579
CPU time (s): 355.992
CPU user time (s): 225.877
CPU system time (s): 130.115
CPU usage (%): 97.6447
Max. virtual memory (cumulated for all children) (KiB): 921656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.497
system time used= 11.5652
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34755
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= 96292
involuntary context switches= 100566

runsolver used 0.421935 second user time and 1.05784 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 03:59:59
IDJOB=1063391
IDBENCH=54747
IDSOLVER=345
FILE ID=node60/1063391-1215136799
PBS_JOBID= 7877289
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-share2b.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063391-1215136799/watcher-1063391-1215136799 -o /tmp/evaluation-result-1063391-1215136799/solver-1063391-1215136799 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1063391-1215136799.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a721fe409f930a696bbe0a3be39d00f
RANDOM SEED=736044861

node60.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.216
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.216
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:       1828152 kB
Buffers:         19728 kB
Cached:         100396 kB
SwapCached:      28864 kB
Active:         148264 kB
Inactive:        26628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828152 kB
SwapTotal:     4192956 kB
SwapFree:      4157744 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          71180 kB
Slab:            37904 kB
Committed_AS:  1075472 kB
PageTables:       2008 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= 66556 MiB
End job on node60 at 2008-07-04 04:06:05