Trace number 1054103

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+minisat? (MO) 139.36 144.293

General information on the benchmark

Namecsp/mknap/
normalized-mknap-1-5.xml
MD5SUMb5acb3eb596baa32b0d08b4b1c84ff93
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.20382
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints6
Maximum constraint arity39
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 06:05:59 2008
0.00/0.05	c 0	PID 13444
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1054103-1215057959.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1054103-1215057959.xml' 'HOME/temp.csp'
0.03/0.26	c 0	1 domains, 39 variables, 6 predicates, 0 relations, 6 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	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.03/0.39	c 1	Parsing HOME/temp.csp
0.26/0.55	c 1	parsed 52 expressions
0.26/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.61	c 1	Converting to clausal form CSP
0.26/0.63	c 1	converted 6 (10%) expressions
0.26/0.63	c 1	converted 11 (20%) expressions
0.26/0.63	c 1	converted 16 (30%) expressions
0.26/0.63	c 1	converted 21 (40%) expressions
0.26/0.63	c 1	converted 26 (50%) expressions
0.26/0.63	c 1	converted 32 (60%) expressions
0.26/0.63	c 1	converted 37 (70%) expressions
0.26/0.64	c 1	converted 42 (80%) expressions
0.26/0.68	c 1	converted 47 (90%) expressions
0.26/0.80	c 1	converted 52 (100%) expressions
0.26/0.80	c 1	CSP : 274 integers, 0 booleans, 477 clauses, largest domain size 10635
0.26/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.80	c 1	Propagation in CSP
0.26/0.83	c 1	25754 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.83	c 1	CSP : 274 integers, 0 booleans, 477 clauses, largest domain size 6359
0.26/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.83	c 1	CSP : 274 integers, 0 booleans, 477 clauses, largest domain size 6359
0.26/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.87	c 1	28 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.26/0.88	c 1	55 (20%) CSP integer variables are encoded (409 clauses, 4448 bytes)
0.26/0.88	c 1	83 (30%) CSP integer variables are encoded (2723 clauses, 33469 bytes)
0.26/0.89	c 1	110 (40%) CSP integer variables are encoded (4536 clauses, 57038 bytes)
0.26/0.89	c 1	137 (50%) CSP integer variables are encoded (6477 clauses, 82271 bytes)
0.26/0.89	c 1	165 (60%) CSP integer variables are encoded (8410 clauses, 107400 bytes)
0.26/0.90	c 1	192 (70%) CSP integer variables are encoded (10284 clauses, 132709 bytes)
0.26/0.92	c 1	220 (80%) CSP integer variables are encoded (27985 clauses, 398224 bytes)
0.26/0.96	c 1	247 (90%) CSP integer variables are encoded (55850 clauses, 816199 bytes)
0.26/0.99	c 1	274 (100%) CSP integer variables are encoded (84598 clauses, 1247419 bytes)
0.92/1.06	c 1	48 (10%) CSP clauses are encoded (111314 clauses, 1653922 bytes)
1.21/1.30	c 1	96 (20%) CSP clauses are encoded (242445 clauses, 4051956 bytes)
1.42/1.53	c 2	144 (30%) CSP clauses are encoded (362868 clauses, 6262792 bytes)
1.51/1.62	c 2	191 (40%) CSP clauses are encoded (414403 clauses, 7205737 bytes)
1.71/1.89	c 2	239 (50%) CSP clauses are encoded (569609 clauses, 10056963 bytes)
1.91/2.00	c 2	287 (60%) CSP clauses are encoded (631341 clauses, 11187441 bytes)
2.30/2.48	c 3	334 (70%) CSP clauses are encoded (887506 clauses, 16655115 bytes)
33.33/34.21	c 34	382 (80%) CSP clauses are encoded (17822556 clauses, 382047473 bytes)
74.59/76.67	c 77	430 (90%) CSP clauses are encoded (40498916 clauses, 867764015 bytes)
128.10/131.49	c 132	477 (100%) CSP clauses are encoded (69132687 clauses, 1483062846 bytes)
128.10/131.49	c 132	477 CSP clauses encoded
128.10/131.49	c 132	Writing map file : HOME/temp.map
128.10/131.49	c 132	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.10/131.49	c 132	SAT : 84871 SAT variables, 69132687 SAT clauses, 1483062846 bytes
128.10/131.49	c 132	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.19/131.52	c 132	SOLVING HOME/temp.cnf
128.19/131.52	c 132	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
128.19/131.53	c 132	This is MiniSat 2.0 beta
128.19/131.53	c 132	WARNING: for repeatability, setting FPU to use double precision
128.19/131.53	c 132	============================[ Problem Statistics ]=============================
128.19/131.53	c 132	|                                                                             |
128.19/131.53	c 132	|  Number of variables:  84871                                                |
128.19/131.53	c 132	|  Number of clauses:    69132687                                             |
139.26/144.13	c ERROR INTERRUPTED
139.36/144.29	s UNKNOWN
139.36/144.29	c 144	CPU 116.04 (0.03 0 116.01 12.17)
139.36/144.29	c 144	END Thu Jul  3 06:08:23 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-1054103-1215057959/watcher-1054103-1215057959 -o /tmp/evaluation-result-1054103-1215057959/solver-1054103-1215057959 -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/minisat -tmp=HOME/temp HOME/instance-1054103-1215057959.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: 1.85 1.95 1.98 4/80 13444
/proc/meminfo: memFree=1684960/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=12000 CPUtime=0
/proc/13444/stat : 13444 (sugar) R 13442 13444 13407 0 -1 4194304 187 0 0 0 0 0 0 0 20 0 1 0 628719046 12288000 155 996147200 4194304 4206940 548682068608 18446744073709551615 271894247145 0 0 4224 0 0 0 0 17 1 0 0
/proc/13444/statm: 3000 155 117 3 0 100 0

[startup+0.0787621 s]
/proc/loadavg: 1.85 1.95 1.98 4/80 13444
/proc/meminfo: memFree=1684960/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.03
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 628719046 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101098 s]
/proc/loadavg: 1.85 1.95 1.98 4/80 13444
/proc/meminfo: memFree=1684960/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.03
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 628719046 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301118 s]
/proc/loadavg: 1.85 1.95 1.98 4/80 13444
/proc/meminfo: memFree=1684960/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.03
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 628719046 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701152 s]
/proc/loadavg: 1.85 1.95 1.98 4/80 13444
/proc/meminfo: memFree=1684960/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 973 4271 0 1 3 0 20 3 15 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50137 s]
/proc/loadavg: 1.85 1.95 1.98 3/91 13466
/proc/meminfo: memFree=1674248/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 974 4271 0 1 3 0 20 3 15 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 13407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628719078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=864340 CPUtime=1.16
/proc/13458/stat : 13458 (java) S 13457 13444 13407 0 -1 0 5265 0 1 0 108 8 0 0 18 0 9 0 628719078 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13458/statm: 216085 4359 2562 9 0 210632 0
[pid=13458/tid=13459] ppid=13457 vsize=864340 CPUtime=0.93
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 13407 0 -1 64 2867 0 1 0 88 5 0 0 22 0 9 0 628719079 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=864340 CPUtime=0.07
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 13407 0 -1 64 1335 0 0 0 6 1 0 0 15 0 9 0 628719080 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628719080 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13462] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 13407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628719080 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13463] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628719082 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13464] ppid=13457 vsize=864340 CPUtime=0.12
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 13407 0 -1 64 370 0 0 0 12 0 0 0 16 0 9 0 628719082 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628719083 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13466] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628719083 885084160 4359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883296

[startup+3.10239 s]
/proc/loadavg: 1.85 1.95 1.98 3/91 13466
/proc/meminfo: memFree=1663048/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 974 4271 0 1 3 0 20 3 15 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 13407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628719078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=864340 CPUtime=2.74
/proc/13458/stat : 13458 (java) S 13457 13444 13407 0 -1 0 5767 0 1 0 250 24 0 0 18 0 9 0 628719078 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13458/statm: 216085 4368 2562 9 0 210632 0
[pid=13458/tid=13459] ppid=13457 vsize=864340 CPUtime=2.39
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 13407 0 -1 64 3360 0 1 0 221 18 0 0 25 0 9 0 628719079 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4126647813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=864340 CPUtime=0.19
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 13407 0 -1 64 1335 0 0 0 15 4 0 0 16 0 9 0 628719080 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628719080 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13462] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 13407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628719080 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13463] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628719082 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13464] ppid=13457 vsize=864340 CPUtime=0.13
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 13407 0 -1 64 379 0 0 0 13 0 0 0 16 0 9 0 628719082 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628719083 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13466] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628719083 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883296

[startup+6.30271 s]
/proc/loadavg: 1.86 1.95 1.98 3/91 13466
/proc/meminfo: memFree=1623496/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 974 4271 0 1 3 0 20 3 15 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 13407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628719078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=864340 CPUtime=5.88
/proc/13458/stat : 13458 (java) S 13457 13444 13407 0 -1 0 6753 0 1 0 534 54 0 0 18 0 9 0 628719078 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13458/statm: 216085 4368 2562 9 0 210632 0
[pid=13458/tid=13459] ppid=13457 vsize=864340 CPUtime=5.29
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 13407 0 -1 64 4346 0 1 0 487 42 0 0 25 0 9 0 628719079 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4126640648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=864340 CPUtime=0.43
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 13407 0 -1 64 1335 0 0 0 33 10 0 0 16 0 9 0 628719080 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628719080 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13462] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 13407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628719080 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13463] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628719082 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13464] ppid=13457 vsize=864340 CPUtime=0.13
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 13407 0 -1 64 379 0 0 0 13 0 0 0 16 0 9 0 628719082 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628719083 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13466] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628719083 885084160 4368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883296

[startup+12.7023 s]
/proc/loadavg: 1.87 1.95 1.98 3/91 13466
/proc/meminfo: memFree=1552904/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 974 4271 0 1 3 0 20 3 15 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 13407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628719078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=864340 CPUtime=12.02
/proc/13458/stat : 13458 (java) S 13457 13444 13407 0 -1 0 8689 0 1 0 1086 116 0 0 18 0 9 0 628719078 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13458/statm: 216085 4369 2562 9 0 210632 0
[pid=13458/tid=13459] ppid=13457 vsize=864340 CPUtime=10.97
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 13407 0 -1 64 6281 0 1 0 1005 92 0 0 25 0 9 0 628719079 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4126645554 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=864340 CPUtime=0.89
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 13407 0 -1 64 1336 0 0 0 67 22 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13462] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 13407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13463] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13464] ppid=13457 vsize=864340 CPUtime=0.13
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 13407 0 -1 64 379 0 0 0 13 0 0 0 16 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13466] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 883296

[startup+25.5026 s]
/proc/loadavg: 2.05 1.99 1.99 3/91 13466
/proc/meminfo: memFree=1397192/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 974 4271 0 1 3 0 20 3 15 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 13407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628719078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=864340 CPUtime=24.58
/proc/13458/stat : 13458 (java) S 13457 13444 13407 0 -1 0 12674 0 1 0 2218 240 0 0 18 0 9 0 628719078 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13458/statm: 216085 4369 2562 9 0 210632 0
[pid=13458/tid=13459] ppid=13457 vsize=864340 CPUtime=22.53
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 13407 0 -1 64 10266 0 1 0 2060 193 0 0 25 0 9 0 628719079 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4126640773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=864340 CPUtime=1.88
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 13407 0 -1 64 1336 0 0 0 143 45 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13462] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 13407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13463] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13464] ppid=13457 vsize=864340 CPUtime=0.13
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 13407 0 -1 64 379 0 0 0 13 0 0 0 16 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13466] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 883296

[startup+51.1021 s]
/proc/loadavg: 2.11 2.01 1.99 3/91 13466
/proc/meminfo: memFree=1102728/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 974 4271 0 1 3 0 20 3 16 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 13407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628719078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=864340 CPUtime=49.55
/proc/13458/stat : 13458 (java) S 13457 13444 13407 0 -1 0 20655 0 1 0 4472 483 0 0 18 0 9 0 628719078 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13458/statm: 216085 4369 2562 9 0 210632 0
[pid=13458/tid=13459] ppid=13457 vsize=864340 CPUtime=45.63
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 13407 0 -1 64 18247 0 1 0 4174 389 0 0 25 0 9 0 628719079 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4126549917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=864340 CPUtime=3.76
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 13407 0 -1 64 1336 0 0 0 284 92 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13462] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 13407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13463] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13464] ppid=13457 vsize=864340 CPUtime=0.13
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 13407 0 -1 64 379 0 0 0 13 0 0 0 16 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13466] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 883296

[startup+102.307 s]
/proc/loadavg: 2.35 2.08 2.02 3/91 13466
/proc/meminfo: memFree=515912/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=0.26
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 974 4271 0 1 3 0 20 3 16 0 1 0 628719046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 797 370 3 0 500 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 13407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628719078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=864340 CPUtime=99.44
/proc/13458/stat : 13458 (java) S 13457 13444 13407 0 -1 0 36372 0 1 0 8992 952 0 0 18 0 9 0 628719078 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13458/statm: 216085 4369 2562 9 0 210632 0
[pid=13458/tid=13459] ppid=13457 vsize=864340 CPUtime=91.81
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 13407 0 -1 64 33964 0 1 0 8411 770 0 0 25 0 9 0 628719079 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4126648825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=864340 CPUtime=7.46
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 13407 0 -1 64 1336 0 0 0 566 180 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13462] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 13407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628719080 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13463] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13464] ppid=13457 vsize=864340 CPUtime=0.13
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 13407 0 -1 64 379 0 0 0 13 0 0 0 16 0 9 0 628719082 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13466] ppid=13457 vsize=864340 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628719083 885084160 4369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.7
Current children cumulated vsize (KiB) 883296



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+144.107 s]
/proc/loadavg: 2.41 2.13 2.04 2/83 13468
/proc/meminfo: memFree=15368/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=128.21
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 1032 49722 0 2 3 0 11601 1217 16 0 1 0 628719046 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 798 370 3 0 500 0
[pid=13467] ppid=13444 vsize=5356 CPUtime=0
/proc/13467/stat : 13467 (sh) S 13444 13444 13407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628732199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13467/statm: 1339 232 193 169 0 50 0
[pid=13468] ppid=13467 vsize=905832 CPUtime=11.05
/proc/13468/stat : 13468 (minisat) D 13467 13444 13407 0 -1 4194304 222722 0 0 0 919 186 0 0 18 0 1 0 628732199 927571968 222708 996147200 134512640 135127466 4294956272 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/13468/statm: 226458 222708 62 150 0 226305 0
Current children cumulated CPU time (s) 139.26
Current children cumulated vsize (KiB) 924788

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

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

[startup+144.232 s]
/proc/loadavg: 2.41 2.13 2.04 2/83 13468
/proc/meminfo: memFree=15368/2055920 swapFree=4157200/4192956
[pid=13444] ppid=13442 vsize=13600 CPUtime=128.21
/proc/13444/stat : 13444 (sugar) S 13442 13444 13407 0 -1 4194304 1043 49722 0 2 3 0 11601 1217 16 0 1 0 628719046 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 3400 798 370 3 0 500 0
[pid=13467] ppid=13444 vsize=0 CPUtime=0
/proc/13467/stat : 13467 (sh) Z 13444 13444 13407 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 628732199 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/13467/statm: 0 0 0 0 0 0 0
[pid=13468] ppid=1 vsize=0 CPUtime=11.15
/proc/13468/stat : 13468 (minisat) R 1 13444 13407 0 -1 4195332 222722 0 0 0 919 196 0 0 18 0 1 0 628732199 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/13468/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 139.36
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13444 and gives
#  childrusage.ru_utime.tv_sec=116
#  childrusage.ru_utime.tv_usec=54357
#  childrusage.ru_stime.tv_sec=12
#  childrusage.ru_stime.tv_usec=188147
# CPU time returned by wait4() is 128.243
# while last known CPU time is 139.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 144.293
CPU time (s): 139.36
CPU user time (s): 125.23
CPU system time (s): 14.13
CPU usage (%): 96.581
Max. virtual memory (cumulated for all children) (KiB): 924788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.054
system time used= 12.1881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51098
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= 283637
involuntary context switches= 287209

runsolver used 0.173973 second user time and 0.51992 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-03 06:05:59
IDJOB=1054103
IDBENCH=56125
IDSOLVER=346
FILE ID=node60/1054103-1215057959
PBS_JOBID= 7875196
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/mknap/normalized-mknap-1-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1054103-1215057959/watcher-1054103-1215057959 -o /tmp/evaluation-result-1054103-1215057959/solver-1054103-1215057959 -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/minisat" -tmp="HOME/temp" HOME/instance-1054103-1215057959.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5acb3eb596baa32b0d08b4b1c84ff93
RANDOM SEED=1849181449

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:       1685440 kB
Buffers:         29228 kB
Cached:         144232 kB
SwapCached:      29588 kB
Active:         246944 kB
Inactive:        60284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685440 kB
SwapTotal:     4192956 kB
SwapFree:      4157200 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:         147196 kB
Slab:            48280 kB
Committed_AS:  1789516 kB
PageTables:       2104 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= 66544 MiB
End job on node60 at 2008-07-03 06:08:25