Trace number 1111191

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 394.729 403.734

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-20-20-2.xml
MD5SUM2344aea19d376a2dc3bf2408a1b627e6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3426
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.24	c 0	BEGIN Sat Jul 12 08:03:48 2008
0.04/0.24	c 0	PID 16593
0.04/0.24	c 0	HOST node55.alineos.net
0.04/0.24	c 0	CONVERTING HOME/instance-1111191-1215842627.xml TO HOME/temp.csp
0.04/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111191-1215842627.xml' 'HOME/temp.csp'
2.48/2.70	c 3	1 domains, 400 variables, 1 predicates, 0 relations, 36100 constraints
2.48/2.76	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.48/2.76	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.50/2.84	c 3	Parsing HOME/temp.csp
3.22/3.54	c 3	parsed 10000 expressions
3.82/4.10	c 4	parsed 20000 expressions
4.41/4.72	c 5	parsed 30000 expressions
4.92/5.21	c 5	parsed 36502 expressions
4.92/5.21	c 5	Heap : 37 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.12/5.46	c 5	MAX CSP: 36100 constraints
5.12/5.46	c 5	Converting to clausal form CSP
5.82/6.19	c 6	converted 7261 (10%) expressions
6.71/7.09	c 7	converted 14521 (20%) expressions
7.32/7.67	c 7	converted 21782 (30%) expressions
7.91/8.24	c 8	converted 29042 (40%) expressions
9.11/9.50	c 9	converted 36303 (50%) expressions
9.71/10.06	c 10	converted 43563 (60%) expressions
10.32/10.66	c 10	converted 50824 (70%) expressions
10.91/11.23	c 11	converted 58084 (80%) expressions
11.51/11.82	c 12	converted 65345 (90%) expressions
16.21/16.51	c 16	converted 72605 (100%) expressions
16.21/16.52	c 16	CSP : 72600 integers, 0 booleans, 108299 clauses, largest domain size 54151
16.21/16.52	c 16	Heap : 201 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.21/16.52	c 16	Propagation in CSP
18.81/19.17	c 19	36095 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.81/19.18	c 19	CSP : 72600 integers, 0 booleans, 108299 clauses, largest domain size 36101
18.81/19.18	c 19	Heap : 213 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.91/19.23	c 19	Simplifing CSP by introducing new Boolean variables
22.30/22.65	c 22	CSP : 72600 integers, 433200 booleans, 541499 clauses, largest domain size 36101
22.30/22.65	c 22	Heap : 326 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.81/24.20	c 24	Encoding CSP to SAT : HOME/temp.cnf
23.91/24.27	c 24	7260 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
23.91/24.28	c 24	14520 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
23.91/24.29	c 24	21780 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
23.91/24.29	c 24	29040 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
24.00/24.30	c 24	36300 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
24.61/24.90	c 25	43560 (60%) CSP integer variables are encoded (540297 clauses, 9063190 bytes)
24.70/25.07	c 25	50820 (70%) CSP integer variables are encoded (689781 clauses, 11604418 bytes)
24.91/25.21	c 25	58080 (80%) CSP integer variables are encoded (813720 clauses, 13711381 bytes)
25.01/25.32	c 25	65340 (90%) CSP integer variables are encoded (904821 clauses, 15260098 bytes)
25.11/25.45	c 25	72600 (100%) CSP integer variables are encoded (1017470 clauses, 17346240 bytes)
25.70/26.02	c 26	54150 (10%) CSP clauses are encoded (1121605 clauses, 19248739 bytes)
26.20/26.56	c 26	108300 (20%) CSP clauses are encoded (1225740 clauses, 21174009 bytes)
26.70/27.09	c 27	162450 (30%) CSP clauses are encoded (1329874 clauses, 23105442 bytes)
27.30/27.62	c 27	216600 (40%) CSP clauses are encoded (1434009 clauses, 25049628 bytes)
27.79/28.15	c 28	270750 (50%) CSP clauses are encoded (1538144 clauses, 27036488 bytes)
28.30/28.66	c 28	324900 (60%) CSP clauses are encoded (1642278 clauses, 29023422 bytes)
28.79/29.17	c 29	379050 (70%) CSP clauses are encoded (1746413 clauses, 31010282 bytes)
29.29/29.68	c 30	433200 (80%) CSP clauses are encoded (1850547 clauses, 32997216 bytes)
393.67/399.67	c 399	ERROR Exception Too large HOME/temp.cnf
393.75/399.79	c 399	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
393.75/399.79	c 399	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
393.75/399.79	c 399	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
393.75/399.79	s UNKNOWN
393.80/400.28	c 400	CPU 378.53 (0.06 0.02 378.47 15.27)
393.80/400.28	c 400	END Sat Jul 12 08:10:28 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111191-1215842627/watcher-1111191-1215842627 -o /tmp/evaluation-result-1111191-1215842627/solver-1111191-1215842627 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111191-1215842627.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.06 2.05 2.02 4/81 16593
/proc/meminfo: memFree=1891872/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=18572 CPUtime=0
/proc/16593/stat : 16593 (runsolver) D 16591 16593 16556 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 40961420 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16593/statm: 4643 292 257 25 0 2626 0

[startup+0.0215161 s]
/proc/loadavg: 2.06 2.05 2.02 4/81 16593
/proc/meminfo: memFree=1891872/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=18572 CPUtime=0
/proc/16593/stat : 16593 (runsolver) D 16591 16593 16556 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 40961420 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16593/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101526 s]
/proc/loadavg: 2.06 2.05 2.02 4/81 16593
/proc/meminfo: memFree=1891872/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=12544 CPUtime=0
/proc/16593/stat : 16593 (sugar++) R 16591 16593 16556 0 -1 4194304 460 0 0 0 0 0 0 0 18 0 1 0 40961420 12845056 428 996147200 4194304 4206940 548682068528 18446744073709551615 248779450374 0 0 4224 0 0 0 0 17 1 0 0
/proc/16593/statm: 3136 428 288 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301548 s]
/proc/loadavg: 2.06 2.05 2.02 4/81 16593
/proc/meminfo: memFree=1891872/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=0.07
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701585 s]
/proc/loadavg: 2.06 2.05 2.02 4/81 16593
/proc/meminfo: memFree=1891872/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=0.07
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50266 s]
/proc/loadavg: 2.06 2.05 2.02 3/92 16605
/proc/meminfo: memFree=1870728/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=0.07
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16596] ppid=16593 vsize=5356 CPUtime=0
/proc/16596/stat : 16596 (sh) S 16593 16593 16556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40961444 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16596/statm: 1339 233 193 169 0 50 0
[pid=16597] ppid=16596 vsize=864676 CPUtime=1.23
/proc/16597/stat : 16597 (java) S 16596 16593 16556 0 -1 0 12278 0 1 0 116 7 0 0 18 0 9 0 40961445 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16597/statm: 216169 10334 2529 9 0 210751 0
[pid=16597/tid=16598] ppid=16596 vsize=864676 CPUtime=0.77
/proc/16597/task/16598/stat : 16598 (java) R 16596 16593 16556 0 -1 64 2876 0 1 0 75 2 0 0 23 0 9 0 40961446 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4126569655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16597/tid=16599] ppid=16596 vsize=864676 CPUtime=0.34
/proc/16597/task/16599/stat : 16599 (java) S 16596 16593 16556 0 -1 64 8220 0 0 0 31 3 0 0 16 0 9 0 40961447 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16597/tid=16600] ppid=16596 vsize=864676 CPUtime=0
/proc/16597/task/16600/stat : 16600 (java) S 16596 16593 16556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 40961447 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16597/tid=16601] ppid=16596 vsize=864676 CPUtime=0
/proc/16597/task/16601/stat : 16601 (java) S 16596 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 40961447 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16597/tid=16602] ppid=16596 vsize=864676 CPUtime=0
/proc/16597/task/16602/stat : 16602 (java) S 16596 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40961449 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16597/tid=16603] ppid=16596 vsize=864676 CPUtime=0.09
/proc/16597/task/16603/stat : 16603 (java) S 16596 16593 16556 0 -1 64 482 0 0 0 9 0 0 0 16 0 9 0 40961449 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16597/tid=16604] ppid=16596 vsize=864676 CPUtime=0
/proc/16597/task/16604/stat : 16604 (java) S 16596 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40961449 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16597/tid=16605] ppid=16596 vsize=864676 CPUtime=0
/proc/16597/task/16605/stat : 16605 (java) S 16596 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40961449 885428224 10334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 886772

[startup+3.1018 s]
/proc/loadavg: 2.06 2.05 2.02 3/92 16605
/proc/meminfo: memFree=1834184/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 16 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 16740

[startup+6.30209 s]
/proc/loadavg: 2.06 2.05 2.02 4/92 16615
/proc/meminfo: memFree=1836360/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868448 CPUtime=3.51
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 21229 0 1 0 339 12 0 0 18 0 9 0 40961697 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16607/statm: 217112 19771 2543 9 0 211687 0
[pid=16607/tid=16608] ppid=16606 vsize=868448 CPUtime=2.1
/proc/16607/task/16608/stat : 16608 (java) R 16606 16593 16556 0 -1 64 3460 0 1 0 207 3 0 0 25 0 9 0 40961698 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4126702588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16609] ppid=16606 vsize=868448 CPUtime=1.2
/proc/16607/task/16609/stat : 16609 (java) S 16606 16593 16556 0 -1 64 15609 0 0 0 113 7 0 0 15 0 9 0 40961699 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16610] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16610/stat : 16610 (java) S 16606 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40961699 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16611] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16611/stat : 16611 (java) S 16606 16593 16556 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40961699 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16612] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16612/stat : 16612 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 40961701 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16613] ppid=16606 vsize=868448 CPUtime=0.18
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 40961701 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889290752 19771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890544

[startup+12.7017 s]
/proc/loadavg: 2.05 2.05 2.02 3/92 16615
/proc/meminfo: memFree=1722952/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868448 CPUtime=9.91
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 55628 0 1 0 965 26 0 0 18 0 9 0 40961697 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16607/statm: 217112 44994 2540 9 0 211687 0
[pid=16607/tid=16608] ppid=16606 vsize=868448 CPUtime=6.01
/proc/16607/task/16608/stat : 16608 (java) R 16606 16593 16556 0 -1 64 4603 0 1 0 597 4 0 0 25 0 9 0 40961698 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4126607383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16609] ppid=16606 vsize=868448 CPUtime=3.68
/proc/16607/task/16609/stat : 16609 (java) S 16606 16593 16556 0 -1 64 48861 0 0 0 348 20 0 0 16 0 9 0 40961699 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16610] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16610/stat : 16610 (java) S 16606 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40961699 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16611] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16611/stat : 16611 (java) S 16606 16593 16556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40961699 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16612] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16612/stat : 16612 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 40961701 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16613] ppid=16606 vsize=868448 CPUtime=0.18
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1468 0 0 0 18 0 0 0 16 0 9 0 40961701 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868448 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889290752 44994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 890544

[startup+25.5029 s]
/proc/loadavg: 2.11 2.06 2.02 3/92 16615
/proc/meminfo: memFree=1517256/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868560 CPUtime=22.7
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 121401 0 1 0 2210 60 0 0 18 0 9 0 40961697 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16607/statm: 217140 90954 2565 9 0 211687 0
[pid=16607/tid=16608] ppid=16606 vsize=868560 CPUtime=12.57
/proc/16607/task/16608/stat : 16608 (java) R 16606 16593 16556 0 -1 64 7761 0 1 0 1242 15 0 0 25 0 9 0 40961698 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4127094600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16609] ppid=16606 vsize=868560 CPUtime=9.84
/proc/16607/task/16609/stat : 16609 (java) S 16606 16593 16556 0 -1 64 111420 0 0 0 941 43 0 0 16 0 9 0 40961699 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16610] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16610/stat : 16610 (java) S 16606 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16611] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16611/stat : 16611 (java) S 16606 16593 16556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16612] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16612/stat : 16612 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 40961701 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16613] ppid=16606 vsize=868560 CPUtime=0.27
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 40961701 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889405440 90954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890656

[startup+51.1022 s]
/proc/loadavg: 2.29 2.10 2.03 3/92 16615
/proc/meminfo: memFree=1215560/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868560 CPUtime=48.06
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 121666 0 1 0 4581 225 0 0 18 0 9 0 40961697 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=16607/tid=16613] ppid=16606 vsize=868560 CPUtime=0.28
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1529 0 0 0 27 1 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 890656

[startup+162.302 s]
/proc/loadavg: 2.10 2.11 2.04 3/92 16615
/proc/meminfo: memFree=1018760/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868560 CPUtime=158.84
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 122183 0 1 0 15551 333 0 0 18 0 9 0 40961697 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16607/statm: 217140 90959 2565 9 0 211687 0
[pid=16607/tid=16608] ppid=16606 vsize=868560 CPUtime=147.87
/proc/16607/task/16608/stat : 16608 (java) R 16606 16593 16556 0 -1 64 8538 0 1 0 14505 282 0 0 25 0 9 0 40961698 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4127122526 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16609] ppid=16606 vsize=868560 CPUtime=10.66
/proc/16607/task/16609/stat : 16609 (java) S 16606 16593 16556 0 -1 64 111420 0 0 0 1018 48 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16610] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16610/stat : 16610 (java) S 16606 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16611] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16611/stat : 16611 (java) S 16606 16593 16556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16612] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16612/stat : 16612 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16613] ppid=16606 vsize=868560 CPUtime=0.28
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1529 0 0 0 27 1 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 890656

[startup+222.303 s]
/proc/loadavg: 2.04 2.09 2.04 3/92 16615
/proc/meminfo: memFree=1017992/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868560 CPUtime=218.81
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 122415 0 1 0 21544 337 0 0 18 0 9 0 40961697 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16607/statm: 217140 90959 2565 9 0 211687 0
[pid=16607/tid=16608] ppid=16606 vsize=868560 CPUtime=207.6
/proc/16607/task/16608/stat : 16608 (java) R 16606 16593 16556 0 -1 64 8770 0 1 0 20475 285 0 0 25 0 9 0 40961698 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4127122423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16609] ppid=16606 vsize=868560 CPUtime=10.91
/proc/16607/task/16609/stat : 16609 (java) S 16606 16593 16556 0 -1 64 111420 0 0 0 1041 50 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16610] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16610/stat : 16610 (java) S 16606 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16611] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16611/stat : 16611 (java) S 16606 16593 16556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16612] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16612/stat : 16612 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16613] ppid=16606 vsize=868560 CPUtime=0.28
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1529 0 0 0 27 1 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.31
Current children cumulated vsize (KiB) 890656

[startup+282.302 s]
/proc/loadavg: 2.46 2.18 2.07 3/92 16615
/proc/meminfo: memFree=531080/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868560 CPUtime=278.24
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 122885 0 1 0 27214 610 0 0 18 0 9 0 40961697 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16607/statm: 217140 90959 2565 9 0 211687 0
[pid=16607/tid=16608] ppid=16606 vsize=868560 CPUtime=266.55
/proc/16607/task/16608/stat : 16608 (java) R 16606 16593 16556 0 -1 64 9240 0 1 0 26099 556 0 0 25 0 9 0 40961698 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4126559210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16607/tid=16609] ppid=16606 vsize=868560 CPUtime=11.39
/proc/16607/task/16609/stat : 16609 (java) S 16606 16593 16556 0 -1 64 111420 0 0 0 1087 52 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16607/tid=16610] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16610/stat : 16610 (java) S 16606 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16611] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16611/stat : 16611 (java) S 16606 16593 16556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16612] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16612/stat : 16612 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16613] ppid=16606 vsize=868560 CPUtime=0.28
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1529 0 0 0 27 1 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.74
Current children cumulated vsize (KiB) 890656

[startup+342.308 s]
/proc/loadavg: 2.91 2.36 2.14 3/92 16615
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=2.5
/proc/16593/stat : 16593 (sugar++) S 16591 16593 16556 0 -1 4194304 1297 20891 0 1 5 2 229 14 15 0 1 0 40961420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16593/statm: 4185 1104 409 3 0 764 0
[pid=16606] ppid=16593 vsize=5356 CPUtime=0
/proc/16606/stat : 16606 (sh) S 16593 16593 16556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40961696 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16606/statm: 1339 233 193 169 0 50 0
[pid=16607] ppid=16606 vsize=868560 CPUtime=335.8
/proc/16607/stat : 16607 (java) S 16606 16593 16556 0 -1 0 123471 0 1 0 32513 1067 0 0 18 0 9 0 40961697 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16607/statm: 217140 90959 2565 9 0 211687 0
[pid=16607/tid=16608] ppid=16606 vsize=868560 CPUtime=323.43
/proc/16607/task/16608/stat : 16608 (java) R 16606 16593 16556 0 -1 64 9826 0 1 0 31335 1008 0 0 25 0 9 0 40961698 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16607/tid=16609] ppid=16606 vsize=868560 CPUtime=12.05
/proc/16607/task/16609/stat : 16609 (java) S 16606 16593 16556 0 -1 64 111420 0 0 0 1149 56 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16607/tid=16610] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16610/stat : 16610 (java) S 16606 16593 16556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16611] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16611/stat : 16611 (java) S 16606 16593 16556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40961699 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16612] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16612/stat : 16612 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16613] ppid=16606 vsize=868560 CPUtime=0.28
/proc/16607/task/16613/stat : 16613 (java) S 16606 16593 16556 0 -1 64 1529 0 0 0 27 1 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16614] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16614/stat : 16614 (java) S 16606 16593 16556 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16607/tid=16615] ppid=16606 vsize=868560 CPUtime=0
/proc/16607/task/16615/stat : 16615 (java) S 16606 16593 16556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40961701 889405440 90959 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 338.3
Current children cumulated vsize (KiB) 890656

[startup+402.302 s]
/proc/loadavg: 3.12 2.52 2.20 2/82 16615
/proc/meminfo: memFree=1908056/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=394.66
/proc/16593/stat : 16593 (sugar++) D 16591 16593 16556 0 -1 4194304 1320 145230 0 2 6 86 37847 1527 15 0 1 0 40961420 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16593/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 394.66
Current children cumulated vsize (KiB) 16740

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

[startup+402.502 s]
/proc/loadavg: 3.12 2.52 2.20 2/82 16615
/proc/meminfo: memFree=1908056/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=394.67
/proc/16593/stat : 16593 (sugar++) D 16591 16593 16556 0 -1 4194304 1320 145230 0 2 6 87 37847 1527 15 0 1 0 40961420 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16593/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 394.67
Current children cumulated vsize (KiB) 16740

[startup+403.302 s]
/proc/loadavg: 3.12 2.52 2.20 2/82 16615
/proc/meminfo: memFree=1924824/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=394.7
/proc/16593/stat : 16593 (sugar++) D 16591 16593 16556 0 -1 4194304 1320 145230 0 2 6 90 37847 1527 15 0 1 0 40961420 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16593/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 394.7
Current children cumulated vsize (KiB) 16740

[startup+403.702 s]
/proc/loadavg: 3.12 2.52 2.20 2/82 16615
/proc/meminfo: memFree=1924824/2055920 swapFree=4192812/4192956
[pid=16593] ppid=16591 vsize=16740 CPUtime=394.71
/proc/16593/stat : 16593 (sugar++) D 16591 16593 16556 0 -1 4194304 1320 145230 0 2 6 91 37847 1527 15 0 1 0 40961420 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16593/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 394.71
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 403.734
CPU time (s): 394.729
CPU user time (s): 378.538
CPU system time (s): 16.1905
CPU usage (%): 97.7696
Max. virtual memory (cumulated for all children) (KiB): 916156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.538
system time used= 16.1905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146606
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= 32307
involuntary context switches= 37101

runsolver used 0.490925 second user time and 1.38479 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-12 08:03:48
IDJOB=1111191
IDBENCH=61243
IDSOLVER=367
FILE ID=node55/1111191-1215842627
PBS_JOBID= 7903420
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-20-20-2.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111191-1215842627/watcher-1111191-1215842627 -o /tmp/evaluation-result-1111191-1215842627/solver-1111191-1215842627 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111191-1215842627.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2344aea19d376a2dc3bf2408a1b627e6
RANDOM SEED=2033662329

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1892352 kB
Buffers:          6832 kB
Cached:          59944 kB
SwapCached:          0 kB
Active:          96748 kB
Inactive:        15936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7320 kB
Writeback:           0 kB
Mapped:          66040 kB
Slab:            36212 kB
Committed_AS:   255152 kB
PageTables:       1836 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= 66424 MiB
End job on node55 at 2008-07-12 08:10:32