Trace number 1113448

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? 218.313 226.085

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-05.xml
MD5SUMd261f13932fb290bcd2c3a49b12d7e9e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2043
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size5
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 19:43:40 2008
0.00/0.04	c 0	PID 19389
0.00/0.04	c 0	HOST node51.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1113448-1215884620.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113448-1215884620.xml' 'HOME/temp.csp'
1.05/1.63	c 2	1 domains, 450 variables, 1 predicates, 0 relations, 16750 constraints
1.05/1.69	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.69	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.09/1.77	c 2	Parsing HOME/temp.csp
1.09/2.09	c 2	parsed 10000 expressions
1.58/2.24	c 2	parsed 17202 expressions
1.58/2.24	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.78/2.40	c 3	MAX CSP: 16750 constraints
1.78/2.40	c 3	Converting to clausal form CSP
1.98/2.68	c 3	converted 3396 (10%) expressions
2.07/2.76	c 3	converted 6791 (20%) expressions
2.28/2.91	c 3	converted 10187 (30%) expressions
2.28/2.99	c 3	converted 13582 (40%) expressions
2.38/3.06	c 3	converted 16978 (50%) expressions
2.47/3.13	c 3	converted 20373 (60%) expressions
2.57/3.21	c 3	converted 23769 (70%) expressions
2.57/3.28	c 3	converted 27164 (80%) expressions
2.78/3.48	c 4	converted 30560 (90%) expressions
4.38/5.09	c 5	converted 33955 (100%) expressions
4.47/5.10	c 5	CSP : 33950 integers, 0 booleans, 50249 clauses, largest domain size 25126
4.47/5.10	c 5	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.47/5.10	c 5	Propagation in CSP
5.07/5.78	c 6	16743 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.07/5.79	c 6	CSP : 33950 integers, 0 booleans, 50249 clauses, largest domain size 16751
5.07/5.79	c 6	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.18/5.81	c 6	Simplifing CSP by introducing new Boolean variables
5.28/5.98	c 6	CSP : 33950 integers, 33500 booleans, 83749 clauses, largest domain size 16751
5.28/5.98	c 6	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.67/6.36	c 7	Encoding CSP to SAT : HOME/temp.cnf
5.77/6.40	c 7	3395 (10%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.77/6.41	c 7	6790 (20%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.77/6.41	c 7	10185 (30%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.77/6.42	c 7	13580 (40%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.77/6.42	c 7	16975 (50%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.77/6.48	c 7	20370 (60%) CSP integer variables are encoded (48690 clauses, 726053 bytes)
5.87/6.53	c 7	23765 (70%) CSP integer variables are encoded (87303 clauses, 1325761 bytes)
6.17/6.86	c 7	27160 (80%) CSP integer variables are encoded (350448 clauses, 5799226 bytes)
6.27/6.92	c 7	30555 (90%) CSP integer variables are encoded (389061 clauses, 6455647 bytes)
6.27/6.98	c 7	33950 (100%) CSP integer variables are encoded (437590 clauses, 7280640 bytes)
6.47/7.12	c 7	8375 (10%) CSP clauses are encoded (468301 clauses, 7817122 bytes)
6.57/7.22	c 7	16750 (20%) CSP clauses are encoded (499008 clauses, 8370020 bytes)
6.67/7.32	c 8	25125 (30%) CSP clauses are encoded (529715 clauses, 8924702 bytes)
6.77/7.41	c 8	33500 (40%) CSP clauses are encoded (560426 clauses, 9484443 bytes)
6.86/7.51	c 8	41875 (50%) CSP clauses are encoded (591133 clauses, 10052369 bytes)
6.97/7.61	c 8	50250 (60%) CSP clauses are encoded (621840 clauses, 10641387 bytes)
37.17/38.68	c 39	58625 (70%) CSP clauses are encoded (18257879 clauses, 389152107 bytes)
217.27/224.51	c 225	ERROR Exception Too large HOME/temp.cnf
217.27/224.52	c 225	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
217.27/224.52	c 225	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
217.27/224.52	c 225	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
217.27/224.52	s UNKNOWN
217.27/224.59	c 225	CPU 203.3 (0.03 0.01 203.27 14)
217.27/224.59	c 225	END Sat Jul 12 19:47:25 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-1113448-1215884620/watcher-1113448-1215884620 -o /tmp/evaluation-result-1113448-1215884620/solver-1113448-1215884620 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113448-1215884620.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.45 3.28 3.25 4/80 19389
/proc/meminfo: memFree=1834064/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=18572 CPUtime=0
/proc/19389/stat : 19389 (runsolver) R 19387 19389 18399 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45160920 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19389/statm: 4643 292 257 25 0 2626 0

[startup+0.100766 s]
/proc/loadavg: 3.45 3.28 3.25 4/80 19389
/proc/meminfo: memFree=1834064/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=0.04
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45160920 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19389/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202776 s]
/proc/loadavg: 3.45 3.28 3.25 4/80 19389
/proc/meminfo: memFree=1834064/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=0.04
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45160920 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19389/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302785 s]
/proc/loadavg: 3.45 3.28 3.25 4/80 19389
/proc/meminfo: memFree=1834064/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=0.04
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45160920 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19389/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702818 s]
/proc/loadavg: 3.45 3.28 3.25 4/80 19389
/proc/meminfo: memFree=1834064/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=0.04
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45160920 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19389/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50189 s]
/proc/loadavg: 3.45 3.28 3.25 4/91 19401
/proc/meminfo: memFree=1812664/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=0.04
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45160920 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19389/statm: 3400 796 370 3 0 500 0
[pid=19392] ppid=19389 vsize=5356 CPUtime=0
/proc/19392/stat : 19392 (sh) S 19389 19389 18399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45160925 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19392/statm: 1339 233 193 169 0 50 0
[pid=19393] ppid=19392 vsize=864656 CPUtime=0.91
/proc/19393/stat : 19393 (java) S 19392 19389 18399 0 -1 0 11282 0 1 0 85 6 0 0 19 0 9 0 45160925 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19393/statm: 216164 9791 2529 9 0 210746 0
[pid=19393/tid=19394] ppid=19392 vsize=864656 CPUtime=0.48
/proc/19393/task/19394/stat : 19394 (java) R 19392 19389 18399 0 -1 64 2853 0 1 0 46 2 0 0 24 0 9 0 45160926 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4126717378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19393/tid=19395] ppid=19392 vsize=864656 CPUtime=0.27
/proc/19393/task/19395/stat : 19395 (java) S 19392 19389 18399 0 -1 64 7214 0 0 0 25 2 0 0 16 0 9 0 45160927 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19393/tid=19396] ppid=19392 vsize=864656 CPUtime=0
/proc/19393/task/19396/stat : 19396 (java) S 19392 19389 18399 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 45160928 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19393/tid=19397] ppid=19392 vsize=864656 CPUtime=0
/proc/19393/task/19397/stat : 19397 (java) S 19392 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 45160928 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19393/tid=19398] ppid=19392 vsize=864656 CPUtime=0
/proc/19393/task/19398/stat : 19398 (java) S 19392 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45160981 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19393/tid=19399] ppid=19392 vsize=864656 CPUtime=0.12
/proc/19393/task/19399/stat : 19399 (java) S 19392 19389 18399 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 45160981 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19393/tid=19400] ppid=19392 vsize=864656 CPUtime=0
/proc/19393/task/19400/stat : 19400 (java) S 19392 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 45160981 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19393/tid=19401] ppid=19392 vsize=864656 CPUtime=0
/proc/19393/task/19401/stat : 19401 (java) S 19392 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45160981 885407744 9791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 883612

[startup+3.10105 s]
/proc/loadavg: 3.45 3.28 3.25 4/91 19411
/proc/meminfo: memFree=1821368/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 15 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=868432 CPUtime=1.38
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 10962 0 1 0 132 6 0 0 18 0 9 0 45161090 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 217108 9810 2540 9 0 211683 0
[pid=19403/tid=19404] ppid=19402 vsize=868432 CPUtime=0.81
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 2773 0 1 0 79 2 0 0 25 0 9 0 45161091 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 102064705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19405] ppid=19402 vsize=868432 CPUtime=0.36
/proc/19403/task/19405/stat : 19405 (java) S 19402 19389 18399 0 -1 64 6030 0 0 0 33 3 0 0 16 0 9 0 45161092 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19406] ppid=19402 vsize=868432 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=868432 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45161092 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19408] ppid=19402 vsize=868432 CPUtime=0
/proc/19403/task/19408/stat : 19408 (java) S 19402 19389 18399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45161094 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19409] ppid=19402 vsize=868432 CPUtime=0.18
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1462 0 0 0 18 0 0 0 16 0 9 0 45161094 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=868432 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=868432 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 889274368 9810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 887388

[startup+6.30232 s]
/proc/loadavg: 3.41 3.27 3.25 3/91 19411
/proc/meminfo: memFree=1770168/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 15 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=879684 CPUtime=4.58
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 27081 0 1 0 444 14 0 0 18 0 9 0 45161090 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 219921 22750 2540 9 0 214496 0
[pid=19403/tid=19404] ppid=19402 vsize=879684 CPUtime=2.82
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 3249 0 1 0 280 2 0 0 25 0 9 0 45161091 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19405] ppid=19402 vsize=879684 CPUtime=1.5
/proc/19403/task/19405/stat : 19405 (java) R 19402 19389 18399 0 -1 64 21645 0 0 0 140 10 0 0 16 0 9 0 45161092 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 104182536 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19406] ppid=19402 vsize=879684 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=879684 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45161092 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19408] ppid=19402 vsize=879684 CPUtime=0
/proc/19403/task/19408/stat : 19408 (java) S 19402 19389 18399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45161094 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19409] ppid=19402 vsize=879684 CPUtime=0.23
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1490 0 0 0 23 0 0 0 15 0 9 0 45161094 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=879684 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=879684 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 900796416 22750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 898640

[startup+12.7029 s]
/proc/loadavg: 3.46 3.28 3.25 4/91 19411
/proc/meminfo: memFree=1696440/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 15 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=868544 CPUtime=10.87
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 27594 0 1 0 1024 63 0 0 18 0 9 0 45161090 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 217136 20015 2565 9 0 211683 0
[pid=19403/tid=19404] ppid=19402 vsize=868544 CPUtime=8.83
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 3724 0 1 0 835 48 0 0 25 0 9 0 45161091 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19405] ppid=19402 vsize=868544 CPUtime=1.72
/proc/19403/task/19405/stat : 19405 (java) S 19402 19389 18399 0 -1 64 21649 0 0 0 159 13 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19406] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19408] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19408/stat : 19408 (java) S 19402 19389 18399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19409] ppid=19402 vsize=868544 CPUtime=0.28
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1524 0 0 0 28 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 887500

[startup+25.5021 s]
/proc/loadavg: 3.28 3.25 3.24 3/91 19411
/proc/meminfo: memFree=1528248/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 15 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=868544 CPUtime=23.43
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 28492 0 1 0 2179 164 0 0 18 0 9 0 45161090 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 217136 20015 2565 9 0 211683 0
[pid=19403/tid=19404] ppid=19402 vsize=868544 CPUtime=20.97
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 4622 0 1 0 1954 143 0 0 25 0 9 0 45161091 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19405] ppid=19402 vsize=868544 CPUtime=2.14
/proc/19403/task/19405/stat : 19405 (java) S 19402 19389 18399 0 -1 64 21649 0 0 0 195 19 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19406] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=19403/tid=19409] ppid=19402 vsize=868544 CPUtime=0.28
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1524 0 0 0 28 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.37
Current children cumulated vsize (KiB) 887500

[startup+102.305 s]
/proc/loadavg: 2.73 3.09 3.18 3/91 19411
/proc/meminfo: memFree=1111800/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 16 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=868544 CPUtime=98.77
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 31752 0 1 0 9460 417 0 0 18 0 9 0 45161090 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 217136 20015 2565 9 0 211683 0
[pid=19403/tid=19404] ppid=19402 vsize=868544 CPUtime=94.86
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 7882 0 1 0 9109 377 0 0 25 0 9 0 45161091 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19405] ppid=19402 vsize=868544 CPUtime=3.61
/proc/19403/task/19405/stat : 19405 (java) S 19402 19389 18399 0 -1 64 21649 0 0 0 322 39 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19406] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19408] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19408/stat : 19408 (java) S 19402 19389 18399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19409] ppid=19402 vsize=868544 CPUtime=0.28
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1524 0 0 0 28 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.86
Current children cumulated vsize (KiB) 887500

[startup+162.302 s]
/proc/loadavg: 2.91 3.08 3.17 3/91 19411
/proc/meminfo: memFree=341880/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 16 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=868544 CPUtime=156.72
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 35830 0 1 0 14774 898 0 0 18 0 9 0 45161090 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 217136 20015 2565 9 0 211683 0
[pid=19403/tid=19404] ppid=19402 vsize=868544 CPUtime=150.91
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 11960 0 1 0 14260 831 0 0 25 0 9 0 45161091 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4127088231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19405] ppid=19402 vsize=868544 CPUtime=5.48
/proc/19403/task/19405/stat : 19405 (java) S 19402 19389 18399 0 -1 64 21649 0 0 0 483 65 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19406] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19408] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19408/stat : 19408 (java) S 19402 19389 18399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19409] ppid=19402 vsize=868544 CPUtime=0.28
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1524 0 0 0 28 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.81
Current children cumulated vsize (KiB) 887500

[startup+222.308 s]
/proc/loadavg: 2.96 3.06 3.16 4/91 19411
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 16 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=868544 CPUtime=214.01
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 39864 0 1 0 20025 1376 0 0 18 0 9 0 45161090 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 217136 20015 2565 9 0 211683 0
[pid=19403/tid=19404] ppid=19402 vsize=868544 CPUtime=206.36
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 15994 0 1 0 19353 1283 0 0 25 0 9 0 45161091 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19405] ppid=19402 vsize=868544 CPUtime=7.32
/proc/19403/task/19405/stat : 19405 (java) S 19402 19389 18399 0 -1 64 21649 0 0 0 642 90 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19406] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19408] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19408/stat : 19408 (java) S 19402 19389 18399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19409] ppid=19402 vsize=868544 CPUtime=0.28
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1524 0 0 0 28 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.1
Current children cumulated vsize (KiB) 887500

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

[startup+224.101 s]
/proc/loadavg: 2.96 3.06 3.16 3/91 19411
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=1.09
/proc/19389/stat : 19389 (sugar) S 19387 19389 18399 0 -1 4194304 974 11761 0 1 3 1 98 7 16 0 1 0 45160920 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19389/statm: 3400 797 370 3 0 500 0
[pid=19402] ppid=19389 vsize=5356 CPUtime=0
/proc/19402/stat : 19402 (sh) S 19389 19389 18399 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45161090 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19402/statm: 1339 233 193 169 0 50 0
[pid=19403] ppid=19402 vsize=868544 CPUtime=215.78
/proc/19403/stat : 19403 (java) S 19402 19389 18399 0 -1 0 39993 0 1 0 20189 1389 0 0 18 0 9 0 45161090 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19403/statm: 217136 20015 2565 9 0 211683 0
[pid=19403/tid=19404] ppid=19402 vsize=868544 CPUtime=208.07
/proc/19403/task/19404/stat : 19404 (java) R 19402 19389 18399 0 -1 64 16123 0 1 0 19512 1295 0 0 25 0 9 0 45161091 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19405] ppid=19402 vsize=868544 CPUtime=7.38
/proc/19403/task/19405/stat : 19405 (java) S 19402 19389 18399 0 -1 64 21649 0 0 0 647 91 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19403/tid=19406] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19406/stat : 19406 (java) S 19402 19389 18399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19407] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19407/stat : 19407 (java) S 19402 19389 18399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45161092 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19408] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19408/stat : 19408 (java) S 19402 19389 18399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19409] ppid=19402 vsize=868544 CPUtime=0.28
/proc/19403/task/19409/stat : 19409 (java) S 19402 19389 18399 0 -1 64 1524 0 0 0 28 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19410] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19410/stat : 19410 (java) S 19402 19389 18399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19403/tid=19411] ppid=19402 vsize=868544 CPUtime=0
/proc/19403/task/19411/stat : 19411 (java) S 19402 19389 18399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45161094 889389056 20015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.87
Current children cumulated vsize (KiB) 887500

[startup+224.901 s]
/proc/loadavg: 2.96 3.06 3.16 3/91 19411
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=217.59
/proc/19389/stat : 19389 (sugar) R 19387 19389 18399 0 -1 4194304 998 52081 0 2 3 29 20327 1400 16 0 1 0 45160920 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19389/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 217.59
Current children cumulated vsize (KiB) 13600

[startup+225.706 s]
/proc/loadavg: 2.96 3.06 3.16 3/81 19411
/proc/meminfo: memFree=1859336/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=218.27
/proc/19389/stat : 19389 (sugar) D 19387 19389 18399 0 -1 4194304 998 52081 0 2 3 97 20327 1400 15 0 1 0 45160920 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19389/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 218.27
Current children cumulated vsize (KiB) 13600

[startup+225.901 s]
/proc/loadavg: 2.96 3.06 3.16 3/81 19411
/proc/meminfo: memFree=1859336/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=218.29
/proc/19389/stat : 19389 (sugar) D 19387 19389 18399 0 -1 4194304 998 52081 0 2 3 99 20327 1400 15 0 1 0 45160920 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19389/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 218.29
Current children cumulated vsize (KiB) 13600

[startup+226.001 s]
/proc/loadavg: 2.96 3.06 3.16 3/81 19411
/proc/meminfo: memFree=1859336/2055920 swapFree=4192812/4192956
[pid=19389] ppid=19387 vsize=13600 CPUtime=218.29
/proc/19389/stat : 19389 (sugar) D 19387 19389 18399 0 -1 4194304 998 52081 0 2 3 99 20327 1400 15 0 1 0 45160920 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19389/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 218.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 226.085
CPU time (s): 218.313
CPU user time (s): 203.307
CPU system time (s): 15.0057
CPU usage (%): 96.5622
Max. virtual memory (cumulated for all children) (KiB): 898640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.307
system time used= 15.0057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53109
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= 97870
involuntary context switches= 106468

runsolver used 0.293955 second user time and 0.765883 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-12 19:43:40
IDJOB=1113448
IDBENCH=61584
IDSOLVER=368
FILE ID=node51/1113448-1215884620
PBS_JOBID= 7903529
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-05.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113448-1215884620/watcher-1113448-1215884620 -o /tmp/evaluation-result-1113448-1215884620/solver-1113448-1215884620 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113448-1215884620.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d261f13932fb290bcd2c3a49b12d7e9e
RANDOM SEED=258250532

node51.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.218
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.218
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:       1834544 kB
Buffers:          7988 kB
Cached:          50900 kB
SwapCached:          0 kB
Active:         154040 kB
Inactive:        16136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3496 kB
Writeback:           0 kB
Mapped:         131636 kB
Slab:            36212 kB
Committed_AS:  1013912 kB
PageTables:       2152 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 node51 at 2008-07-12 19:47:26