Trace number 1113309

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? 212.651 946.651

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-1-55.xml
MD5SUM9685e02ee1e44c7ff05763d17f8830d9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark1686.28
Satisfiable
(Un)Satisfiability was proved
Number of variables496
Number of constraints11654
Maximum constraint arity2
Maximum domain size55
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11654
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.32	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.34	c 0	BEGIN Thu Aug  7 20:44:39 2008
0.04/0.34	c 0	PID 19768
0.04/0.35	c 0	HOST node76.alineos.net
0.04/0.35	c 0	CONVERTING HOME/instance-1113309-1218134678.xml TO HOME/temp.csp
0.04/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113309-1218134678.xml' 'HOME/temp.csp'
0.92/1.38	c 1	1 domains, 496 variables, 1 predicates, 0 relations, 11654 constraints
1.01/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.01/1.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.01/1.48	c 1	Parsing HOME/temp.csp
1.02/1.74	c 1	parsed 10000 expressions
1.02/1.77	c 1	parsed 12152 expressions
1.02/1.77	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.90	c 2	MAX CSP: 11654 constraints
1.02/1.90	c 2	Converting to clausal form CSP
1.02/2.06	c 2	converted 2381 (10%) expressions
1.02/2.16	c 2	converted 4762 (20%) expressions
2.25/2.57	c 2	converted 7143 (30%) expressions
2.25/2.57	c 2	converted 9524 (40%) expressions
2.25/2.57	c 2	converted 11905 (50%) expressions
2.25/2.57	c 2	converted 14286 (60%) expressions
2.25/2.57	c 2	converted 16667 (70%) expressions
2.25/2.57	c 2	converted 19048 (80%) expressions
2.35/2.61	c 2	converted 21429 (90%) expressions
3.35/3.64	c 3	converted 23809 (100%) expressions
3.35/3.65	c 3	CSP : 23804 integers, 0 booleans, 34961 clauses, largest domain size 17482
3.35/3.65	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.35/3.65	c 3	Propagation in CSP
3.76/4.08	c 4	11647 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.76/4.09	c 4	CSP : 23804 integers, 0 booleans, 34961 clauses, largest domain size 11655
3.76/4.09	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.10	c 4	Simplifing CSP by introducing new Boolean variables
4.07/4.38	c 4	CSP : 23804 integers, 23308 booleans, 58269 clauses, largest domain size 11655
4.07/4.38	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.28/4.57	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.39/4.64	c 4	2381 (10%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.39/4.64	c 4	4761 (20%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.39/4.64	c 4	7142 (30%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.39/4.64	c 4	9522 (40%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.39/4.65	c 4	11902 (50%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.39/4.69	c 4	14283 (60%) CSP integer variables are encoded (56538 clauses, 826334 bytes)
4.61/4.81	c 4	16663 (70%) CSP integer variables are encoded (164932 clauses, 2615299 bytes)
4.71/4.92	c 5	19044 (80%) CSP integer variables are encoded (253631 clauses, 4123182 bytes)
4.71/4.95	c 5	21424 (90%) CSP integer variables are encoded (279842 clauses, 4568769 bytes)
4.71/4.99	c 5	23804 (100%) CSP integer variables are encoded (312916 clauses, 5131027 bytes)
5.24/5.41	c 5	5827 (10%) CSP clauses are encoded (528533 clauses, 9455460 bytes)
5.63/5.81	c 5	11654 (20%) CSP clauses are encoded (744150 clauses, 14057075 bytes)
6.03/6.20	c 6	17481 (30%) CSP clauses are encoded (959713 clauses, 18673904 bytes)
6.33/6.59	c 6	23308 (40%) CSP clauses are encoded (1175330 clauses, 23285104 bytes)
6.74/6.99	c 7	29135 (50%) CSP clauses are encoded (1390947 clauses, 27939504 bytes)
7.23/7.41	c 7	34962 (60%) CSP clauses are encoded (1606510 clauses, 32687337 bytes)
21.33/24.61	c 24	40789 (70%) CSP clauses are encoded (10162567 clauses, 216203332 bytes)
211.71/918.95	c 919	ERROR Exception Too large HOME/temp.cnf
212.04/920.01	c 919	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
212.04/920.01	c 919	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
212.04/920.01	c 919	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
212.04/920.01	s UNKNOWN
212.04/920.01	c 919	CPU 195.9 (0.05 0.02 195.85 15.86)
212.04/920.01	c 919	END Thu Aug  7 20:59:58 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-1113309-1218134678/watcher-1113309-1218134678 -o /tmp/evaluation-result-1113309-1218134678/solver-1113309-1218134678 -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-1113309-1218134678.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.68 3.16 3.26 3/83 19768
/proc/meminfo: memFree=1372432/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=18572 CPUtime=0
/proc/19768/stat : 19768 (runsolver) D 19766 19768 19200 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140554083 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/19768/statm: 4643 292 257 25 0 2626 0

[startup+0.103794 s]
/proc/loadavg: 2.68 3.16 3.26 3/83 19768
/proc/meminfo: memFree=1372432/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=12272 CPUtime=0
/proc/19768/stat : 19768 (sugar++) D 19766 19768 19200 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 140554083 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/19768/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.201806 s]
/proc/loadavg: 2.68 3.16 3.26 3/83 19768
/proc/meminfo: memFree=1372432/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=13336 CPUtime=0.02
/proc/19768/stat : 19768 (sugar++) D 19766 19768 19200 0 -1 4194304 732 0 0 0 2 0 0 0 18 0 1 0 140554083 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 265682992126 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/19768/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.301817 s]
/proc/loadavg: 2.68 3.16 3.26 3/83 19768
/proc/meminfo: memFree=1372432/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=15948 CPUtime=0.04
/proc/19768/stat : 19768 (sugar++) D 19766 19768 19200 0 -1 4194304 914 0 0 0 3 1 0 0 18 0 1 0 140554083 16330752 882 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/19768/statm: 3987 882 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.701865 s]
/proc/loadavg: 2.68 3.16 3.26 3/83 19768
/proc/meminfo: memFree=1372432/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=0.05
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1219 128 0 0 4 1 0 0 18 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+1.50296 s]
/proc/loadavg: 2.68 3.16 3.26 2/94 19780
/proc/meminfo: memFree=1340784/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.02
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 1 87 9 15 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16740

[startup+3.10213 s]
/proc/loadavg: 2.47 3.11 3.24 2/94 19790
/proc/meminfo: memFree=1339504/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.02
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 1 87 9 16 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869516 CPUtime=1.84
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 12125 0 1 0 179 5 0 0 18 0 9 0 140554225 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217379 11075 2540 9 0 211954 0
[pid=19782/tid=19783] ppid=19781 vsize=869516 CPUtime=1.1
/proc/19782/task/19783/stat : 19783 (java) S 19781 19768 19200 0 -1 64 2822 0 1 0 108 2 0 0 17 0 9 0 140554226 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869516 CPUtime=0.53
/proc/19782/task/19784/stat : 19784 (java) R 19781 19768 19200 0 -1 64 7105 0 0 0 51 2 0 0 17 0 9 0 140554227 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869516 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140554227 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869516 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140554227 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869516 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869516 CPUtime=0.18
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1502 0 0 0 18 0 0 0 16 0 9 0 140554229 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869516 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869516 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890384384 11075 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 891612

[startup+6.30202 s]
/proc/loadavg: 2.47 3.11 3.24 2/94 19790
/proc/meminfo: memFree=1298864/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.02
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 1 87 9 15 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869376 CPUtime=5.11
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 16879 0 1 0 493 18 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217344 15155 2565 9 0 211891 0
[pid=19782/tid=19783] ppid=19781 vsize=869376 CPUtime=3.67
/proc/19782/task/19783/stat : 19783 (java) R 19781 19768 19200 0 -1 64 3416 0 1 0 355 12 0 0 17 0 9 0 140554226 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869376 CPUtime=1.13
/proc/19782/task/19784/stat : 19784 (java) S 19781 19768 19200 0 -1 64 11203 0 0 0 110 3 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869376 CPUtime=0.27
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1564 0 0 0 27 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 891472

[startup+12.7022 s]
/proc/loadavg: 2.32 3.06 3.22 1/94 19790
/proc/meminfo: memFree=1234032/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.03
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 2 87 9 15 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869376 CPUtime=9.96
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 17279 0 1 0 940 56 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217344 15155 2565 9 0 211891 0
[pid=19782/tid=19783] ppid=19781 vsize=869376 CPUtime=8.41
/proc/19782/task/19783/stat : 19783 (java) R 19781 19768 19200 0 -1 64 3816 0 1 0 793 48 0 0 17 0 9 0 140554226 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869376 CPUtime=1.24
/proc/19782/task/19784/stat : 19784 (java) S 19781 19768 19200 0 -1 64 11203 0 0 0 118 6 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869376 CPUtime=0.27
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1564 0 0 0 27 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 891472

[startup+25.5016 s]
/proc/loadavg: 2.27 3.02 3.21 2/94 19790
/proc/meminfo: memFree=1076920/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.03
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 2 87 9 16 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869376 CPUtime=21.2
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 18207 0 1 0 1975 145 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217344 15155 2565 9 0 211891 0
[pid=19782/tid=19783] ppid=19781 vsize=869376 CPUtime=19.33
/proc/19782/task/19783/stat : 19783 (java) R 19781 19768 19200 0 -1 64 4744 0 1 0 1802 131 0 0 17 0 9 0 140554226 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869376 CPUtime=1.57
/proc/19782/task/19784/stat : 19784 (java) S 19781 19768 19200 0 -1 64 11203 0 0 0 145 12 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869376 CPUtime=0.27
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1564 0 0 0 27 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.23
Current children cumulated vsize (KiB) 891472

[startup+51.1015 s]
/proc/loadavg: 2.93 3.11 3.23 2/94 19790
/proc/meminfo: memFree=1000056/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.03
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 2 87 9 16 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869376 CPUtime=46.68
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 19267 0 1 0 4474 194 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=19782] ppid=19781 vsize=869376 CPUtime=149.98
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 27836 0 1 0 13893 1105 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217344 15155 2565 9 0 211891 0
[pid=19782/tid=19783] ppid=19781 vsize=869376 CPUtime=144.66
/proc/19782/task/19783/stat : 19783 (java) D 19781 19768 19200 0 -1 64 14373 0 1 0 13427 1039 0 0 15 0 9 0 140554226 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869376 CPUtime=5.01
/proc/19782/task/19784/stat : 19784 (java) S 19781 19768 19200 0 -1 64 11203 0 0 0 437 64 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869376 CPUtime=0.27
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1564 0 0 0 27 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.01
Current children cumulated vsize (KiB) 891472

[startup+762.301 s]
/proc/loadavg: 5.61 5.21 4.31 1/101 19804
/proc/meminfo: memFree=35448/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.03
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 2 87 9 16 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869376 CPUtime=149.98
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 27836 0 1 0 13893 1105 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217344 15155 2565 9 0 211891 0
[pid=19782/tid=19783] ppid=19781 vsize=869376 CPUtime=144.66
/proc/19782/task/19783/stat : 19783 (java) D 19781 19768 19200 0 -1 64 14373 0 1 0 13427 1039 0 0 15 0 9 0 140554226 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869376 CPUtime=5.01
/proc/19782/task/19784/stat : 19784 (java) S 19781 19768 19200 0 -1 64 11203 0 0 0 437 64 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869376 CPUtime=0.27
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1564 0 0 0 27 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.01
Current children cumulated vsize (KiB) 891472

[startup+822.302 s]
/proc/loadavg: 5.85 5.35 4.41 1/101 19804
/proc/meminfo: memFree=39672/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.03
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 2 87 9 16 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869376 CPUtime=149.98
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 27836 0 1 0 13893 1105 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217344 15155 2565 9 0 211891 0
[pid=19782/tid=19783] ppid=19781 vsize=869376 CPUtime=144.66
/proc/19782/task/19783/stat : 19783 (java) D 19781 19768 19200 0 -1 64 14373 0 1 0 13427 1039 0 0 15 0 9 0 140554226 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869376 CPUtime=5.01
/proc/19782/task/19784/stat : 19784 (java) S 19781 19768 19200 0 -1 64 11203 0 0 0 437 64 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869376 CPUtime=0.27
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1564 0 0 0 27 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.01
Current children cumulated vsize (KiB) 891472

[startup+882.307 s]
/proc/loadavg: 4.57 5.06 4.36 2/95 19804
/proc/meminfo: memFree=15160/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=1.03
/proc/19768/stat : 19768 (sugar++) S 19766 19768 19200 0 -1 4194304 1297 9863 0 48 5 2 87 9 16 0 1 0 140554083 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19768/statm: 4185 1104 409 3 0 764 0
[pid=19781] ppid=19768 vsize=5356 CPUtime=0
/proc/19781/stat : 19781 (sh) S 19768 19768 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140554225 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19781/statm: 1339 233 193 169 0 50 0
[pid=19782] ppid=19781 vsize=869376 CPUtime=178.89
/proc/19782/stat : 19782 (java) S 19781 19768 19200 0 -1 0 30237 0 1 0 16553 1336 0 0 18 0 9 0 140554225 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19782/statm: 217344 15155 2565 9 0 211891 0
[pid=19782/tid=19783] ppid=19781 vsize=869376 CPUtime=172.88
/proc/19782/task/19783/stat : 19783 (java) R 19781 19768 19200 0 -1 64 16774 0 1 0 16030 1258 0 0 17 0 9 0 140554226 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19784] ppid=19781 vsize=869376 CPUtime=5.71
/proc/19782/task/19784/stat : 19784 (java) S 19781 19768 19200 0 -1 64 11203 0 0 0 495 76 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19785] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19785/stat : 19785 (java) S 19781 19768 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19786] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19786/stat : 19786 (java) S 19781 19768 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140554227 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19787] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19787/stat : 19787 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19788] ppid=19781 vsize=869376 CPUtime=0.27
/proc/19782/task/19788/stat : 19788 (java) S 19781 19768 19200 0 -1 64 1564 0 0 0 27 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19782/tid=19789] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19789/stat : 19789 (java) S 19781 19768 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19782/tid=19790] ppid=19781 vsize=869376 CPUtime=0
/proc/19782/task/19790/stat : 19790 (java) S 19781 19768 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140554229 890241024 15155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 179.92
Current children cumulated vsize (KiB) 891472

[startup+942.301 s]
/proc/loadavg: 3.86 4.82 4.33 1/84 19806
/proc/meminfo: memFree=704144/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=212.07
/proc/19768/stat : 19768 (sugar++) D 19766 19768 19200 0 -1 4194304 1320 43016 0 50 5 31 19585 1586 15 0 1 0 140554083 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19768/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.07
Current children cumulated vsize (KiB) 16740

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

[startup+944.702 s]
/proc/loadavg: 3.86 4.82 4.33 2/84 19806
/proc/meminfo: memFree=708560/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=212.08
/proc/19768/stat : 19768 (sugar++) D 19766 19768 19200 0 -1 4194304 1320 43016 0 50 5 32 19585 1586 15 0 1 0 140554083 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19768/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.08
Current children cumulated vsize (KiB) 16740

[startup+945.502 s]
/proc/loadavg: 3.86 4.82 4.33 2/84 19806
/proc/meminfo: memFree=710224/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=212.08
/proc/19768/stat : 19768 (sugar++) D 19766 19768 19200 0 -1 4194304 1320 43016 0 50 5 32 19585 1586 15 0 1 0 140554083 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19768/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.08
Current children cumulated vsize (KiB) 16740

[startup+946.302 s]
/proc/loadavg: 3.86 4.82 4.33 1/84 19806
/proc/meminfo: memFree=710288/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=212.28
/proc/19768/stat : 19768 (sugar++) R 19766 19768 19200 0 -1 4194304 1320 43016 0 50 5 52 19585 1586 16 0 1 0 140554083 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19768/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.28
Current children cumulated vsize (KiB) 16740

[startup+946.502 s]
/proc/loadavg: 3.86 4.82 4.33 1/84 19806
/proc/meminfo: memFree=710288/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=212.48
/proc/19768/stat : 19768 (sugar++) R 19766 19768 19200 0 -1 4194304 1320 43016 0 50 5 72 19585 1586 16 0 1 0 140554083 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19768/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.48
Current children cumulated vsize (KiB) 16740

[startup+946.602 s]
/proc/loadavg: 3.86 4.82 4.33 1/84 19806
/proc/meminfo: memFree=710288/2055920 swapFree=4028780/4192956
[pid=19768] ppid=19766 vsize=16740 CPUtime=212.58
/proc/19768/stat : 19768 (sugar++) R 19766 19768 19200 0 -1 4194304 1320 43016 0 50 5 82 19585 1586 16 0 1 0 140554083 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19768/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.58
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 946.651
CPU time (s): 212.651
CPU user time (s): 195.913
CPU system time (s): 16.7375
CPU usage (%): 22.4635
Max. virtual memory (cumulated for all children) (KiB): 891864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.913
system time used= 16.7375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44392
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100317
involuntary context switches= 73082

runsolver used 0.863868 second user time and 1.90071 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-08-07 20:44:38
IDJOB=1113309
IDBENCH=61561
IDSOLVER=367
FILE ID=node76/1113309-1218134678
PBS_JOBID= 8000825
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-1-55.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-1113309-1218134678/watcher-1113309-1218134678 -o /tmp/evaluation-result-1113309-1218134678/solver-1113309-1218134678 -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-1113309-1218134678.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9685e02ee1e44c7ff05763d17f8830d9
RANDOM SEED=168929822

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1373112 kB
Buffers:          2716 kB
Cached:          27784 kB
SwapCached:       6900 kB
Active:         628320 kB
Inactive:         7496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373112 kB
SwapTotal:     4192956 kB
SwapFree:      4028780 kB
Dirty:            2760 kB
Writeback:           0 kB
Mapped:         621480 kB
Slab:            30748 kB
Committed_AS:   925396 kB
PageTables:       3340 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 node76 at 2008-08-07 21:00:25