Trace number 1111197

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? 181.771 363.728

General information on the benchmark

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

Solver Data (download as text)

0.03/0.27	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.27	c 0	BEGIN Thu Aug  7 20:18:56 2008
0.03/0.27	c 0	PID 21809
0.03/0.28	c 0	HOST node88.alineos.net
0.03/0.28	c 0	CONVERTING HOME/instance-1111197-1218133136.xml TO HOME/temp.csp
0.03/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111197-1218133136.xml' 'HOME/temp.csp'
0.95/1.35	c 1	1 domains, 225 variables, 1 predicates, 0 relations, 11025 constraints
0.95/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.36	c 1	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'
1.01/1.43	c 1	Parsing HOME/temp.csp
1.01/2.09	c 2	parsed 10000 expressions
1.80/2.16	c 2	parsed 11252 expressions
1.80/2.17	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.30	c 2	MAX CSP: 11025 constraints
2.00/2.30	c 2	Converting to clausal form CSP
2.40/2.60	c 3	converted 2228 (10%) expressions
2.50/2.78	c 3	converted 4456 (20%) expressions
2.80/3.08	c 3	converted 6684 (30%) expressions
3.01/3.25	c 3	converted 8912 (40%) expressions
3.21/3.43	c 3	converted 11140 (50%) expressions
3.41/3.61	c 4	converted 13368 (60%) expressions
3.71/3.94	c 4	converted 15596 (70%) expressions
3.91/4.16	c 4	converted 17824 (80%) expressions
4.11/4.34	c 4	converted 20052 (90%) expressions
5.32/5.59	c 6	converted 22280 (100%) expressions
5.32/5.59	c 6	CSP : 22275 integers, 0 booleans, 33074 clauses, largest domain size 16538
5.32/5.59	c 6	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.32/5.59	c 6	Propagation in CSP
6.22/6.40	c 6	11019 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.22/6.41	c 6	CSP : 22275 integers, 0 booleans, 33074 clauses, largest domain size 11026
6.22/6.41	c 6	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.22/6.43	c 6	Simplifing CSP by introducing new Boolean variables
6.83/7.03	c 7	CSP : 22275 integers, 132300 booleans, 165374 clauses, largest domain size 11026
6.83/7.03	c 7	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.44/7.62	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.44/7.66	c 8	2228 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.44/7.67	c 8	4455 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.44/7.67	c 8	6683 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.44/7.67	c 8	8910 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.44/7.67	c 8	11138 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.55/7.71	c 8	13365 (60%) CSP integer variables are encoded (30225 clauses, 453439 bytes)
7.55/7.74	c 8	15593 (70%) CSP integer variables are encoded (54372 clauses, 815644 bytes)
7.65/7.89	c 8	17820 (80%) CSP integer variables are encoded (191923 clauses, 3097038 bytes)
7.75/7.94	c 8	20048 (90%) CSP integer variables are encoded (234022 clauses, 3812721 bytes)
7.75/7.99	c 8	22275 (100%) CSP integer variables are encoded (270273 clauses, 4428988 bytes)
7.96/8.16	c 8	16538 (10%) CSP clauses are encoded (302077 clauses, 4955884 bytes)
8.16/8.30	c 8	33075 (20%) CSP clauses are encoded (333879 clauses, 5494790 bytes)
8.26/8.45	c 8	49613 (30%) CSP clauses are encoded (365683 clauses, 6034504 bytes)
8.37/8.59	c 9	66150 (40%) CSP clauses are encoded (397485 clauses, 6575132 bytes)
8.57/8.74	c 9	82687 (50%) CSP clauses are encoded (429287 clauses, 7117140 bytes)
8.67/8.88	c 9	99225 (60%) CSP clauses are encoded (461091 clauses, 7662019 bytes)
8.85/9.04	c 9	115762 (70%) CSP clauses are encoded (492893 clauses, 8219256 bytes)
8.95/9.18	c 9	132300 (80%) CSP clauses are encoded (524697 clauses, 8779396 bytes)
21.21/22.23	c 22	148837 (90%) CSP clauses are encoded (8207680 clauses, 173456987 bytes)
180.98/311.47	c 311	ERROR Exception Too large HOME/temp.cnf
181.06/311.51	c 311	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
181.06/311.51	c 311	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
181.06/311.51	c 311	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
181.06/311.51	s UNKNOWN
181.08/312.49	c 313	CPU 167.97 (0.05 0.02 167.92 13.1)
181.08/312.49	c 313	END Thu Aug  7 20:24:09 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-1111197-1218133136/watcher-1111197-1218133136 -o /tmp/evaluation-result-1111197-1218133136/solver-1111197-1218133136 -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-1111197-1218133136.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.47 0.94 0.41 3/83 21809
/proc/meminfo: memFree=1209480/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=18572 CPUtime=0
/proc/21809/stat : 21809 (runsolver) D 21807 21809 21596 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140398220 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/21809/statm: 4643 292 257 25 0 2626 0

[startup+0.026753 s]
/proc/loadavg: 2.47 0.94 0.41 3/83 21809
/proc/meminfo: memFree=1209480/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=124 CPUtime=0
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 140398220 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 270184543625 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/21809/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101768 s]
/proc/loadavg: 2.47 0.94 0.41 3/83 21809
/proc/meminfo: memFree=1209480/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=12272 CPUtime=0
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 140398220 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/21809/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302811 s]
/proc/loadavg: 2.47 0.94 0.41 3/83 21809
/proc/meminfo: memFree=1209480/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=0.07
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1217 128 2 0 5 2 0 0 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702893 s]
/proc/loadavg: 2.47 0.94 0.41 3/83 21809
/proc/meminfo: memFree=1209480/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=0.07
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1217 128 2 0 5 2 0 0 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50104 s]
/proc/loadavg: 2.47 0.94 0.41 3/94 21821
/proc/meminfo: memFree=1186160/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16740

[startup+3.10235 s]
/proc/loadavg: 2.47 0.94 0.41 2/94 21831
/proc/meminfo: memFree=1187120/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 15 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869236 CPUtime=1.89
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 12526 0 2 0 182 7 0 0 20 0 9 0 140398357 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21823/statm: 217309 11418 2540 9 0 211884 0
[pid=21823/tid=21824] ppid=21822 vsize=869236 CPUtime=1.1
/proc/21823/task/21824/stat : 21824 (java) R 21822 21809 21596 0 -1 64 3060 0 1 0 109 1 0 0 16 0 9 0 140398358 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4126597667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21825] ppid=21822 vsize=869236 CPUtime=0.59
/proc/21823/task/21825/stat : 21825 (java) S 21822 21809 21596 0 -1 64 7301 0 0 0 55 4 0 0 16 0 9 0 140398359 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21826] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21826/stat : 21826 (java) S 21822 21809 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140398359 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21827] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21827/stat : 21827 (java) S 21822 21809 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140398359 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21828] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21828/stat : 21828 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21829] ppid=21822 vsize=869236 CPUtime=0.17
/proc/21823/task/21829/stat : 21829 (java) S 21822 21809 21596 0 -1 64 1469 0 1 0 17 0 0 0 16 0 9 0 140398361 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21830] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21830/stat : 21830 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21831] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21831/stat : 21831 (java) S 21822 21809 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140398361 890097664 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 891332

[startup+6.30198 s]
/proc/loadavg: 2.51 0.98 0.42 2/94 21831
/proc/meminfo: memFree=1128432/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869236 CPUtime=5.1
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 23143 0 2 0 498 12 0 0 20 0 9 0 140398357 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21823/statm: 217309 21786 2540 9 0 211884 0
[pid=21823/tid=21824] ppid=21822 vsize=869236 CPUtime=3.26
/proc/21823/task/21824/stat : 21824 (java) R 21822 21809 21596 0 -1 64 3841 0 1 0 324 2 0 0 16 0 9 0 140398358 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4126972732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21825] ppid=21822 vsize=869236 CPUtime=1.61
/proc/21823/task/21825/stat : 21825 (java) S 21822 21809 21596 0 -1 64 17114 0 0 0 153 8 0 0 15 0 9 0 140398359 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21826] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21826/stat : 21826 (java) S 21822 21809 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140398359 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21827] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21827/stat : 21827 (java) S 21822 21809 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140398359 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21828] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21828/stat : 21828 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21829] ppid=21822 vsize=869236 CPUtime=0.21
/proc/21823/task/21829/stat : 21829 (java) S 21822 21809 21596 0 -1 64 1492 0 1 0 20 1 0 0 16 0 9 0 140398361 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21830] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21830/stat : 21830 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21831] ppid=21822 vsize=869236 CPUtime=0
/proc/21823/task/21831/stat : 21831 (java) S 21822 21809 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140398361 890097664 21786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 891332

[startup+12.7012 s]
/proc/loadavg: 2.47 0.99 0.43 2/94 21831
/proc/meminfo: memFree=1042416/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869348 CPUtime=11.51
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 36864 0 3 0 1105 46 0 0 20 0 9 0 140398357 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21823/statm: 217337 31139 2565 9 0 211884 0
[pid=21823/tid=21824] ppid=21822 vsize=869348 CPUtime=8.51
/proc/21823/task/21824/stat : 21824 (java) R 21822 21809 21596 0 -1 64 4117 0 2 0 822 29 0 0 17 0 9 0 140398358 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21825] ppid=21822 vsize=869348 CPUtime=2.71
/proc/21823/task/21825/stat : 21825 (java) S 21822 21809 21596 0 -1 64 30513 0 0 0 256 15 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21826] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21826/stat : 21826 (java) S 21822 21809 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21827] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21827/stat : 21827 (java) S 21822 21809 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21828] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21828/stat : 21828 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21829] ppid=21822 vsize=869348 CPUtime=0.27
/proc/21823/task/21829/stat : 21829 (java) S 21822 21809 21596 0 -1 64 1538 0 1 0 26 1 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21830] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21830/stat : 21830 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21831] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21831/stat : 21831 (java) S 21822 21809 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 891444

[startup+25.5027 s]
/proc/loadavg: 2.43 1.06 0.46 3/94 21831
/proc/meminfo: memFree=868912/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869348 CPUtime=23.45
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 37338 0 3 0 2207 138 0 0 20 0 9 0 140398357 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21823/statm: 217337 31139 2565 9 0 211884 0
[pid=21823/tid=21824] ppid=21822 vsize=869348 CPUtime=20.22
/proc/21823/task/21824/stat : 21824 (java) R 21822 21809 21596 0 -1 64 4591 0 2 0 1903 119 0 0 17 0 9 0 140398358 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21825] ppid=21822 vsize=869348 CPUtime=2.93
/proc/21823/task/21825/stat : 21825 (java) S 21822 21809 21596 0 -1 64 30513 0 0 0 276 17 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21826] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21826/stat : 21826 (java) S 21822 21809 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21827] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21827/stat : 21827 (java) S 21822 21809 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21828] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21828/stat : 21828 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21829] ppid=21822 vsize=869348 CPUtime=0.27
/proc/21823/task/21829/stat : 21829 (java) S 21822 21809 21596 0 -1 64 1538 0 1 0 26 1 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21830] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21830/stat : 21830 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21831] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21831/stat : 21831 (java) S 21822 21809 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 891444

[startup+51.1027 s]
/proc/loadavg: 2.75 1.24 0.53 1/95 21833
/proc/meminfo: memFree=551016/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869348 CPUtime=46.33
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 38250 0 3 0 4320 313 0 0 20 0 9 0 140398357 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869348 CPUtime=138.21
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 41349 0 3 0 12902 919 0 0 20 0 9 0 140398357 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21823/statm: 217337 31139 2565 9 0 211884 0
[pid=21823/tid=21824] ppid=21822 vsize=869348 CPUtime=133.12
/proc/21823/task/21824/stat : 21824 (java) D 21822 21809 21596 0 -1 64 8602 0 2 0 12436 876 0 0 15 0 9 0 140398358 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=21823/tid=21825] ppid=21822 vsize=869348 CPUtime=4.78
/proc/21823/task/21825/stat : 21825 (java) S 21822 21809 21596 0 -1 64 30513 0 0 0 438 40 0 0 15 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21826] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21826/stat : 21826 (java) S 21822 21809 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21827] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21827/stat : 21827 (java) S 21822 21809 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21828] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21828/stat : 21828 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21829] ppid=21822 vsize=869348 CPUtime=0.27
/proc/21823/task/21829/stat : 21829 (java) S 21822 21809 21596 0 -1 64 1538 0 1 0 26 1 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21830] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21830/stat : 21830 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21831] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21831/stat : 21831 (java) S 21822 21809 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.22
Current children cumulated vsize (KiB) 891444

[startup+222.303 s]
/proc/loadavg: 3.41 2.30 1.06 1/94 21837
/proc/meminfo: memFree=22064/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869348 CPUtime=149.1
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 41771 0 3 0 13858 1052 0 0 20 0 9 0 140398357 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21823/statm: 217337 31139 2565 9 0 211884 0
[pid=21823/tid=21824] ppid=21822 vsize=869348 CPUtime=143.83
/proc/21823/task/21824/stat : 21824 (java) D 21822 21809 21596 0 -1 64 9024 0 2 0 13376 1007 0 0 17 0 9 0 140398358 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=21823/tid=21825] ppid=21822 vsize=869348 CPUtime=4.97
/proc/21823/task/21825/stat : 21825 (java) S 21822 21809 21596 0 -1 64 30513 0 0 0 455 42 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21826] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21826/stat : 21826 (java) S 21822 21809 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21827] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21827/stat : 21827 (java) S 21822 21809 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21828] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21828/stat : 21828 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21829] ppid=21822 vsize=869348 CPUtime=0.27
/proc/21823/task/21829/stat : 21829 (java) S 21822 21809 21596 0 -1 64 1538 0 1 0 26 1 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21830] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21830/stat : 21830 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21831] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21831/stat : 21831 (java) S 21822 21809 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 150.11
Current children cumulated vsize (KiB) 891444

[startup+282.302 s]
/proc/loadavg: 3.55 2.54 1.22 2/94 21837
/proc/meminfo: memFree=15600/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=1.01
/proc/21809/stat : 21809 (sugar++) S 21807 21809 21596 0 -1 4194304 1295 10030 2 3 5 2 88 6 16 0 1 0 140398220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21809/statm: 4185 1104 409 3 0 764 0
[pid=21822] ppid=21809 vsize=5356 CPUtime=0
/proc/21822/stat : 21822 (sh) S 21809 21809 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398357 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21822/statm: 1339 233 193 169 0 50 0
[pid=21823] ppid=21822 vsize=869348 CPUtime=152.51
/proc/21823/stat : 21823 (java) S 21822 21809 21596 0 -1 0 41909 0 3 0 14169 1082 0 0 20 0 9 0 140398357 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21823/statm: 217337 31139 2565 9 0 211884 0
[pid=21823/tid=21824] ppid=21822 vsize=869348 CPUtime=147.18
/proc/21823/task/21824/stat : 21824 (java) R 21822 21809 21596 0 -1 64 9162 0 2 0 13680 1038 0 0 16 0 9 0 140398358 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21825] ppid=21822 vsize=869348 CPUtime=5.03
/proc/21823/task/21825/stat : 21825 (java) S 21822 21809 21596 0 -1 64 30513 0 0 0 461 42 0 0 15 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21826] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21826/stat : 21826 (java) S 21822 21809 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21827] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21827/stat : 21827 (java) S 21822 21809 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140398359 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21828] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21828/stat : 21828 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21829] ppid=21822 vsize=869348 CPUtime=0.27
/proc/21823/task/21829/stat : 21829 (java) S 21822 21809 21596 0 -1 64 1538 0 1 0 26 1 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21823/tid=21830] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21830/stat : 21830 (java) S 21822 21809 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21823/tid=21831] ppid=21822 vsize=869348 CPUtime=0
/proc/21823/task/21831/stat : 21831 (java) S 21822 21809 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140398361 890212352 31139 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.52
Current children cumulated vsize (KiB) 891444

[startup+342.301 s]
/proc/loadavg: 3.50 2.71 1.36 1/84 21839
/proc/meminfo: memFree=1096904/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.56
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 49 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.56
Current children cumulated vsize (KiB) 16740

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

[startup+345.802 s]
/proc/loadavg: 3.46 2.71 1.37 1/84 21839
/proc/meminfo: memFree=1119048/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.57
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 50 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.57
Current children cumulated vsize (KiB) 16740

[startup+352.202 s]
/proc/loadavg: 3.42 2.72 1.38 1/84 21839
/proc/meminfo: memFree=1159944/2055920 swapFree=4180868/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.59
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 52 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.59
Current children cumulated vsize (KiB) 16740

[startup+358.601 s]
/proc/loadavg: 3.39 2.72 1.39 1/84 21840
/proc/meminfo: memFree=1181576/2055920 swapFree=4180892/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.61
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 54 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.61
Current children cumulated vsize (KiB) 16740

[startup+361.802 s]
/proc/loadavg: 3.28 2.71 1.39 1/84 21840
/proc/meminfo: memFree=1201608/2055920 swapFree=4180892/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.62
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 55 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.62
Current children cumulated vsize (KiB) 16740

[startup+362.601 s]
/proc/loadavg: 3.28 2.71 1.39 1/84 21840
/proc/meminfo: memFree=1211144/2055920 swapFree=4180892/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.62
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 55 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.62
Current children cumulated vsize (KiB) 16740

[startup+363.401 s]
/proc/loadavg: 3.28 2.71 1.39 1/84 21840
/proc/meminfo: memFree=1214280/2055920 swapFree=4180892/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.74
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 67 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.74
Current children cumulated vsize (KiB) 16740

[startup+363.601 s]
/proc/loadavg: 3.28 2.71 1.39 1/84 21840
/proc/meminfo: memFree=1214280/2055920 swapFree=4180892/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.75
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 68 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.75
Current children cumulated vsize (KiB) 16740

[startup+363.701 s]
/proc/loadavg: 3.28 2.71 1.39 1/84 21840
/proc/meminfo: memFree=1214280/2055920 swapFree=4180892/4192956
[pid=21809] ppid=21807 vsize=16740 CPUtime=181.75
/proc/21809/stat : 21809 (sugar++) D 21807 21809 21596 0 -1 4194304 1318 53307 2 8 5 68 16792 1310 15 0 1 0 140398220 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21809/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 181.75
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 363.728
CPU time (s): 181.771
CPU user time (s): 167.976
CPU system time (s): 13.7949
CPU usage (%): 49.9746
Max. virtual memory (cumulated for all children) (KiB): 901580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.976
system time used= 13.7949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54681
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37102
involuntary context switches= 28103

runsolver used 0.452931 second user time and 1.19382 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-08-07 20:18:56
IDJOB=1111197
IDBENCH=61244
IDSOLVER=367
FILE ID=node88/1111197-1218133136
PBS_JOBID= 8000801
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-15-15-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-1111197-1218133136/watcher-1111197-1218133136 -o /tmp/evaluation-result-1111197-1218133136/solver-1111197-1218133136 -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-1111197-1218133136.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d253e49a50bf50fec79c621cae233451
RANDOM SEED=1883011068

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1210224 kB
Buffers:          1044 kB
Cached:          30468 kB
SwapCached:       4868 kB
Active:         770608 kB
Inactive:        14936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1210224 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:         771288 kB
Slab:            43968 kB
Committed_AS:   919976 kB
PageTables:       3360 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node88 at 2008-08-07 20:25:00