Trace number 1041039

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? (TO) 1800.03 1815.47

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-32-32.xml
MD5SUMdb5e4024fa09c2ba43e56edc6af3d2e9
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size107
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data (download as text)

0.00/0.18	c 0	Sugar v1-13 + HOME/picosat
0.00/0.19	c 0	BEGIN Wed Jul  2 13:47:16 2008
0.00/0.19	c 0	PID 16779
0.03/0.22	c 0	HOST node63.alineos.net
0.03/0.22	c 0	CONVERTING HOME/instance-1041039-1214999236.xml TO HOME/temp.csp
0.03/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041039-1214999236.xml' 'HOME/temp.csp'
0.60/1.66	c 2	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.66/1.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.66/1.71	c 2	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.66/1.79	c 2	Parsing HOME/temp.csp
1.14/2.23	c 2	parsed 4566 expressions
1.14/2.24	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/2.24	c 2	Converting to clausal form CSP
1.14/2.27	c 2	converted 457 (10%) expressions
1.14/2.27	c 2	converted 914 (20%) expressions
1.14/2.28	c 2	converted 1370 (30%) expressions
1.14/2.29	c 2	converted 1827 (40%) expressions
1.33/2.44	c 3	converted 2283 (50%) expressions
1.33/2.49	c 3	converted 2740 (60%) expressions
1.44/2.53	c 3	converted 3197 (70%) expressions
1.44/2.56	c 3	converted 3653 (80%) expressions
1.44/2.59	c 3	converted 4110 (90%) expressions
2.93/4.05	c 4	converted 4566 (100%) expressions
2.93/4.06	c 4	CSP : 15316 integers, 4660 booleans, 40459 clauses, largest domain size 281
2.93/4.06	c 4	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/4.06	c 4	Propagation in CSP
3.13/4.28	c 4	63982 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.13/4.29	c 4	CSP : 15316 integers, 4660 booleans, 40459 clauses, largest domain size 108
3.13/4.29	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.23/4.30	c 4	Simplifing CSP by introducing new Boolean variables
3.23/4.33	c 4	CSP : 15316 integers, 4660 booleans, 40459 clauses, largest domain size 108
3.23/4.33	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.33/4.48	c 5	Encoding CSP to SAT : HOME/temp.cnf
3.42/4.52	c 5	1532 (10%) CSP integer variables are encoded (5652 clauses, 71347 bytes)
3.42/4.55	c 5	3064 (20%) CSP integer variables are encoded (23834 clauses, 339694 bytes)
3.42/4.58	c 5	4595 (30%) CSP integer variables are encoded (51867 clauses, 760189 bytes)
3.53/4.61	c 5	6127 (40%) CSP integer variables are encoded (79399 clauses, 1173169 bytes)
3.53/4.65	c 5	7658 (50%) CSP integer variables are encoded (106229 clauses, 1601900 bytes)
3.53/4.68	c 5	9190 (60%) CSP integer variables are encoded (133927 clauses, 2072766 bytes)
3.62/4.72	c 5	10722 (70%) CSP integer variables are encoded (161621 clauses, 2543564 bytes)
3.62/4.75	c 5	12253 (80%) CSP integer variables are encoded (188728 clauses, 3004383 bytes)
3.62/4.79	c 5	13785 (90%) CSP integer variables are encoded (216283 clauses, 3472818 bytes)
3.72/4.82	c 5	15316 (100%) CSP integer variables are encoded (243933 clauses, 3942868 bytes)
4.20/5.37	c 5	4046 (10%) CSP clauses are encoded (536129 clauses, 9211333 bytes)
5.89/7.10	c 7	8092 (20%) CSP clauses are encoded (1552422 clauses, 30477941 bytes)
7.48/8.64	c 9	12138 (30%) CSP clauses are encoded (2457104 clauses, 49653770 bytes)
9.07/10.21	c 10	16184 (40%) CSP clauses are encoded (3361786 clauses, 68829710 bytes)
10.77/11.92	c 12	20230 (50%) CSP clauses are encoded (4305096 clauses, 90383697 bytes)
12.96/14.12	c 14	24276 (60%) CSP clauses are encoded (5500336 clauses, 119195193 bytes)
14.72/15.90	c 16	28322 (70%) CSP clauses are encoded (6458542 clauses, 142332668 bytes)
16.31/17.57	c 18	32368 (80%) CSP clauses are encoded (7354493 clauses, 163966736 bytes)
17.97/19.26	c 19	36414 (90%) CSP clauses are encoded (8258020 clauses, 185783450 bytes)
20.01/21.36	c 21	40459 (100%) CSP clauses are encoded (9370174 clauses, 212596770 bytes)
20.01/21.36	c 21	40459 CSP clauses encoded
20.01/21.36	c 21	Writing map file : HOME/temp.map
20.10/21.41	c 22	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.10/21.41	c 22	SAT : 263833 SAT variables, 9370174 SAT clauses, 212596770 bytes
20.10/21.41	c 22	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.10/21.45	c 22	SOLVING HOME/temp.cnf
20.10/21.45	c 22	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1815.42	c ERROR INTERRUPTED
1800.03/1815.47	s UNKNOWN
1800.03/1815.47	c 1816	CPU 18.57 (0.03 0.01 18.54 1.57)
1800.03/1815.47	c 1816	END Wed Jul  2 14:17:32 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-1041039-1214999236/watcher-1041039-1214999236 -o /tmp/evaluation-result-1041039-1214999236/solver-1041039-1214999236 -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-1041039-1214999236.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.55 2.87 2.19 4/82 16779
/proc/meminfo: memFree=1221696/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=18572 CPUtime=0
/proc/16779/stat : 16779 (runsolver) D 16777 16779 16518 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 111918935 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 244276849959 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16779/statm: 4643 292 257 25 0 2626 0

[startup+0.0152981 s]
/proc/loadavg: 2.55 2.87 2.19 4/82 16779
/proc/meminfo: memFree=1221696/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=24 CPUtime=0
/proc/16779/stat : 16779 (sugar) D 16777 16779 16518 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 111918935 24576 1 996147200 0 0 548682069413 18446744073709551615 244276849959 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/16779/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.102326 s]
/proc/loadavg: 2.55 2.87 2.19 4/82 16779
/proc/meminfo: memFree=1221696/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=12272 CPUtime=0
/proc/16779/stat : 16779 (sugar) R 16777 16779 16518 0 -1 4194304 355 0 5 0 0 0 0 0 18 0 1 0 111918935 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 244285750270 0 0 4224 0 0 0 0 17 0 0 0
/proc/16779/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301361 s]
/proc/loadavg: 2.55 2.87 2.19 4/82 16779
/proc/meminfo: memFree=1221696/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=0.03
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 895 126 5 1 2 1 0 0 18 0 1 0 111918935 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701435 s]
/proc/loadavg: 2.55 2.87 2.19 4/82 16779
/proc/meminfo: memFree=1221696/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=0.03
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 895 126 5 1 2 1 0 0 18 0 1 0 111918935 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 2.55 2.87 2.19 3/89 16787
/proc/meminfo: memFree=1210816/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=0.03
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 895 126 5 1 2 1 0 0 18 0 1 0 111918935 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 796 370 3 0 500 0
[pid=16782] ppid=16779 vsize=5356 CPUtime=0
/proc/16782/stat : 16782 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 111918957 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16782/statm: 1339 233 193 169 0 50 0
[pid=16783] ppid=16782 vsize=864672 CPUtime=0.47
/proc/16783/stat : 16783 (java) S 16782 16779 16518 0 -1 0 6188 0 62 0 40 7 0 0 18 0 9 0 111918957 885424128 5516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16783/statm: 216168 5516 2529 9 0 210750 0
[pid=16783/tid=16784] ppid=16782 vsize=864672 CPUtime=0.26
/proc/16783/task/16784/stat : 16784 (java) R 16782 16779 16518 0 -1 64 2710 0 26 0 22 4 0 0 21 0 9 0 111919019 885424128 5516 996147200 134512640 134550740 4294956016 18446744073709551615 4126101376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16783/tid=16785] ppid=16782 vsize=864672 CPUtime=0.05
/proc/16783/task/16785/stat : 16785 (java) S 16782 16779 16518 0 -1 64 2306 0 0 0 5 0 0 0 16 0 9 0 111919034 885424128 5516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16783/tid=16786] ppid=16782 vsize=864672 CPUtime=0
/proc/16783/task/16786/stat : 16786 (java) S 16782 16779 16518 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 111919034 885424128 5516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16783/tid=16787] ppid=16782 vsize=864672 CPUtime=0
/proc/16783/task/16787/stat : 16787 (java) S 16782 16779 16518 0 -1 64 9 0 1 0 0 0 0 0 15 0 9 0 111919034 885424128 5516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 883628

[startup+3.10189 s]
/proc/loadavg: 2.55 2.87 2.19 4/93 16801
/proc/meminfo: memFree=1198752/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=0.68
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 969 6737 5 63 3 1 56 8 15 0 1 0 111918935 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16779/statm: 3400 797 370 3 0 500 0
[pid=16792] ppid=16779 vsize=5356 CPUtime=0
/proc/16792/stat : 16792 (sh) S 16779 16779 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111919106 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16792/statm: 1339 233 193 169 0 50 0
[pid=16793] ppid=16792 vsize=868388 CPUtime=1.36
/proc/16793/stat : 16793 (java) S 16792 16779 16518 0 -1 0 8789 0 4 0 132 4 0 0 18 0 9 0 111919106 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16793/statm: 217097 7972 2541 9 0 211672 0
[pid=16793/tid=16794] ppid=16792 vsize=868388 CPUtime=0.9
/proc/16793/task/16794/stat : 16794 (java) R 16792 16779 16518 0 -1 64 2714 0 4 0 89 1 0 0 22 0 9 0 111919107 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4126697467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16795] ppid=16792 vsize=868388 CPUtime=0.21
/proc/16793/task/16795/stat : 16795 (java) S 16792 16779 16518 0 -1 64 3890 0 0 0 20 1 0 0 16 0 9 0 111919108 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16796] ppid=16792 vsize=868388 CPUtime=0
/proc/16793/task/16796/stat : 16796 (java) S 16792 16779 16518 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 111919108 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16797] ppid=16792 vsize=868388 CPUtime=0
/proc/16793/task/16797/stat : 16797 (java) S 16792 16779 16518 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 111919108 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16798] ppid=16792 vsize=868388 CPUtime=0
/proc/16793/task/16798/stat : 16798 (java) S 16792 16779 16518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111919110 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16799] ppid=16792 vsize=868388 CPUtime=0.21
/proc/16793/task/16799/stat : 16799 (java) S 16792 16779 16518 0 -1 64 1492 0 0 0 21 0 0 0 16 0 9 0 111919110 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16800] ppid=16792 vsize=868388 CPUtime=0
/proc/16793/task/16800/stat : 16800 (java) S 16792 16779 16518 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 111919110 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16801] ppid=16792 vsize=868388 CPUtime=0
/proc/16793/task/16801/stat : 16801 (java) S 16792 16779 16518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 111919110 889229312 7972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 887344

[startup+6.3015 s]
/proc/loadavg: 2.51 2.85 2.19 3/93 16801
/proc/meminfo: memFree=1144608/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=0.68
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 969 6737 5 63 3 1 56 8 15 0 1 0 111918935 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 797 370 3 0 500 0
[pid=16792] ppid=16779 vsize=5356 CPUtime=0
/proc/16792/stat : 16792 (sh) S 16779 16779 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111919106 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16792/statm: 1339 233 193 169 0 50 0
[pid=16793] ppid=16792 vsize=868500 CPUtime=4.52
/proc/16793/stat : 16793 (java) S 16792 16779 16518 0 -1 0 13796 0 5 0 429 23 0 0 18 0 9 0 111919106 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16793/statm: 217125 12388 2565 9 0 211672 0
[pid=16793/tid=16794] ppid=16792 vsize=868500 CPUtime=3.36
/proc/16793/task/16794/stat : 16794 (java) R 16792 16779 16518 0 -1 64 3283 0 5 0 321 15 0 0 25 0 9 0 111919107 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4127153938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16793/tid=16795] ppid=16792 vsize=868500 CPUtime=0.83
/proc/16793/task/16795/stat : 16795 (java) S 16792 16779 16518 0 -1 64 8270 0 0 0 78 5 0 0 16 0 9 0 111919108 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16793/tid=16796] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16796/stat : 16796 (java) S 16792 16779 16518 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 111919108 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16797] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16797/stat : 16797 (java) S 16792 16779 16518 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 111919108 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16798] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16798/stat : 16798 (java) S 16792 16779 16518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16799] ppid=16792 vsize=868500 CPUtime=0.29
/proc/16793/task/16799/stat : 16799 (java) S 16792 16779 16518 0 -1 64 1550 0 0 0 29 0 0 0 16 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16800] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16800/stat : 16800 (java) S 16792 16779 16518 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16801] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16801/stat : 16801 (java) S 16792 16779 16518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 887456

[startup+12.7027 s]
/proc/loadavg: 2.47 2.84 2.18 3/93 16801
/proc/meminfo: memFree=1041448/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=0.68
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 969 6737 5 63 3 1 56 8 16 0 1 0 111918935 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 797 370 3 0 500 0
[pid=16792] ppid=16779 vsize=5356 CPUtime=0
/proc/16792/stat : 16792 (sh) S 16779 16779 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111919106 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16792/statm: 1339 233 193 169 0 50 0
[pid=16793] ppid=16792 vsize=868500 CPUtime=10.89
/proc/16793/stat : 16793 (java) S 16792 16779 16518 0 -1 0 14506 0 5 0 1015 74 0 0 18 0 9 0 111919106 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16793/statm: 217125 12388 2565 9 0 211672 0
[pid=16793/tid=16794] ppid=16792 vsize=868500 CPUtime=9.45
/proc/16793/task/16794/stat : 16794 (java) R 16792 16779 16518 0 -1 64 3993 0 5 0 883 62 0 0 25 0 9 0 111919107 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4127151719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16793/tid=16795] ppid=16792 vsize=868500 CPUtime=1.12
/proc/16793/task/16795/stat : 16795 (java) S 16792 16779 16518 0 -1 64 8270 0 0 0 102 10 0 0 16 0 9 0 111919108 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16793/tid=16796] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16796/stat : 16796 (java) S 16792 16779 16518 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 111919108 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16797] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16797/stat : 16797 (java) S 16792 16779 16518 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 111919108 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16798] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16798/stat : 16798 (java) S 16792 16779 16518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16799] ppid=16792 vsize=868500 CPUtime=0.29
/proc/16793/task/16799/stat : 16799 (java) S 16792 16779 16518 0 -1 64 1550 0 0 0 29 0 0 0 17 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16793/tid=16800] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16800/stat : 16800 (java) S 16792 16779 16518 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16793/tid=16801] ppid=16792 vsize=868500 CPUtime=0
/proc/16793/task/16801/stat : 16801 (java) S 16792 16779 16518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 111919110 889344000 12388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 887456

[startup+25.5021 s]
/proc/loadavg: 2.58 2.85 2.20 3/85 16803
/proc/meminfo: memFree=892712/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=35076 CPUtime=4
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 8420 0 0 0 178 222 0 0 25 0 1 0 111921080 35917824 8406 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 8769 8406 40 102 0 8664 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 54032

[startup+51.102 s]
/proc/loadavg: 2.44 2.79 2.19 3/85 16803
/proc/meminfo: memFree=711848/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=141944 CPUtime=29.5
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 34415 0 0 0 1335 1615 0 0 25 0 1 0 111921080 145350656 34401 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 35486 34401 40 102 0 35381 0
Current children cumulated CPU time (s) 49.64

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

/proc/meminfo: memFree=1325096/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=394832 CPUtime=1270.76
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86043 0 0 0 122815 4261 0 0 25 0 1 0 111921080 404307968 86027 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 98708 86027 48 102 0 98603 0
Current children cumulated CPU time (s) 1290.9
Current children cumulated vsize (KiB) 413788

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/75 17579
/proc/meminfo: memFree=1324520/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=395360 CPUtime=1330.29
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86161 0 0 0 128768 4261 0 0 25 0 1 0 111921080 404848640 86145 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 98840 86145 48 102 0 98735 0
Current children cumulated CPU time (s) 1350.43
Current children cumulated vsize (KiB) 414316

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.01 3/75 17579
/proc/meminfo: memFree=1323880/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=395756 CPUtime=1389.84
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86268 0 0 0 134722 4262 0 0 25 0 1 0 111921080 405254144 86252 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 98939 86252 48 102 0 98834 0
Current children cumulated CPU time (s) 1409.98
Current children cumulated vsize (KiB) 414712

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17579
/proc/meminfo: memFree=1323432/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=396284 CPUtime=1449.37
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86384 0 0 0 140675 4262 0 0 25 0 1 0 111921080 405794816 86368 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 99071 86368 48 102 0 98966 0
Current children cumulated CPU time (s) 1469.51
Current children cumulated vsize (KiB) 415240

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17579
/proc/meminfo: memFree=1323048/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=396548 CPUtime=1508.9
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86469 0 0 0 146628 4262 0 0 25 0 1 0 111921080 406065152 86453 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 99137 86453 48 102 0 99032 0
Current children cumulated CPU time (s) 1529.04
Current children cumulated vsize (KiB) 415504

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17579
/proc/meminfo: memFree=1322600/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=396944 CPUtime=1568.44
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86567 0 0 0 152582 4262 0 0 25 0 1 0 111921080 406470656 86551 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 99236 86551 48 102 0 99131 0
Current children cumulated CPU time (s) 1588.58
Current children cumulated vsize (KiB) 415900

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17579
/proc/meminfo: memFree=1322216/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=397472 CPUtime=1627.97
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86689 0 0 0 158535 4262 0 0 25 0 1 0 111921080 407011328 86673 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 99368 86673 48 102 0 99263 0
Current children cumulated CPU time (s) 1648.11
Current children cumulated vsize (KiB) 416428

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17579
/proc/meminfo: memFree=1321768/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=397868 CPUtime=1687.51
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86794 0 0 0 164489 4262 0 0 25 0 1 0 111921080 407416832 86778 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 99467 86778 48 102 0 99362 0
Current children cumulated CPU time (s) 1707.65
Current children cumulated vsize (KiB) 416824

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17579
/proc/meminfo: memFree=1321320/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=398264 CPUtime=1747.05
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86897 0 0 0 170442 4263 0 0 25 0 1 0 111921080 407822336 86881 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 99566 86881 48 102 0 99461 0
Current children cumulated CPU time (s) 1767.19
Current children cumulated vsize (KiB) 417220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17579
/proc/meminfo: memFree=1321064/2055920 swapFree=4192812/4192956
[pid=16779] ppid=16777 vsize=13600 CPUtime=20.14
/proc/16779/stat : 16779 (sugar) S 16777 16779 16518 0 -1 4194304 1017 22507 5 68 3 1 1853 157 16 0 1 0 111918935 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16779/statm: 3400 799 370 3 0 500 0
[pid=16802] ppid=16779 vsize=5356 CPUtime=0
/proc/16802/stat : 16802 (sh) S 16779 16779 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111921080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16802/statm: 1339 232 193 169 0 50 0
[pid=16803] ppid=16802 vsize=398528 CPUtime=1779.89
/proc/16803/stat : 16803 (picosat) R 16802 16779 16518 0 -1 4194304 86950 0 0 0 173726 4263 0 0 25 0 1 0 111921080 408092672 86934 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/16803/statm: 99632 86934 48 102 0 99527 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 417484

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16779 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=577175
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=591758
# CPU time returned by wait4() is 20.1689
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.47
CPU time (s): 1800.03
CPU user time (s): 1755.82
CPU system time (s): 44.21
CPU usage (%): 99.1494
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5772
system time used= 1.59176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23879
page faults= 73
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16943
involuntary context switches= 17017

runsolver used 1.66675 second user time and 4.99624 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-02 13:47:16
IDJOB=1041039
IDBENCH=53766
IDSOLVER=345
FILE ID=node63/1041039-1214999236
PBS_JOBID= 7870796
Free space on /tmp= 65000 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-32-32.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-1041039-1214999236/watcher-1041039-1214999236 -o /tmp/evaluation-result-1041039-1214999236/solver-1041039-1214999236 -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-1041039-1214999236.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db5e4024fa09c2ba43e56edc6af3d2e9
RANDOM SEED=1100094

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1222368 kB
Buffers:          5532 kB
Cached:         701464 kB
SwapCached:          0 kB
Active:         483120 kB
Inactive:       258104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1222368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14500 kB
Writeback:           0 kB
Mapped:          56760 kB
Slab:            77664 kB
Committed_AS:   259952 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node63 at 2008-07-02 14:17:34