Trace number 1112919

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? 455.087 462.055

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-1.xml
MD5SUMe83daf1b7df41c00976ce9b348425bef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints23
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 17:11:47 2008
0.00/0.07	c 0	PID 19547
0.07/0.08	c 0	HOST node16.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1112919-1215875507.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112919-1215875507.xml' 'HOME/temp.csp'
1.86/1.95	c 2	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.86/2.00	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.86/2.00	c 2	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.93/2.07	c 2	Parsing HOME/temp.csp
2.52/2.66	c 2	parsed 10000 expressions
2.92/3.01	c 3	parsed 20000 expressions
3.21/3.33	c 3	parsed 28774 expressions
3.21/3.34	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.31/3.49	c 3	MAX CSP: 26753 constraints
3.31/3.49	c 3	Converting to clausal form CSP
5.70/5.83	c 6	converted 5553 (10%) expressions
8.68/8.88	c 9	converted 11106 (20%) expressions
11.36/11.50	c 11	converted 16659 (30%) expressions
14.35/14.52	c 14	converted 22212 (40%) expressions
16.84/17.06	c 17	converted 27765 (50%) expressions
19.33/19.55	c 19	converted 33318 (60%) expressions
21.82/22.01	c 22	converted 38871 (70%) expressions
24.70/24.99	c 25	converted 44424 (80%) expressions
26.99/27.22	c 27	converted 49977 (90%) expressions
32.57/32.82	c 33	converted 55530 (100%) expressions
32.57/32.83	c 33	CSP : 60816 integers, 103623 booleans, 252962 clauses, largest domain size 40130
32.57/32.83	c 33	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.57/32.83	c 33	Propagation in CSP
37.54/37.82	c 38	26748 values, 0 unsatisfiable literals, and 0 valid clauses are removed
37.54/37.83	c 38	CSP : 60816 integers, 103623 booleans, 252962 clauses, largest domain size 26754
37.54/37.83	c 38	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.54/37.90	c 38	Simplifing CSP by introducing new Boolean variables
38.04/38.35	c 38	CSP : 60816 integers, 166001 booleans, 315340 clauses, largest domain size 26754
38.04/38.35	c 38	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.03/39.39	c 39	Encoding CSP to SAT : HOME/temp.cnf
54.15/54.52	c 54	6082 (10%) CSP integer variables are encoded (3480568 clauses, 63914428 bytes)
58.39/58.88	c 59	12164 (20%) CSP integer variables are encoded (6905849 clauses, 128994767 bytes)
62.45/62.92	c 63	18245 (30%) CSP integer variables are encoded (9961419 clauses, 187050597 bytes)
65.91/66.44	c 66	24327 (40%) CSP integer variables are encoded (12539401 clauses, 241147640 bytes)
68.05/68.66	c 68	30408 (50%) CSP integer variables are encoded (14123019 clauses, 274403618 bytes)
68.45/69.01	c 69	36490 (60%) CSP integer variables are encoded (14375295 clauses, 279701414 bytes)
68.55/69.12	c 69	42572 (70%) CSP integer variables are encoded (14449436 clauses, 281258375 bytes)
69.05/69.61	c 69	48653 (80%) CSP integer variables are encoded (14799971 clauses, 288619610 bytes)
69.25/69.82	c 70	54735 (90%) CSP integer variables are encoded (14941856 clauses, 291599195 bytes)
69.34/69.97	c 70	60816 (100%) CSP integer variables are encoded (15043134 clauses, 293726033 bytes)
182.68/184.42	c 184	31534 (10%) CSP clauses are encoded (35080098 clauses, 798040246 bytes)
279.78/282.56	c 282	63068 (20%) CSP clauses are encoded (53269879 clauses, 1268147703 bytes)
367.26/371.01	c 371	94602 (30%) CSP clauses are encoded (70051823 clauses, 1705705344 bytes)
454.02/459.46	c 459	ERROR Exception Too large HOME/temp.cnf
454.02/459.46	c 459	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
454.08/459.56	c 459	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
454.08/459.56	c 459	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
454.08/459.56	s UNKNOWN
454.12/459.96	c 460	CPU 440.89 (0.05 0.02 440.84 13.23)
454.12/459.96	c 460	END Sat Jul 12 17:19:27 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-1112919-1215875507/watcher-1112919-1215875507 -o /tmp/evaluation-result-1112919-1215875507/solver-1112919-1215875507 -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-1112919-1215875507.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.01 2.02 2.00 4/81 19547
/proc/meminfo: memFree=1849936/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=12268 CPUtime=0
/proc/19547/stat : 19547 (sugar++) R 19545 19547 18744 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 44253250 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/19547/statm: 3067 316 241 3 0 167 0

[startup+0.0805529 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 19547
/proc/meminfo: memFree=1849936/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=0.07
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 44253250 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102035 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 19547
/proc/meminfo: memFree=1849936/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=0.07
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301978 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 19547
/proc/meminfo: memFree=1849936/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=0.07
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701877 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 19547
/proc/meminfo: memFree=1849936/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=0.07
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50267 s]
/proc/loadavg: 2.09 2.03 2.01 5/92 19559
/proc/meminfo: memFree=1823792/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=0.07
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19550] ppid=19547 vsize=5356 CPUtime=0
/proc/19550/stat : 19550 (sh) S 19547 19547 18744 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 44253258 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19550/statm: 1339 233 193 169 0 50 0
[pid=19551] ppid=19550 vsize=864676 CPUtime=1.4
/proc/19551/stat : 19551 (java) S 19550 19547 18744 0 -1 0 14484 0 1 0 134 6 0 0 18 0 9 0 44253258 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19551/statm: 216169 12530 2529 9 0 210751 0
[pid=19551/tid=19552] ppid=19550 vsize=864676 CPUtime=0.79
/proc/19551/task/19552/stat : 19552 (java) R 19550 19547 18744 0 -1 64 3019 0 1 0 78 1 0 0 24 0 9 0 44253259 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4126680598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19551/tid=19553] ppid=19550 vsize=864676 CPUtime=0.46
/proc/19551/task/19553/stat : 19553 (java) S 19550 19547 18744 0 -1 64 10266 0 0 0 43 3 0 0 16 0 9 0 44253260 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19551/tid=19554] ppid=19550 vsize=864676 CPUtime=0
/proc/19551/task/19554/stat : 19554 (java) S 19550 19547 18744 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44253261 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19551/tid=19555] ppid=19550 vsize=864676 CPUtime=0
/proc/19551/task/19555/stat : 19555 (java) S 19550 19547 18744 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44253261 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19551/tid=19556] ppid=19550 vsize=864676 CPUtime=0
/proc/19551/task/19556/stat : 19556 (java) S 19550 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253263 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19551/tid=19557] ppid=19550 vsize=864676 CPUtime=0.11
/proc/19551/task/19557/stat : 19557 (java) S 19550 19547 18744 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 44253263 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19551/tid=19558] ppid=19550 vsize=864676 CPUtime=0
/proc/19551/task/19558/stat : 19558 (java) S 19550 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44253263 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19551/tid=19559] ppid=19550 vsize=864676 CPUtime=0
/proc/19551/task/19559/stat : 19559 (java) S 19550 19547 18744 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44253263 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886772

[startup+3.10225 s]
/proc/loadavg: 2.09 2.03 2.01 4/92 19569
/proc/meminfo: memFree=1840752/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 15 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=864100 CPUtime=1.08
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 7447 0 1 0 103 5 0 0 18 0 9 0 44253450 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 216025 6505 2532 9 0 210607 0
[pid=19561/tid=19562] ppid=19560 vsize=864100 CPUtime=0.76
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 2569 0 1 0 74 2 0 0 24 0 9 0 44253451 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4126404372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=864100 CPUtime=0.23
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 3843 0 0 0 21 2 0 0 16 0 9 0 44253452 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=864100 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=864100 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44253452 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19566] ppid=19560 vsize=864100 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=864100 CPUtime=0.06
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 338 0 0 0 6 0 0 0 19 0 9 0 44253454 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=864100 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=864100 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 884838400 6505 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886196

[startup+6.30203 s]
/proc/loadavg: 2.09 2.03 2.01 3/92 19569
/proc/meminfo: memFree=1806704/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 16 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=868432 CPUtime=4.26
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 14684 0 1 0 417 9 0 0 18 0 9 0 44253450 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 217108 12982 2542 9 0 211683 0
[pid=19561/tid=19562] ppid=19560 vsize=868432 CPUtime=3.19
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 3085 0 1 0 316 3 0 0 25 0 9 0 44253451 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=868432 CPUtime=0.82
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 9424 0 0 0 78 4 0 0 15 0 9 0 44253452 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19566] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=868432 CPUtime=0.23
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 1478 0 0 0 22 1 0 0 15 0 9 0 44253454 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 889274368 12982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890528

[startup+12.7028 s]
/proc/loadavg: 2.08 2.03 2.00 3/92 19569
/proc/meminfo: memFree=1778672/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 16 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=868432 CPUtime=10.63
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 27203 0 1 0 1046 17 0 0 18 0 9 0 44253450 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 217108 19763 2541 9 0 211683 0
[pid=19561/tid=19562] ppid=19560 vsize=868432 CPUtime=8.64
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 3519 0 1 0 861 3 0 0 25 0 9 0 44253451 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4126679923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=868432 CPUtime=1.72
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 21500 0 0 0 160 12 0 0 16 0 9 0 44253452 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19566] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=868432 CPUtime=0.24
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 1487 0 0 0 23 1 0 0 15 0 9 0 44253454 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 889274368 19763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890528

[startup+25.5024 s]
/proc/loadavg: 2.06 2.03 2.00 3/92 19569
/proc/meminfo: memFree=1722160/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 16 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=868432 CPUtime=23.36
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 49153 0 1 0 2307 29 0 0 18 0 9 0 44253450 889274368 33500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 217108 33500 2541 9 0 211683 0
[pid=19561/tid=19562] ppid=19560 vsize=868432 CPUtime=19.28
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 4779 0 1 0 1923 5 0 0 25 0 9 0 44253451 889274368 33500 996147200 134512640 134550740 4294955920 18446744073709551615 4126610848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=868432 CPUtime=3.81
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 42190 0 0 0 359 22 0 0 16 0 9 0 44253452 889274368 33500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889274368 33500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=868432 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889274368 33500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=19561/tid=19566] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=868544 CPUtime=0.36
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 1543 0 0 0 35 1 0 0 17 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 430.18
Current children cumulated vsize (KiB) 890640

[startup+447.902 s]
/proc/loadavg: 2.58 2.24 2.09 3/92 19573
/proc/meminfo: memFree=15416/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 16 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=868544 CPUtime=440.8
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 77846 0 1 0 42806 1274 0 0 18 0 9 0 44253450 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 217136 54210 2566 9 0 211683 0
[pid=19561/tid=19562] ppid=19560 vsize=868544 CPUtime=430.94
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 8412 0 1 0 41873 1221 0 0 25 0 9 0 44253451 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=868544 CPUtime=9.48
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 67194 0 0 0 898 50 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19566] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=868544 CPUtime=0.36
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 1543 0 0 0 35 1 0 0 17 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 442.73
Current children cumulated vsize (KiB) 890640

[startup+454.308 s]
/proc/loadavg: 2.62 2.25 2.09 4/92 19573
/proc/meminfo: memFree=15352/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 16 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=868544 CPUtime=447.09
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 77889 0 1 0 43414 1295 0 0 18 0 9 0 44253450 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 217136 54210 2566 9 0 211683 0
[pid=19561/tid=19562] ppid=19560 vsize=868544 CPUtime=437.19
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 8455 0 1 0 42477 1242 0 0 25 0 9 0 44253451 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4126968056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=868544 CPUtime=9.51
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 67194 0 0 0 901 50 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19566] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=868544 CPUtime=0.36
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 1543 0 0 0 35 1 0 0 17 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.02
Current children cumulated vsize (KiB) 890640

[startup+457.503 s]
/proc/loadavg: 2.65 2.27 2.10 3/92 19573
/proc/meminfo: memFree=15096/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 16 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=868544 CPUtime=450.24
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 77910 0 1 0 43719 1305 0 0 18 0 9 0 44253450 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 217136 54210 2566 9 0 211683 0
[pid=19561/tid=19562] ppid=19560 vsize=868544 CPUtime=440.32
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 8476 0 1 0 42780 1252 0 0 25 0 9 0 44253451 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4127159819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=868544 CPUtime=9.53
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 67194 0 0 0 903 50 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19566] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=868544 CPUtime=0.36
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 1543 0 0 0 35 1 0 0 17 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 452.17
Current children cumulated vsize (KiB) 890640

[startup+459.102 s]
/proc/loadavg: 2.65 2.27 2.10 3/92 19573
/proc/meminfo: memFree=15864/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=1.93
/proc/19547/stat : 19547 (sugar++) S 19545 19547 18744 0 -1 4194304 1297 15971 0 1 5 2 178 8 16 0 1 0 44253250 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19547/statm: 4185 1104 409 3 0 764 0
[pid=19560] ppid=19547 vsize=5356 CPUtime=0
/proc/19560/stat : 19560 (sh) S 19547 19547 18744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44253450 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19560/statm: 1339 233 193 169 0 50 0
[pid=19561] ppid=19560 vsize=868544 CPUtime=451.8
/proc/19561/stat : 19561 (java) S 19560 19547 18744 0 -1 0 77919 0 1 0 43870 1310 0 0 18 0 9 0 44253450 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19561/statm: 217136 54210 2566 9 0 211683 0
[pid=19561/tid=19562] ppid=19560 vsize=868544 CPUtime=441.87
/proc/19561/task/19562/stat : 19562 (java) R 19560 19547 18744 0 -1 64 8485 0 1 0 42930 1257 0 0 25 0 9 0 44253451 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4127159194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19563] ppid=19560 vsize=868544 CPUtime=9.53
/proc/19561/task/19563/stat : 19563 (java) S 19560 19547 18744 0 -1 64 67194 0 0 0 903 50 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19564] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19564/stat : 19564 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19565] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19565/stat : 19565 (java) S 19560 19547 18744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44253452 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19566] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19566/stat : 19566 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19567] ppid=19560 vsize=868544 CPUtime=0.36
/proc/19561/task/19567/stat : 19567 (java) S 19560 19547 18744 0 -1 64 1543 0 0 0 35 1 0 0 17 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19568] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19568/stat : 19568 (java) S 19560 19547 18744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19561/tid=19569] ppid=19560 vsize=868544 CPUtime=0
/proc/19561/task/19569/stat : 19569 (java) S 19560 19547 18744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44253454 889389056 54210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 453.73
Current children cumulated vsize (KiB) 890640

[startup+460.702 s]
/proc/loadavg: 2.65 2.27 2.10 2/90 19573
/proc/meminfo: memFree=15160/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=454.49
/proc/19547/stat : 19547 (sugar++) R 19545 19547 18744 0 -1 4194304 1320 94191 0 2 5 37 44084 1323 19 0 1 0 44253250 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19547/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 454.49
Current children cumulated vsize (KiB) 16740

[startup+461.502 s]
/proc/loadavg: 2.68 2.28 2.10 3/82 19573
/proc/meminfo: memFree=1229064/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=455.04
/proc/19547/stat : 19547 (sugar++) D 19545 19547 18744 0 -1 4194304 1320 94191 0 2 5 92 44084 1323 18 0 1 0 44253250 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19547/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 455.04
Current children cumulated vsize (KiB) 16740

[startup+461.902 s]
/proc/loadavg: 2.68 2.28 2.10 2/82 19573
/proc/meminfo: memFree=1921800/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=455.06
/proc/19547/stat : 19547 (sugar++) D 19545 19547 18744 0 -1 4194304 1320 94191 0 2 5 94 44084 1323 18 0 1 0 44253250 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19547/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 455.06
Current children cumulated vsize (KiB) 16740

[startup+462.007 s]
/proc/loadavg: 2.68 2.28 2.10 2/82 19573
/proc/meminfo: memFree=1921800/2055920 swapFree=4180820/4192956
[pid=19547] ppid=19545 vsize=16740 CPUtime=455.06
/proc/19547/stat : 19547 (sugar++) D 19545 19547 18744 0 -1 4194304 1320 94191 0 2 5 94 44084 1323 18 0 1 0 44253250 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19547/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 455.06
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 462.055
CPU time (s): 455.087
CPU user time (s): 440.899
CPU system time (s): 14.1878
CPU usage (%): 98.492
Max. virtual memory (cumulated for all children) (KiB): 904344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 440.899
system time used= 14.1878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95567
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35993
involuntary context switches= 49248

runsolver used 0.539917 second user time and 1.63775 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-12 17:11:47
IDJOB=1112919
IDBENCH=61496
IDSOLVER=367
FILE ID=node16/1112919-1215875507
PBS_JOBID= 7903484
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-1.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-1112919-1215875507/watcher-1112919-1215875507 -o /tmp/evaluation-result-1112919-1215875507/solver-1112919-1215875507 -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-1112919-1215875507.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e83daf1b7df41c00976ce9b348425bef
RANDOM SEED=548099679

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850416 kB
Buffers:         40172 kB
Cached:          64652 kB
SwapCached:       6220 kB
Active:         113084 kB
Inactive:        49416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850416 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            4560 kB
Writeback:           0 kB
Mapped:          73348 kB
Slab:            28184 kB
Committed_AS:   311764 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node16 at 2008-07-12 17:19:29