Trace number 1112805

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? 341.485 348.411

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-0.xml
MD5SUMdb919c043cbe2ccf39dda4a6ced1254b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1050
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.53	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.53	c 0	BEGIN Sat Jul 12 16:50:28 2008
0.05/0.53	c 0	PID 11422
0.05/0.54	c 0	HOST node66.alineos.net
0.05/0.54	c 0	CONVERTING HOME/instance-1112805-1215874227.xml TO HOME/temp.csp
0.05/0.54	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112805-1215874227.xml' 'HOME/temp.csp'
2.15/2.96	c 3	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.23/3.00	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/3.00	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.23/3.08	c 3	Parsing HOME/temp.csp
2.81/3.66	c 4	parsed 10000 expressions
3.21/4.02	c 4	parsed 20000 expressions
3.51/4.35	c 4	parsed 30000 expressions
3.71/4.51	c 4	parsed 36052 expressions
3.71/4.52	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.00/4.84	c 5	MAX CSP: 33021 constraints
4.00/4.84	c 5	Converting to clausal form CSP
5.89/6.78	c 7	converted 6908 (10%) expressions
8.77/9.63	c 10	converted 13816 (20%) expressions
11.76/12.66	c 13	converted 20723 (30%) expressions
14.25/15.12	c 15	converted 27631 (40%) expressions
16.63/17.60	c 18	converted 34538 (50%) expressions
19.91/20.81	c 21	converted 41446 (60%) expressions
22.30/23.25	c 23	converted 48354 (70%) expressions
24.69/25.69	c 26	converted 55261 (80%) expressions
27.07/28.00	c 28	converted 62169 (90%) expressions
33.34/34.35	c 34	converted 69076 (100%) expressions
33.34/34.36	c 34	CSP : 79249 integers, 125767 booleans, 319784 clauses, largest domain size 49532
33.34/34.36	c 34	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.34/34.36	c 34	Propagation in CSP
39.62/40.66	c 41	33013 values, 0 unsatisfiable literals, and 0 valid clauses are removed
39.62/40.67	c 41	CSP : 79249 integers, 125767 booleans, 319784 clauses, largest domain size 33022
39.62/40.67	c 41	Heap : 225 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.71/40.76	c 41	Simplifing CSP by introducing new Boolean variables
40.31/41.32	c 41	CSP : 79249 integers, 210671 booleans, 404688 clauses, largest domain size 33022
40.31/41.32	c 41	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.70/42.78	c 43	Encoding CSP to SAT : HOME/temp.cnf
54.03/55.21	c 55	7925 (10%) CSP integer variables are encoded (4103809 clauses, 75758691 bytes)
60.66/61.91	c 62	15850 (20%) CSP integer variables are encoded (9438084 clauses, 177109916 bytes)
67.31/68.74	c 69	23775 (30%) CSP integer variables are encoded (14537164 clauses, 283100119 bytes)
73.74/75.31	c 75	31700 (40%) CSP integer variables are encoded (19422399 clauses, 385690054 bytes)
79.31/81.24	c 81	39625 (50%) CSP integer variables are encoded (23695242 clauses, 475419757 bytes)
82.14/84.16	c 84	47550 (60%) CSP integer variables are encoded (25852213 clauses, 520716148 bytes)
82.24/84.30	c 84	55475 (70%) CSP integer variables are encoded (25947288 clauses, 522712723 bytes)
82.44/84.46	c 84	63400 (80%) CSP integer variables are encoded (26060829 clauses, 525097084 bytes)
83.22/85.20	c 85	71325 (90%) CSP integer variables are encoded (26602998 clauses, 536482633 bytes)
83.32/85.38	c 85	79249 (100%) CSP integer variables are encoded (26733044 clauses, 539213599 bytes)
188.29/191.67	c 192	40469 (10%) CSP clauses are encoded (51826204 clauses, 1166361557 bytes)
284.57/289.60	c 290	80938 (20%) CSP clauses are encoded (76249942 clauses, 1785866542 bytes)
340.60/346.42	c 346	ERROR Exception Too large HOME/temp.cnf
340.60/346.43	c 346	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
340.60/346.43	c 346	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
340.60/346.43	c 346	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
340.60/346.43	s UNKNOWN
340.64/346.53	c 346	CPU 328.1 (0.05 0.03 328.05 12.54)
340.64/346.53	c 346	END Sat Jul 12 16:56:14 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-1112805-1215874227/watcher-1112805-1215874227 -o /tmp/evaluation-result-1112805-1215874227/solver-1112805-1215874227 -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-1112805-1215874227.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: 0.00 0.00 0.00 3/68 11422
/proc/meminfo: memFree=1900416/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=6268 CPUtime=0
/proc/11422/stat : 11422 (sugar++) D 11420 11422 11378 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 44120809 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 227605017993 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11422/statm: 1567 47 36 3 0 8 0

[startup+0.0517901 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11422
/proc/meminfo: memFree=1900416/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=12268 CPUtime=0
/proc/11422/stat : 11422 (sugar++) D 11420 11422 11378 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 44120809 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 227607804517 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/11422/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101786 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11422
/proc/meminfo: memFree=1900416/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=12272 CPUtime=0
/proc/11422/stat : 11422 (sugar++) D 11420 11422 11378 0 -1 4194304 406 0 0 0 0 0 0 0 18 0 1 0 44120809 12566528 374 996147200 4194304 4206940 548682068528 18446744073709551615 227607804517 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/11422/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301826 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11422
/proc/meminfo: memFree=1900416/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=13468 CPUtime=0.04
/proc/11422/stat : 11422 (sugar++) D 11420 11422 11378 0 -1 4194304 766 0 0 0 2 2 0 0 18 0 1 0 44120809 13791232 734 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 0 0 0 0 17 0 0 0
/proc/11422/statm: 3367 734 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.702906 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11422
/proc/meminfo: memFree=1900416/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=0.08
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1219 128 0 0 5 3 0 0 19 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.50207 s]
/proc/loadavg: 0.00 0.00 0.00 2/91 11447
/proc/meminfo: memFree=1863816/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=0.08
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1219 128 0 0 5 3 0 0 19 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11434] ppid=11422 vsize=5356 CPUtime=0
/proc/11434/stat : 11434 (sh) S 11422 11422 11378 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44120863 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11434/statm: 1339 233 193 169 0 50 0
[pid=11435] ppid=11434 vsize=864664 CPUtime=0.68
/proc/11435/stat : 11435 (java) S 11434 11422 11378 0 -1 0 9219 0 56 0 61 7 0 0 18 0 9 0 44120864 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11435/statm: 216166 7802 2529 9 0 210748 0
[pid=11435/tid=11436] ppid=11434 vsize=864664 CPUtime=0.36
/proc/11435/task/11436/stat : 11436 (java) R 11434 11422 11378 0 -1 64 2637 0 53 0 32 4 0 0 16 0 9 0 44120867 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11435/tid=11441] ppid=11434 vsize=864664 CPUtime=0.2
/proc/11435/task/11441/stat : 11441 (java) R 11434 11422 11378 0 -1 64 5394 0 3 0 18 2 0 0 17 0 9 0 44120875 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11435/tid=11442] ppid=11434 vsize=864664 CPUtime=0
/proc/11435/task/11442/stat : 11442 (java) S 11434 11422 11378 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 44120876 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11435/tid=11443] ppid=11434 vsize=864664 CPUtime=0
/proc/11435/task/11443/stat : 11443 (java) S 11434 11422 11378 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44120876 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11435/tid=11444] ppid=11434 vsize=864664 CPUtime=0
/proc/11435/task/11444/stat : 11444 (java) S 11434 11422 11378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120879 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11435/tid=11445] ppid=11434 vsize=864664 CPUtime=0.09
/proc/11435/task/11445/stat : 11445 (java) S 11434 11422 11378 0 -1 64 488 0 0 0 9 0 0 0 16 0 9 0 44120879 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11435/tid=11446] ppid=11434 vsize=864664 CPUtime=0
/proc/11435/task/11446/stat : 11446 (java) S 11434 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120879 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11435/tid=11447] ppid=11434 vsize=864664 CPUtime=0
/proc/11435/task/11447/stat : 11447 (java) S 11434 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120879 885415936 7802 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 886760

[startup+3.10138 s]
/proc/loadavg: 0.16 0.03 0.01 3/91 11447
/proc/meminfo: memFree=1780104/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 16740

[startup+6.30301 s]
/proc/loadavg: 0.16 0.03 0.01 4/91 11457
/proc/meminfo: memFree=1744968/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 15 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868464 CPUtime=3.25
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 15024 0 1 0 316 9 0 0 18 0 9 0 44121110 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11449/statm: 217116 13623 2544 9 0 211691 0
[pid=11449/tid=11450] ppid=11448 vsize=868464 CPUtime=2.24
/proc/11449/task/11450/stat : 11450 (java) R 11448 11422 11378 0 -1 64 3065 0 1 0 222 2 0 0 25 0 9 0 44121111 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4126606816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11451] ppid=11448 vsize=868464 CPUtime=0.77
/proc/11449/task/11451/stat : 11451 (java) S 11448 11422 11378 0 -1 64 9779 0 0 0 72 5 0 0 16 0 9 0 44121112 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11452] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11452/stat : 11452 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11453] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11453/stat : 11453 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44121113 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11454] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11454/stat : 11454 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44121115 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11455] ppid=11448 vsize=868464 CPUtime=0.22
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1483 0 0 0 21 1 0 0 15 0 9 0 44121115 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889307136 13623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 890560

[startup+12.7013 s]
/proc/loadavg: 0.44 0.10 0.03 3/91 11457
/proc/meminfo: memFree=1697424/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868464 CPUtime=9.62
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 29390 0 1 0 945 17 0 0 18 0 9 0 44121110 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11449/statm: 217116 23211 2541 9 0 211691 0
[pid=11449/tid=11450] ppid=11448 vsize=868464 CPUtime=7.27
/proc/11449/task/11450/stat : 11450 (java) R 11448 11422 11378 0 -1 64 3908 0 1 0 724 3 0 0 25 0 9 0 44121111 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4126613424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11451] ppid=11448 vsize=868464 CPUtime=2.07
/proc/11449/task/11451/stat : 11451 (java) S 11448 11422 11378 0 -1 64 23290 0 0 0 196 11 0 0 16 0 9 0 44121112 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11452] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11452/stat : 11452 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11453] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11453/stat : 11453 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11454] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11454/stat : 11454 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44121115 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11455] ppid=11448 vsize=868464 CPUtime=0.24
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1495 0 0 0 23 1 0 0 15 0 9 0 44121115 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889307136 23211 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 890560

[startup+25.5028 s]
/proc/loadavg: 0.68 0.16 0.05 5/91 11457
/proc/meminfo: memFree=1583440/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868464 CPUtime=22.35
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 53302 0 1 0 2208 27 0 0 18 0 9 0 44121110 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11449/statm: 217116 42476 2541 9 0 211691 0
[pid=11449/tid=11450] ppid=11448 vsize=868464 CPUtime=17.97
/proc/11449/task/11450/stat : 11450 (java) R 11448 11422 11378 0 -1 64 4757 0 1 0 1793 4 0 0 25 0 9 0 44121111 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4126521151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11451] ppid=11448 vsize=868464 CPUtime=4.12
/proc/11449/task/11451/stat : 11451 (java) S 11448 11422 11378 0 -1 64 46353 0 0 0 391 21 0 0 16 0 9 0 44121112 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11452] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11452/stat : 11452 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11453] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11453/stat : 11453 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11454] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11454/stat : 11454 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44121115 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11455] ppid=11448 vsize=868464 CPUtime=0.24
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1495 0 0 0 23 1 0 0 15 0 9 0 44121115 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868464 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889307136 42476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 890560

[startup+51.1028 s]
/proc/loadavg: 1.20 0.32 0.11 3/91 11457
/proc/meminfo: memFree=1457488/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868576 CPUtime=47.81
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 87284 0 1 0 4727 54 0 0 18 0 9 0 44121110 889421824 70978 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=11449/tid=11455] ppid=11448 vsize=868576 CPUtime=0.34
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1553 0 0 0 33 1 0 0 16 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.38
Current children cumulated vsize (KiB) 890672

[startup+222.302 s]
/proc/loadavg: 1.96 1.07 0.43 3/91 11457
/proc/meminfo: memFree=101072/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868576 CPUtime=216.38
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 88599 0 1 0 20828 810 0 0 18 0 9 0 44121110 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11449/statm: 217144 70991 2566 9 0 211691 0
[pid=11449/tid=11450] ppid=11448 vsize=868576 CPUtime=206.29
/proc/11449/task/11450/stat : 11450 (java) R 11448 11422 11378 0 -1 64 7524 0 1 0 19865 764 0 0 25 0 9 0 44121111 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4126677671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11451] ppid=11448 vsize=868576 CPUtime=9.71
/proc/11449/task/11451/stat : 11451 (java) S 11448 11422 11378 0 -1 64 78825 0 0 0 928 43 0 0 16 0 9 0 44121112 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11452] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11452/stat : 11452 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11453] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11453/stat : 11453 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11454] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11454/stat : 11454 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11455] ppid=11448 vsize=868576 CPUtime=0.34
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1553 0 0 0 33 1 0 0 16 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.62
Current children cumulated vsize (KiB) 890672

[startup+282.301 s]
/proc/loadavg: 2.22 1.31 0.55 3/91 11457
/proc/meminfo: memFree=16016/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868576 CPUtime=275.27
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 88996 0 1 0 26516 1011 0 0 18 0 9 0 44121110 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11449/statm: 217144 70991 2566 9 0 211691 0
[pid=11449/tid=11450] ppid=11448 vsize=868576 CPUtime=264.81
/proc/11449/task/11450/stat : 11450 (java) R 11448 11422 11378 0 -1 64 7921 0 1 0 25519 962 0 0 25 0 9 0 44121111 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4127162544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11451] ppid=11448 vsize=868576 CPUtime=10.09
/proc/11449/task/11451/stat : 11451 (java) S 11448 11422 11378 0 -1 64 78825 0 0 0 963 46 0 0 16 0 9 0 44121112 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11452] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11452/stat : 11452 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11453] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11453/stat : 11453 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11454] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11454/stat : 11454 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11455] ppid=11448 vsize=868576 CPUtime=0.34
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1553 0 0 0 33 1 0 0 16 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.51
Current children cumulated vsize (KiB) 890672

[startup+342.302 s]
/proc/loadavg: 2.08 1.43 0.64 3/91 11457
/proc/meminfo: memFree=14992/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868576 CPUtime=334.32
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 89395 0 1 0 32214 1218 0 0 18 0 9 0 44121110 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11449/statm: 217144 70991 2566 9 0 211691 0
[pid=11449/tid=11450] ppid=11448 vsize=868576 CPUtime=323.49
/proc/11449/task/11450/stat : 11450 (java) R 11448 11422 11378 0 -1 64 8320 0 1 0 31182 1167 0 0 25 0 9 0 44121111 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4127177772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11451] ppid=11448 vsize=868576 CPUtime=10.46
/proc/11449/task/11451/stat : 11451 (java) S 11448 11422 11378 0 -1 64 78825 0 0 0 998 48 0 0 16 0 9 0 44121112 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11452] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11452/stat : 11452 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11453] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11453/stat : 11453 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11454] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11454/stat : 11454 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11455] ppid=11448 vsize=868576 CPUtime=0.34
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1553 0 0 0 33 1 0 0 16 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.56
Current children cumulated vsize (KiB) 890672

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

[startup+345.503 s]
/proc/loadavg: 2.08 1.43 0.64 3/91 11457
/proc/meminfo: memFree=15824/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=2.24
/proc/11422/stat : 11422 (sugar++) S 11420 11422 11378 0 -1 4194304 1297 19408 0 56 5 3 201 15 16 0 1 0 44120809 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11422/statm: 4185 1104 409 3 0 764 0
[pid=11448] ppid=11422 vsize=5356 CPUtime=0
/proc/11448/stat : 11448 (sh) S 11422 11422 11378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44121110 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11448/statm: 1339 233 193 169 0 50 0
[pid=11449] ppid=11448 vsize=868576 CPUtime=337.46
/proc/11449/stat : 11449 (java) S 11448 11422 11378 0 -1 0 89416 0 1 0 32516 1230 0 0 18 0 9 0 44121110 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11449/statm: 217144 70991 2566 9 0 211691 0
[pid=11449/tid=11450] ppid=11448 vsize=868576 CPUtime=326.6
/proc/11449/task/11450/stat : 11450 (java) R 11448 11422 11378 0 -1 64 8341 0 1 0 31481 1179 0 0 25 0 9 0 44121111 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4127168600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11451] ppid=11448 vsize=868576 CPUtime=10.48
/proc/11449/task/11451/stat : 11451 (java) S 11448 11422 11378 0 -1 64 78825 0 0 0 1000 48 0 0 16 0 9 0 44121112 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11452] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11452/stat : 11452 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11453] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11453/stat : 11453 (java) S 11448 11422 11378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44121113 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11454] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11454/stat : 11454 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11455] ppid=11448 vsize=868576 CPUtime=0.34
/proc/11449/task/11455/stat : 11455 (java) S 11448 11422 11378 0 -1 64 1553 0 0 0 33 1 0 0 16 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11449/tid=11456] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11456/stat : 11456 (java) S 11448 11422 11378 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11449/tid=11457] ppid=11448 vsize=868576 CPUtime=0
/proc/11449/task/11457/stat : 11457 (java) S 11448 11422 11378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44121115 889421824 70991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.7
Current children cumulated vsize (KiB) 890672

[startup+347.103 s]
/proc/loadavg: 2.08 1.43 0.64 3/91 11457
/proc/meminfo: memFree=15696/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=341.22
/proc/11422/stat : 11422 (sugar++) R 11420 11422 11378 0 -1 4194304 1320 109127 0 59 5 58 32805 1254 21 0 1 0 44120809 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 0 0 0
/proc/11422/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 341.22
Current children cumulated vsize (KiB) 16740

[startup+347.901 s]
/proc/loadavg: 2.07 1.44 0.65 2/81 11457
/proc/meminfo: memFree=1833056/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=341.44
/proc/11422/stat : 11422 (sugar++) D 11420 11422 11378 0 -1 4194304 1320 109127 0 59 5 80 32805 1254 18 0 1 0 44120809 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11422/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 341.44
Current children cumulated vsize (KiB) 16740

[startup+348.301 s]
/proc/loadavg: 2.07 1.44 0.65 2/81 11457
/proc/meminfo: memFree=1833056/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=341.46
/proc/11422/stat : 11422 (sugar++) D 11420 11422 11378 0 -1 4194304 1320 109127 0 59 5 82 32805 1254 18 0 1 0 44120809 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11422/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 341.46
Current children cumulated vsize (KiB) 16740

[startup+348.401 s]
/proc/loadavg: 2.07 1.44 0.65 2/81 11457
/proc/meminfo: memFree=1833056/2055920 swapFree=4180696/4192956
[pid=11422] ppid=11420 vsize=16740 CPUtime=341.46
/proc/11422/stat : 11422 (sugar++) D 11420 11422 11378 0 -1 4194304 1320 109127 0 59 5 82 32805 1254 18 0 1 0 44120809 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11422/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 341.46
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 348.411
CPU time (s): 341.485
CPU user time (s): 328.111
CPU system time (s): 13.374
CPU usage (%): 98.012
Max. virtual memory (cumulated for all children) (KiB): 900808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.111
system time used= 13.374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110503
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28593
involuntary context switches= 34004

runsolver used 0.486925 second user time and 1.12983 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-12 16:50:28
IDJOB=1112805
IDBENCH=61477
IDSOLVER=367
FILE ID=node66/1112805-1215874227
PBS_JOBID= 7903593
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-0.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-1112805-1215874227/watcher-1112805-1215874227 -o /tmp/evaluation-result-1112805-1215874227/solver-1112805-1215874227 -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-1112805-1215874227.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db919c043cbe2ccf39dda4a6ced1254b
RANDOM SEED=530300111

node66.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.259
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.259
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:       1901280 kB
Buffers:         21132 kB
Cached:          78020 kB
SwapCached:       7200 kB
Active:          73236 kB
Inactive:        36364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901280 kB
SwapTotal:     4192956 kB
SwapFree:      4180696 kB
Dirty:           11944 kB
Writeback:           0 kB
Mapped:          15012 kB
Slab:            30736 kB
Committed_AS:    82328 kB
PageTables:       1588 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= 66412 MiB
End job on node66 at 2008-07-12 16:56:16