Trace number 1113453

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? 221.21 229.283

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-08.xml
MD5SUM18f5e43835e75ec52b7f30d00e66eb96
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints892
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16750
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Sat Jul 12 19:44:32 2008
0.05/0.07	c 0	PID 17942
0.05/0.08	c 0	HOST node13.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1113453-1215884671.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113453-1215884671.xml' 'HOME/temp.csp'
1.30/1.46	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16750 constraints
1.36/1.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.51	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.37/1.70	c 1	Parsing HOME/temp.csp
1.37/2.01	c 1	parsed 10000 expressions
1.84/2.16	c 2	parsed 17202 expressions
1.84/2.16	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.32	c 2	MAX CSP: 16750 constraints
2.02/2.32	c 2	Converting to clausal form CSP
2.22/2.58	c 2	converted 3396 (10%) expressions
2.33/2.66	c 2	converted 6791 (20%) expressions
2.52/2.81	c 2	converted 10187 (30%) expressions
2.52/2.89	c 2	converted 13582 (40%) expressions
2.63/2.96	c 2	converted 16978 (50%) expressions
2.73/3.02	c 2	converted 20373 (60%) expressions
2.73/3.09	c 3	converted 23769 (70%) expressions
2.92/3.29	c 3	converted 27164 (80%) expressions
3.02/3.35	c 3	converted 30560 (90%) expressions
4.52/4.89	c 4	converted 33955 (100%) expressions
4.61/4.90	c 4	CSP : 33950 integers, 0 booleans, 50249 clauses, largest domain size 25126
4.61/4.90	c 4	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.90	c 4	Propagation in CSP
5.21/5.55	c 5	16743 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.21/5.56	c 5	CSP : 33950 integers, 0 booleans, 50249 clauses, largest domain size 16751
5.21/5.56	c 5	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.21/5.58	c 5	Simplifing CSP by introducing new Boolean variables
5.41/5.75	c 5	CSP : 33950 integers, 33500 booleans, 83749 clauses, largest domain size 16751
5.41/5.75	c 5	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.71/6.02	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.74/6.24	c 6	3395 (10%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.74/6.24	c 6	6790 (20%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.74/6.24	c 6	10185 (30%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.74/6.25	c 6	13580 (40%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.74/6.25	c 6	16975 (50%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.84/6.31	c 6	20370 (60%) CSP integer variables are encoded (50040 clauses, 743367 bytes)
5.84/6.36	c 6	23765 (70%) CSP integer variables are encoded (88653 clauses, 1345384 bytes)
6.23/6.70	c 6	27160 (80%) CSP integer variables are encoded (351798 clauses, 5818849 bytes)
6.23/6.76	c 6	30555 (90%) CSP integer variables are encoded (390411 clauses, 6475270 bytes)
6.33/6.83	c 6	33950 (100%) CSP integer variables are encoded (438940 clauses, 7300263 bytes)
6.53/7.01	c 6	8375 (10%) CSP clauses are encoded (486403 clauses, 8172275 bytes)
6.62/7.14	c 7	16750 (20%) CSP clauses are encoded (533859 clauses, 9063213 bytes)
6.73/7.27	c 7	25125 (30%) CSP clauses are encoded (581315 clauses, 9959333 bytes)
6.93/7.40	c 7	33500 (40%) CSP clauses are encoded (628778 clauses, 10892164 bytes)
7.02/7.53	c 7	41875 (50%) CSP clauses are encoded (676234 clauses, 11832911 bytes)
7.13/7.66	c 7	50250 (60%) CSP clauses are encoded (723690 clauses, 12773658 bytes)
38.20/39.51	c 39	58625 (70%) CSP clauses are encoded (18359729 clauses, 391285734 bytes)
220.19/226.50	c 226	ERROR Exception Too large HOME/temp.cnf
220.29/226.52	c 226	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
220.29/226.52	c 226	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
220.29/226.52	c 226	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
220.29/226.52	s UNKNOWN
220.29/226.57	c 226	CPU 206.32 (0.05 0.02 206.27 13.98)
220.29/226.57	c 226	END Sat Jul 12 19:48:18 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-1113453-1215884671/watcher-1113453-1215884671 -o /tmp/evaluation-result-1113453-1215884671/solver-1113453-1215884671 -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-1113453-1215884671.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: 3.27 3.30 3.21 5/80 17942
/proc/meminfo: memFree=1680208/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=18572 CPUtime=0
/proc/17942/stat : 17942 (runsolver) R 17940 17942 17686 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45169879 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17942/statm: 4643 292 257 25 0 2626 0

[startup+0.069173 s]
/proc/loadavg: 3.27 3.30 3.21 5/80 17942
/proc/meminfo: memFree=1680208/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16344 CPUtime=0.05
/proc/17942/stat : 17942 (sugar++) R 17940 17942 17686 0 -1 4194304 1013 0 0 0 4 1 0 0 18 0 1 0 45169879 16736256 981 996147200 4194304 4206940 548682068528 18446744073709551615 269775155237 0 0 4224 0 0 0 0 17 0 0 0
/proc/17942/statm: 4086 981 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101175 s]
/proc/loadavg: 3.27 3.30 3.21 5/80 17942
/proc/meminfo: memFree=1680208/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=0.06
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301198 s]
/proc/loadavg: 3.27 3.30 3.21 5/80 17942
/proc/meminfo: memFree=1680208/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=0.06
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701262 s]
/proc/loadavg: 3.27 3.30 3.21 5/80 17942
/proc/meminfo: memFree=1680208/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=0.06
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50136 s]
/proc/loadavg: 3.27 3.30 3.21 4/91 17954
/proc/meminfo: memFree=1654392/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=0.06
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1236 128 0 0 5 1 0 0 16 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17945] ppid=17942 vsize=5356 CPUtime=0
/proc/17945/stat : 17945 (sh) S 17942 17942 17686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45169887 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17945/statm: 1339 233 193 169 0 50 0
[pid=17946] ppid=17945 vsize=864684 CPUtime=1.3
/proc/17946/stat : 17946 (java) S 17945 17942 17686 0 -1 0 11359 0 1 0 123 7 0 0 18 0 8 0 45169887 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17946/statm: 216171 9858 2530 9 0 210753 0
[pid=17946/tid=17947] ppid=17945 vsize=864684 CPUtime=0.82
/proc/17946/task/17947/stat : 17947 (java) R 17945 17942 17686 0 -1 64 2866 0 1 0 80 2 0 0 21 0 8 0 45169894 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17946/tid=17948] ppid=17945 vsize=864684 CPUtime=0.31
/proc/17946/task/17948/stat : 17948 (java) S 17945 17942 17686 0 -1 64 7270 0 0 0 28 3 0 0 16 0 8 0 45169895 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17946/tid=17949] ppid=17945 vsize=864684 CPUtime=0
/proc/17946/task/17949/stat : 17949 (java) S 17945 17942 17686 0 -1 64 13 0 0 0 0 0 0 0 16 0 8 0 45169896 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17946/tid=17950] ppid=17945 vsize=864684 CPUtime=0
/proc/17946/task/17950/stat : 17950 (java) S 17945 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 45169896 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17946/tid=17951] ppid=17945 vsize=864684 CPUtime=0
/proc/17946/task/17951/stat : 17951 (java) S 17945 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 45169898 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17946/tid=17952] ppid=17945 vsize=864684 CPUtime=0.14
/proc/17946/task/17952/stat : 17952 (java) S 17945 17942 17686 0 -1 64 522 0 0 0 14 0 0 0 16 0 8 0 45169898 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17946/tid=17953] ppid=17945 vsize=864684 CPUtime=0
/proc/17946/task/17953/stat : 17953 (java) S 17945 17942 17686 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 45169898 885436416 9858 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886780

[startup+3.10257 s]
/proc/loadavg: 3.27 3.30 3.21 4/91 17964
/proc/meminfo: memFree=1666360/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 15 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868444 CPUtime=1.45
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 11611 0 1 0 140 5 0 0 18 0 9 0 45170031 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217111 10449 2540 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868444 CPUtime=0.85
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 2771 0 1 0 84 1 0 0 25 0 9 0 45170032 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4126865200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868444 CPUtime=0.39
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 6677 0 0 0 37 2 0 0 16 0 9 0 45170044 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868444 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868444 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45170044 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868444 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17962] ppid=17955 vsize=868444 CPUtime=0.17
/proc/17956/task/17962/stat : 17962 (java) S 17955 17942 17686 0 -1 64 1467 0 0 0 17 0 0 0 16 0 9 0 45170046 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17963] ppid=17955 vsize=868444 CPUtime=0
/proc/17956/task/17963/stat : 17963 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45170046 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17964] ppid=17955 vsize=868444 CPUtime=0
/proc/17956/task/17964/stat : 17964 (java) S 17955 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45170046 889286656 10449 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 890540

[startup+6.30119 s]
/proc/loadavg: 3.25 3.29 3.21 4/91 17964
/proc/meminfo: memFree=1615032/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 16 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868556 CPUtime=4.46
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 22136 0 1 0 434 12 0 0 18 0 9 0 45170031 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217139 20042 2565 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868556 CPUtime=2.79
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 3295 0 1 0 277 2 0 0 25 0 9 0 45170032 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4127087096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868556 CPUtime=1.39
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 16635 0 0 0 131 8 0 0 16 0 9 0 45170044 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17962] ppid=17955 vsize=868556 CPUtime=0.24
/proc/17956/task/17962/stat : 17962 (java) S 17955 17942 17686 0 -1 64 1510 0 0 0 24 0 0 0 16 0 9 0 45170046 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17963] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17963/stat : 17963 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45170046 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17964] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17964/stat : 17964 (java) S 17955 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45170046 889401344 20042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 890652

[startup+12.702 s]
/proc/loadavg: 3.23 3.29 3.20 4/91 17964
/proc/meminfo: memFree=1543488/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 15 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868556 CPUtime=10.76
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 22565 0 1 0 1018 58 0 0 18 0 9 0 45170031 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217139 20061 2565 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868556 CPUtime=8.86
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 3707 0 1 0 842 44 0 0 25 0 9 0 45170032 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4127087082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868556 CPUtime=1.59
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 16635 0 0 0 148 11 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17962] ppid=17955 vsize=868556 CPUtime=0.27
/proc/17956/task/17962/stat : 17962 (java) S 17955 17942 17686 0 -1 64 1527 0 0 0 26 1 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17963] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17963/stat : 17963 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17964] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17964/stat : 17964 (java) S 17955 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 890652

[startup+25.5027 s]
/proc/loadavg: 3.10 3.26 3.19 3/91 17964
/proc/meminfo: memFree=1388288/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 15 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868556 CPUtime=23.35
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 23405 0 1 0 2179 156 0 0 18 0 9 0 45170031 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217139 20061 2565 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868556 CPUtime=21.05
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 4547 0 1 0 1969 136 0 0 25 0 9 0 45170032 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4127085822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868556 CPUtime=1.99
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 16635 0 0 0 182 17 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+102.307 s]
/proc/loadavg: 2.81 3.12 3.15 4/91 17964
/proc/meminfo: memFree=1011520/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 16 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868556 CPUtime=98.77
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 26456 0 1 0 9488 389 0 0 18 0 9 0 45170031 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217139 20061 2565 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868556 CPUtime=95.13
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 7598 0 1 0 9159 354 0 0 25 0 9 0 45170032 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4127089494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868556 CPUtime=3.35
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 16635 0 0 0 302 33 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17962] ppid=17955 vsize=868556 CPUtime=0.27
/proc/17956/task/17962/stat : 17962 (java) S 17955 17942 17686 0 -1 64 1527 0 0 0 26 1 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17963] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17963/stat : 17963 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17964] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17964/stat : 17964 (java) S 17955 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.15
Current children cumulated vsize (KiB) 890652

[startup+162.302 s]
/proc/loadavg: 3.40 3.22 3.18 3/91 17964
/proc/meminfo: memFree=232192/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 16 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868556 CPUtime=157.07
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 30584 0 1 0 14830 877 0 0 18 0 9 0 45170031 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217139 20061 2565 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868556 CPUtime=151.55
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 11726 0 1 0 14340 815 0 0 25 0 9 0 45170032 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868556 CPUtime=5.23
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 16635 0 0 0 463 60 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17962] ppid=17955 vsize=868556 CPUtime=0.27
/proc/17956/task/17962/stat : 17962 (java) S 17955 17942 17686 0 -1 64 1527 0 0 0 26 1 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17963] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17963/stat : 17963 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17964] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17964/stat : 17964 (java) S 17955 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.45
Current children cumulated vsize (KiB) 890652

[startup+222.308 s]
/proc/loadavg: 3.63 3.32 3.21 4/91 17964
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 16 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868556 CPUtime=214.83
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 34726 0 1 0 20127 1356 0 0 18 0 9 0 45170031 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217139 20061 2565 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868556 CPUtime=207.43
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 15868 0 1 0 19473 1270 0 0 25 0 9 0 45170032 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4126572643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868556 CPUtime=7.1
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 16635 0 0 0 626 84 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17962] ppid=17955 vsize=868556 CPUtime=0.27
/proc/17956/task/17962/stat : 17962 (java) S 17955 17942 17686 0 -1 64 1527 0 0 0 26 1 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17963] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17963/stat : 17963 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17964] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17964/stat : 17964 (java) S 17955 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.21
Current children cumulated vsize (KiB) 890652

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

[startup+224.102 s]
/proc/loadavg: 3.66 3.33 3.22 3/91 17964
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=1.38
/proc/17942/stat : 17942 (sugar++) S 17940 17942 17686 0 -1 4194304 1297 11777 0 1 5 2 123 8 16 0 1 0 45169879 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17942/statm: 4185 1104 409 3 0 764 0
[pid=17955] ppid=17942 vsize=5356 CPUtime=0
/proc/17955/stat : 17955 (sh) S 17942 17942 17686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45170031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17955/statm: 1339 233 193 169 0 50 0
[pid=17956] ppid=17955 vsize=868556 CPUtime=216.61
/proc/17956/stat : 17956 (java) S 17955 17942 17686 0 -1 0 34847 0 1 0 20291 1370 0 0 18 0 9 0 45170031 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17956/statm: 217139 20061 2565 9 0 211686 0
[pid=17956/tid=17957] ppid=17955 vsize=868556 CPUtime=209.14
/proc/17956/task/17957/stat : 17957 (java) R 17955 17942 17686 0 -1 64 15989 0 1 0 19631 1283 0 0 25 0 9 0 45170032 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17958] ppid=17955 vsize=868556 CPUtime=7.16
/proc/17956/task/17958/stat : 17958 (java) S 17955 17942 17686 0 -1 64 16635 0 0 0 632 84 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17959] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17959/stat : 17959 (java) S 17955 17942 17686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17960] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17960/stat : 17960 (java) S 17955 17942 17686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45170044 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17961] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17961/stat : 17961 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17962] ppid=17955 vsize=868556 CPUtime=0.27
/proc/17956/task/17962/stat : 17962 (java) S 17955 17942 17686 0 -1 64 1527 0 0 0 26 1 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17956/tid=17963] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17963/stat : 17963 (java) S 17955 17942 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17956/tid=17964] ppid=17955 vsize=868556 CPUtime=0
/proc/17956/task/17964/stat : 17964 (java) S 17955 17942 17686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45170046 889401344 20061 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.99
Current children cumulated vsize (KiB) 890652

[startup+227.301 s]
/proc/loadavg: 3.66 3.33 3.22 3/81 17964
/proc/meminfo: memFree=324880/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=221.01
/proc/17942/stat : 17942 (sugar++) R 17940 17942 17686 0 -1 4194304 1320 47086 0 2 5 71 20627 1398 16 0 1 0 45169879 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17942/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 221.01
Current children cumulated vsize (KiB) 16740

[startup+228.101 s]
/proc/loadavg: 3.68 3.34 3.22 2/81 17964
/proc/meminfo: memFree=1675152/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=221.03
/proc/17942/stat : 17942 (sugar++) D 17940 17942 17686 0 -1 4194304 1320 47086 0 2 5 73 20627 1398 15 0 1 0 45169879 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17942/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 221.03
Current children cumulated vsize (KiB) 16740

[startup+228.902 s]
/proc/loadavg: 3.68 3.34 3.22 3/81 17964
/proc/meminfo: memFree=1710416/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=221.15
/proc/17942/stat : 17942 (sugar++) D 17940 17942 17686 0 -1 4194304 1320 47086 0 2 5 85 20627 1398 15 0 1 0 45169879 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17942/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 16740

[startup+229.102 s]
/proc/loadavg: 3.68 3.34 3.22 3/81 17964
/proc/meminfo: memFree=1710416/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=221.17
/proc/17942/stat : 17942 (sugar++) D 17940 17942 17686 0 -1 4194304 1320 47086 0 2 5 87 20627 1398 15 0 1 0 45169879 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17942/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 16740

[startup+229.202 s]
/proc/loadavg: 3.68 3.34 3.22 3/81 17964
/proc/meminfo: memFree=1710416/2055920 swapFree=4192812/4192956
[pid=17942] ppid=17940 vsize=16740 CPUtime=221.18
/proc/17942/stat : 17942 (sugar++) D 17940 17942 17686 0 -1 4194304 1320 47086 0 2 5 88 20627 1398 15 0 1 0 45169879 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17942/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 229.283
CPU time (s): 221.21
CPU user time (s): 206.335
CPU system time (s): 14.8757
CPU usage (%): 96.4794
Max. virtual memory (cumulated for all children) (KiB): 891544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.335
system time used= 14.8757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48462
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= 97737
involuntary context switches= 105513

runsolver used 0.25796 second user time and 0.831873 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-12 19:44:31
IDJOB=1113453
IDBENCH=61585
IDSOLVER=367
FILE ID=node13/1113453-1215884671
PBS_JOBID= 7903622
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-08.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-1113453-1215884671/watcher-1113453-1215884671 -o /tmp/evaluation-result-1113453-1215884671/solver-1113453-1215884671 -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-1113453-1215884671.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18f5e43835e75ec52b7f30d00e66eb96
RANDOM SEED=1901611991

node13.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.234
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.234
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:       1680688 kB
Buffers:         14724 kB
Cached:          50556 kB
SwapCached:          0 kB
Active:         302880 kB
Inactive:        20576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:         278460 kB
Slab:            36524 kB
Committed_AS:   981592 kB
PageTables:       2420 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= 66520 MiB
End job on node13 at 2008-07-12 19:48:21