Trace number 1085876

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) 339.84 342.746

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-10.xml
MD5SUM55de9a4bee899e7bedf0b2c2b8000cef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.5
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
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 Sat Jul  5 07:32:17 2008
0.00/0.04	c 0	PID 17480
0.03/0.05	c 0	HOST node35.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1085876-1215235937.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085876-1215235937.xml' 'HOME/temp.csp'
0.97/1.04	c 1	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
0.97/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.05	c 1	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'
1.01/1.13	c 1	Parsing HOME/temp.csp
1.01/1.57	c 2	parsed 10000 expressions
1.01/1.63	c 2	parsed 12317 expressions
1.01/1.64	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.64	c 2	Converting to clausal form CSP
2.53/2.68	c 3	converted 1232 (10%) expressions
5.69/5.80	c 6	converted 2464 (20%) expressions
8.27/8.44	c 8	converted 3696 (30%) expressions
9.85/10.02	c 10	converted 4927 (40%) expressions
11.53/11.73	c 12	converted 6159 (50%) expressions
13.51/13.79	c 14	converted 7391 (60%) expressions
15.09/15.38	c 15	converted 8622 (70%) expressions
16.57/16.89	c 17	converted 9854 (80%) expressions
18.26/18.57	c 19	converted 11086 (90%) expressions
20.56/20.89	c 21	converted 12317 (100%) expressions
20.56/20.89	c 21	CSP : 1797 integers, 32936 booleans, 68008 clauses, largest domain size 2741
20.56/20.89	c 21	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.56/20.89	c 21	Propagation in CSP
21.34/21.70	c 22	5940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.44/21.70	c 22	CSP : 1797 integers, 32936 booleans, 68008 clauses, largest domain size 2741
21.44/21.70	c 22	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.44/21.73	c 22	Simplifing CSP by introducing new Boolean variables
21.54/21.86	c 22	CSP : 1797 integers, 56158 booleans, 91230 clauses, largest domain size 2741
21.54/21.86	c 22	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.34/22.69	c 23	Encoding CSP to SAT : HOME/temp.cnf
23.23/23.55	c 24	180 (10%) CSP integer variables are encoded (36979 clauses, 532655 bytes)
24.12/24.45	c 24	360 (20%) CSP integer variables are encoded (78127 clauses, 1149875 bytes)
25.02/25.36	c 25	540 (30%) CSP integer variables are encoded (119433 clauses, 1809244 bytes)
25.92/26.24	c 26	719 (40%) CSP integer variables are encoded (159061 clauses, 2482920 bytes)
26.71/27.03	c 27	899 (50%) CSP integer variables are encoded (195757 clauses, 3106752 bytes)
27.11/27.41	c 27	1079 (60%) CSP integer variables are encoded (486246 clauses, 8045065 bytes)
27.40/27.77	c 28	1258 (70%) CSP integer variables are encoded (770499 clauses, 12877366 bytes)
27.80/28.16	c 28	1438 (80%) CSP integer variables are encoded (1078643 clauses, 18275887 bytes)
28.20/28.56	c 29	1618 (90%) CSP integer variables are encoded (1381347 clauses, 24027263 bytes)
28.60/28.92	c 29	1797 (100%) CSP integer variables are encoded (1652496 clauses, 29179094 bytes)
56.39/56.99	c 57	9123 (10%) CSP clauses are encoded (5777291 clauses, 120895727 bytes)
74.65/75.33	c 75	18246 (20%) CSP clauses are encoded (9187420 clauses, 202263798 bytes)
87.72/88.54	c 89	27369 (30%) CSP clauses are encoded (11930918 clauses, 269926634 bytes)
97.69/98.64	c 99	36492 (40%) CSP clauses are encoded (14512170 clauses, 336177140 bytes)
106.48/107.58	c 108	45615 (50%) CSP clauses are encoded (17071678 clauses, 402573049 bytes)
114.35/115.54	c 116	54738 (60%) CSP clauses are encoded (19432188 clauses, 463783325 bytes)
121.44/122.71	c 123	63861 (70%) CSP clauses are encoded (21519362 clauses, 517515777 bytes)
128.62/130.07	c 130	72984 (80%) CSP clauses are encoded (23724216 clauses, 575204073 bytes)
135.72/137.22	c 137	82107 (90%) CSP clauses are encoded (25856481 clauses, 631122946 bytes)
142.32/143.98	c 144	91230 (100%) CSP clauses are encoded (27851879 clauses, 683605491 bytes)
142.32/143.98	c 144	91230 CSP clauses encoded
142.32/143.99	c 144	Writing map file : HOME/temp.map
142.42/144.07	c 144	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.42/144.07	c 144	SAT : 1710451 SAT variables, 27851879 SAT clauses, 683605491 bytes
142.42/144.07	c 144	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.50/144.12	c 144	SOLVING HOME/temp.cnf
142.50/144.12	c 144	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
339.73/342.62	c ERROR INTERRUPTED
339.84/342.74	s UNKNOWN
339.84/342.74	c 343	CPU 138.1 (0.04 0.01 138.06 4.43)
339.84/342.74	c 343	END Sat Jul  5 07:38:00 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-1085876-1215235937/watcher-1085876-1215235937 -o /tmp/evaluation-result-1085876-1215235937/solver-1085876-1215235937 -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-1085876-1215235937.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.97 1.96 1.99 4/81 17480
/proc/meminfo: memFree=1358936/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=18572 CPUtime=0
/proc/17480/stat : 17480 (runsolver) R 17478 17480 17404 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1007996231 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17480/statm: 4643 292 257 25 0 2626 0

[startup+0.0500901 s]
/proc/loadavg: 1.97 1.96 1.99 4/81 17480
/proc/meminfo: memFree=1358936/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=0.03
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1007996231 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101175 s]
/proc/loadavg: 1.97 1.96 1.99 4/81 17480
/proc/meminfo: memFree=1358936/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=0.04
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1007996231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30157 s]
/proc/loadavg: 1.97 1.96 1.99 4/81 17480
/proc/meminfo: memFree=1358936/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=0.04
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1007996231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701649 s]
/proc/loadavg: 1.97 1.96 1.99 4/81 17480
/proc/meminfo: memFree=1358936/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=0.04
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1007996231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 1.97 1.96 1.99 3/92 17492
/proc/meminfo: memFree=1333056/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=1.01
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 973 9990 0 1 3 1 92 5 16 0 1 0 1007996231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.1021 s]
/proc/loadavg: 1.97 1.96 1.99 3/92 17502
/proc/meminfo: memFree=1338816/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=1.01
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 974 9990 0 1 3 1 92 5 16 0 1 0 1007996231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 797 370 3 0 500 0
[pid=17493] ppid=17480 vsize=5356 CPUtime=0
/proc/17493/stat : 17493 (sh) S 17480 17480 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1007996336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17493/statm: 1339 233 193 169 0 50 0
[pid=17494] ppid=17493 vsize=868388 CPUtime=2.02
/proc/17494/stat : 17494 (java) S 17493 17480 17404 0 -1 0 8899 0 1 0 196 6 0 0 18 0 9 0 1007996336 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17494/statm: 217097 7975 2541 9 0 211672 0
[pid=17494/tid=17495] ppid=17493 vsize=868388 CPUtime=1.53
/proc/17494/task/17495/stat : 17495 (java) R 17493 17480 17404 0 -1 64 2700 0 1 0 152 1 0 0 25 0 9 0 1007996337 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4126566964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17496] ppid=17493 vsize=868388 CPUtime=0.27
/proc/17494/task/17496/stat : 17496 (java) S 17493 17480 17404 0 -1 64 4049 0 0 0 25 2 0 0 16 0 9 0 1007996338 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17497] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17497/stat : 17497 (java) S 17493 17480 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1007996339 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17498/stat : 17498 (java) S 17493 17480 17404 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1007996339 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1007996341 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17493 vsize=868388 CPUtime=0.19
/proc/17494/task/17500/stat : 17500 (java) S 17493 17480 17404 0 -1 64 1454 0 0 0 18 1 0 0 15 0 9 0 1007996341 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1007996341 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17493 17480 17404 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1007996341 889229312 7975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887344

[startup+6.30272 s]
/proc/loadavg: 1.97 1.96 1.99 3/92 17502
/proc/meminfo: memFree=1323136/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=1.01
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 974 9990 0 1 3 1 92 5 16 0 1 0 1007996231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 797 370 3 0 500 0
[pid=17493] ppid=17480 vsize=5356 CPUtime=0
/proc/17493/stat : 17493 (sh) S 17480 17480 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1007996336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17493/statm: 1339 233 193 169 0 50 0
[pid=17494] ppid=17493 vsize=868388 CPUtime=5.18
/proc/17494/stat : 17494 (java) S 17493 17480 17404 0 -1 0 12879 0 1 0 509 9 0 0 18 0 9 0 1007996336 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17494/statm: 217097 11793 2540 9 0 211672 0
[pid=17494/tid=17495] ppid=17493 vsize=868388 CPUtime=4.17
/proc/17494/task/17495/stat : 17495 (java) R 17493 17480 17404 0 -1 64 3071 0 1 0 415 2 0 0 25 0 9 0 1007996337 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4126571866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17496] ppid=17493 vsize=868388 CPUtime=0.78
/proc/17494/task/17496/stat : 17496 (java) S 17493 17480 17404 0 -1 64 7650 0 0 0 73 5 0 0 16 0 9 0 1007996338 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17497] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17497/stat : 17497 (java) S 17493 17480 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1007996339 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17498/stat : 17498 (java) S 17493 17480 17404 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1007996339 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1007996341 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17493 vsize=868388 CPUtime=0.21
/proc/17494/task/17500/stat : 17500 (java) S 17493 17480 17404 0 -1 64 1462 0 0 0 20 1 0 0 16 0 9 0 1007996341 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1007996341 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17493 17480 17404 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1007996341 889229312 11793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887344

[startup+12.703 s]
/proc/loadavg: 2.05 1.98 1.99 3/92 17502
/proc/meminfo: memFree=1287424/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=1.01
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 974 9990 0 1 3 1 92 5 16 0 1 0 1007996231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 797 370 3 0 500 0
[pid=17493] ppid=17480 vsize=5356 CPUtime=0
/proc/17493/stat : 17493 (sh) S 17480 17480 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1007996336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17493/statm: 1339 233 193 169 0 50 0
[pid=17494] ppid=17493 vsize=868388 CPUtime=11.51
/proc/17494/stat : 17494 (java) S 17493 17480 17404 0 -1 0 28976 0 1 0 1134 17 0 0 18 0 9 0 1007996336 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17494/statm: 217097 20060 2540 9 0 211672 0
[pid=17494/tid=17495] ppid=17493 vsize=868388 CPUtime=9.22
/proc/17494/task/17495/stat : 17495 (java) R 17493 17480 17404 0 -1 64 3453 0 1 0 920 2 0 0 25 0 9 0 1007996337 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17496] ppid=17493 vsize=868388 CPUtime=2.06
/proc/17494/task/17496/stat : 17496 (java) S 17493 17480 17404 0 -1 64 23365 0 0 0 193 13 0 0 16 0 9 0 1007996338 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17497] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17497/stat : 17497 (java) S 17493 17480 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1007996339 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17498/stat : 17498 (java) S 17493 17480 17404 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1007996339 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1007996341 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17493 vsize=868388 CPUtime=0.21
/proc/17494/task/17500/stat : 17500 (java) S 17493 17480 17404 0 -1 64 1462 0 0 0 20 1 0 0 16 0 9 0 1007996341 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1007996341 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17493 vsize=868388 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17493 17480 17404 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1007996341 889229312 20060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887344

[startup+25.5014 s]
/proc/loadavg: 2.04 1.98 1.99 3/92 17502
/proc/meminfo: memFree=1220864/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=1.01
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 974 9990 0 1 3 1 92 5 16 0 1 0 1007996231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 797 370 3 0 500 0
[pid=17493] ppid=17480 vsize=5356 CPUtime=0
/proc/17493/stat : 17493 (sh) S 17480 17480 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1007996336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17493/statm: 1339 233 193 169 0 50 0
[pid=17494] ppid=17493 vsize=868500 CPUtime=24.21
/proc/17494/stat : 17494 (java) S 17493 17480 17404 0 -1 0 48049 0 1 0 2391 30 0 0 18 0 9 0 1007996336 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17494/statm: 217125 35800 2566 9 0 211672 0
[pid=17494/tid=17495] ppid=17493 vsize=868500 CPUtime=19.36
/proc/17494/task/17495/stat : 17495 (java) R 17493 17480 17404 0 -1 64 4682 0 1 0 1931 5 0 0 25 0 9 0 1007996337 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4126566936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17496] ppid=17493 vsize=868500 CPUtime=4.56
/proc/17494/task/17496/stat : 17496 (java) S 17493 17480 17404 0 -1 64 41176 0 0 0 434 22 0 0 16 0 9 0 1007996338 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17497] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17497/stat : 17497 (java) S 17493 17480 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1007996339 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17498/stat : 17498 (java) S 17493 17480 17404 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1007996339 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1007996341 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17493 vsize=868500 CPUtime=0.25
/proc/17494/task/17500/stat : 17500 (java) S 17493 17480 17404 0 -1 64 1495 0 0 0 24 1 0 0 15 0 9 0 1007996341 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1007996341 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17493 17480 17404 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1007996341 889344000 35800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 887456

[startup+51.1012 s]
/proc/loadavg: 2.02 1.98 1.99 3/92 17502
/proc/meminfo: memFree=1124416/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=1.01
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 974 9990 0 1 3 1 92 5 15 0 1 0 1007996231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 797 370 3 0 500 0
[pid=17493] ppid=17480 vsize=5356 CPUtime=0
/proc/17493/stat : 17493 (sh) S 17480 17480 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1007996336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17493/statm: 1339 233 193 169 0 50 0
[pid=17494] ppid=17493 vsize=868500 CPUtime=49.62
/proc/17494/stat : 17494 (java) S 17493 17480 17404 0 -1 0 48285 0 1 0 4872 90 0 0 18 0 9 0 1007996336 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17494/statm: 217125 35819 2566 9 0 211672 0
[pid=17494/tid=17495] ppid=17493 vsize=868500 CPUtime=44.58
/proc/17494/task/17495/stat : 17495 (java) R 17493 17480 17404 0 -1 64 4900 0 1 0 4395 63 0 0 25 0 9 0 1007996337 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4126603347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17496] ppid=17493 vsize=868500 CPUtime=4.72
/proc/17494/task/17496/stat : 17496 (java) S 17493 17480 17404 0 -1 64 41176 0 0 0 448 24 0 0 16 0 9 0 1007996338 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17497] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17497/stat : 17497 (java) S 17493 17480 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1007996339 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17498/stat : 17498 (java) S 17493 17480 17404 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1007996339 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1007996341 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17493 vsize=868500 CPUtime=0.28
/proc/17494/task/17500/stat : 17500 (java) S 17493 17480 17404 0 -1 64 1513 0 0 0 27 1 0 0 15 0 9 0 1007996341 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1007996341 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17493 17480 17404 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1007996341 889344000 35819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 887456

[startup+102.308 s]
/proc/loadavg: 2.01 1.98 1.99 4/92 17502
/proc/meminfo: memFree=861440/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=1.01
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 974 9990 0 1 3 1 92 5 16 0 1 0 1007996231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 797 370 3 0 500 0
[pid=17493] ppid=17480 vsize=5356 CPUtime=0
/proc/17493/stat : 17493 (sh) S 17480 17480 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1007996336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17493/statm: 1339 233 193 169 0 50 0
[pid=17494] ppid=17493 vsize=868500 CPUtime=100.34
/proc/17494/stat : 17494 (java) S 17493 17480 17404 0 -1 0 48825 0 1 0 9790 244 0 0 18 0 9 0 1007996336 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17494/statm: 217125 35820 2566 9 0 211672 0
[pid=17494/tid=17495] ppid=17493 vsize=868500 CPUtime=94.93
/proc/17494/task/17495/stat : 17495 (java) R 17493 17480 17404 0 -1 64 5439 0 1 0 9278 215 0 0 25 0 9 0 1007996337 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4127023596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17496] ppid=17493 vsize=868500 CPUtime=5.1
/proc/17494/task/17496/stat : 17496 (java) S 17493 17480 17404 0 -1 64 41176 0 0 0 483 27 0 0 16 0 9 0 1007996338 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17497] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17497/stat : 17497 (java) S 17493 17480 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1007996339 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17498/stat : 17498 (java) S 17493 17480 17404 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1007996339 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1007996341 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17493 vsize=868500 CPUtime=0.29
/proc/17494/task/17500/stat : 17500 (java) S 17493 17480 17404 0 -1 64 1514 0 0 0 28 1 0 0 15 0 9 0 1007996341 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17493 17480 17404 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1007996341 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17493 vsize=868500 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17493 17480 17404 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1007996341 889344000 35820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 887456

[startup+162.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 17504
/proc/meminfo: memFree=496192/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=142.53
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 1022 59751 0 2 4 1 13806 442 16 0 1 0 1007996231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 799 370 3 0 500 0
[pid=17503] ppid=17480 vsize=5356 CPUtime=0
/proc/17503/stat : 17503 (sh) S 17480 17480 17404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008010643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17503/statm: 1339 232 193 169 0 50 0
[pid=17504] ppid=17503 vsize=201612 CPUtime=18.07
/proc/17504/stat : 17504 (picosat) R 17503 17480 17404 0 -1 4194304 44112 0 0 0 826 981 0 0 25 0 1 0 1008010644 206450688 44098 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17504/statm: 50403 44098 40 102 0 50298 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 220568

[startup+222.303 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 17504
/proc/meminfo: memFree=287168/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=142.53
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 1022 59751 0 2 4 1 13806 442 16 0 1 0 1007996231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 799 370 3 0 500 0
[pid=17503] ppid=17480 vsize=5356 CPUtime=0
/proc/17503/stat : 17503 (sh) S 17480 17480 17404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008010643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17503/statm: 1339 232 193 169 0 50 0
[pid=17504] ppid=17503 vsize=420856 CPUtime=77.61
/proc/17504/stat : 17504 (picosat) R 17503 17480 17404 0 -1 4194304 95935 0 0 0 3532 4229 0 0 25 0 1 0 1008010644 430956544 95921 996147200 134512640 134931368 4294956256 18446744073709551615 134520033 0 0 4096 0 0 0 0 17 1 0 0
/proc/17504/statm: 105214 95921 40 102 0 105109 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 439812

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17504
/proc/meminfo: memFree=75136/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=142.53
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 1022 59751 0 2 4 1 13806 442 16 0 1 0 1007996231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 799 370 3 0 500 0
[pid=17503] ppid=17480 vsize=5356 CPUtime=0
/proc/17503/stat : 17503 (sh) S 17480 17480 17404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008010643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17503/statm: 1339 232 193 169 0 50 0
[pid=17504] ppid=17503 vsize=644400 CPUtime=137.32
/proc/17504/stat : 17504 (picosat) R 17503 17480 17404 0 -1 4194304 149342 0 0 0 6284 7448 0 0 25 0 1 0 1008010644 659865600 149328 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17504/statm: 161100 149328 40 102 0 160995 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 663356

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17504
/proc/meminfo: memFree=15168/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=142.53
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 1022 59751 0 2 4 1 13806 442 16 0 1 0 1007996231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 799 370 3 0 500 0
[pid=17503] ppid=17480 vsize=5356 CPUtime=0
/proc/17503/stat : 17503 (sh) S 17480 17480 17404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008010643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17503/statm: 1339 232 193 169 0 50 0
[pid=17504] ppid=17503 vsize=901760 CPUtime=196.91
/proc/17504/stat : 17504 (picosat) R 17503 17480 17404 0 -1 4194304 203364 0 0 0 9046 10645 0 0 25 0 1 0 1008010644 923402240 203350 996147200 134512640 134931368 4294956256 18446744073709551615 134520624 0 0 4096 0 0 0 0 17 1 0 0
/proc/17504/statm: 225440 203350 40 102 0 225335 0
Current children cumulated CPU time (s) 339.44
Current children cumulated vsize (KiB) 920716



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+342.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17504
/proc/meminfo: memFree=16000/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=142.53
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 1022 59751 0 2 4 1 13806 442 16 0 1 0 1007996231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 799 370 3 0 500 0
[pid=17503] ppid=17480 vsize=5356 CPUtime=0
/proc/17503/stat : 17503 (sh) S 17480 17480 17404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008010643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17503/statm: 1339 232 193 169 0 50 0
[pid=17504] ppid=17503 vsize=902816 CPUtime=197.2
/proc/17504/stat : 17504 (picosat) R 17503 17480 17404 0 -1 4194304 203647 0 0 0 9059 10661 0 0 25 0 1 0 1008010644 924483584 203633 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17504/statm: 225704 203633 40 102 0 225599 0
Current children cumulated CPU time (s) 339.73
Current children cumulated vsize (KiB) 921772

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

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

[startup+342.722 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17504
/proc/meminfo: memFree=16000/2055920 swapFree=4174728/4192956
[pid=17480] ppid=17478 vsize=13600 CPUtime=142.53
/proc/17480/stat : 17480 (sugar) S 17478 17480 17404 0 -1 4194304 1042 59751 0 2 4 1 13806 442 16 0 1 0 1007996231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17480/statm: 3400 799 370 3 0 500 0
[pid=17503] ppid=17480 vsize=0 CPUtime=0
/proc/17503/stat : 17503 (sh) Z 17480 17480 17404 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1008010643 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17503/statm: 0 0 0 0 0 0 0
[pid=17504] ppid=1 vsize=0 CPUtime=197.31
/proc/17504/stat : 17504 (picosat) R 1 17480 17404 0 -1 4195332 203647 0 0 0 9059 10672 0 0 25 0 1 0 1008010644 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/17504/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 339.84
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17480 and gives
#  childrusage.ru_utime.tv_sec=138
#  childrusage.ru_utime.tv_usec=114003
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=445324
# CPU time returned by wait4() is 142.559
# while last known CPU time is 339.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 342.746
CPU time (s): 339.84
CPU user time (s): 228.69
CPU system time (s): 111.15
CPU usage (%): 99.1521
Max. virtual memory (cumulated for all children) (KiB): 921772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.114
system time used= 4.44532
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61129
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= 18597
involuntary context switches= 21549

runsolver used 0.450931 second user time and 1.15282 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 07:32:17
IDJOB=1085876
IDBENCH=57717
IDSOLVER=345
FILE ID=node35/1085876-1215235937
PBS_JOBID= 7881966
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-10.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-1085876-1215235937/watcher-1085876-1215235937 -o /tmp/evaluation-result-1085876-1215235937/solver-1085876-1215235937 -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-1085876-1215235937.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55de9a4bee899e7bedf0b2c2b8000cef
RANDOM SEED=928978930

node35.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.261
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.261
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:       1359416 kB
Buffers:         74260 kB
Cached:         284404 kB
SwapCached:      12276 kB
Active:         441728 kB
Inactive:       182920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1359416 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:         282136 kB
Slab:            56504 kB
Committed_AS:  2031588 kB
PageTables:       2364 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= 66468 MiB
End job on node35 at 2008-07-05 07:38:02