Trace number 1112907

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? 806.452 1125.72

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-1.xml
MD5SUM0ec16ab311064bfe5172278fde3994e0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.26	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.29	c 0	BEGIN Thu Aug  7 20:31:43 2008
0.03/0.29	c 0	PID 18194
0.06/0.32	c 0	HOST node89.alineos.net
0.06/0.32	c 0	CONVERTING HOME/instance-1112907-1218133902.xml TO HOME/temp.csp
0.06/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112907-1218133902.xml' 'HOME/temp.csp'
3.26/3.71	c 4	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.26/3.75	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.26/3.75	c 4	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'
3.29/3.83	c 4	Parsing HOME/temp.csp
3.29/4.15	c 4	parsed 10000 expressions
3.99/4.48	c 5	parsed 20000 expressions
4.28/4.79	c 5	parsed 30000 expressions
4.58/5.03	c 5	parsed 40000 expressions
4.89/5.39	c 5	parsed 50000 expressions
5.19/5.65	c 6	parsed 60000 expressions
5.38/5.80	c 6	parsed 66233 expressions
5.38/5.81	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.89/6.33	c 6	MAX CSP: 63204 constraints
5.89/6.33	c 6	Converting to clausal form CSP
18.27/18.69	c 19	converted 12944 (10%) expressions
33.71/34.10	c 34	converted 25888 (20%) expressions
48.25/48.70	c 49	converted 38832 (30%) expressions
62.90/63.42	c 64	converted 51776 (40%) expressions
78.34/78.91	c 79	converted 64720 (50%) expressions
92.39/93.10	c 93	converted 77664 (60%) expressions
106.32/107.09	c 107	converted 90608 (70%) expressions
119.86/120.67	c 121	converted 103552 (80%) expressions
134.30/135.11	c 135	converted 116496 (90%) expressions
152.24/153.16	c 153	converted 129440 (100%) expressions
152.24/153.18	c 153	CSP : 144340 integers, 248991 booleans, 610427 clauses, largest domain size 94807
152.24/153.18	c 153	Heap : 378 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
152.24/153.18	c 153	Propagation in CSP
174.74/175.74	c 176	63194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
174.74/175.75	c 176	CSP : 144340 integers, 248991 booleans, 610427 clauses, largest domain size 63205
174.74/175.75	c 176	Heap : 402 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
174.84/175.88	c 176	Simplifing CSP by introducing new Boolean variables
177.83/178.85	c 179	CSP : 144340 integers, 402159 booleans, 763595 clauses, largest domain size 63205
177.83/178.85	c 179	Heap : 456 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
180.13/181.18	c 181	Encoding CSP to SAT : HOME/temp.cnf
247.17/250.58	c 251	14434 (10%) CSP integer variables are encoded (10520829 clauses, 198746170 bytes)
258.94/267.15	c 267	28868 (20%) CSP integer variables are encoded (20114043 clauses, 400203664 bytes)
270.13/299.33	c 299	43302 (30%) CSP integer variables are encoded (29215715 clauses, 591338776 bytes)
280.79/503.01	c 503	57736 (40%) CSP integer variables are encoded (37537981 clauses, 766106362 bytes)
287.58/510.92	c 511	72170 (50%) CSP integer variables are encoded (43093108 clauses, 882764029 bytes)
289.10/514.46	c 515	86604 (60%) CSP integer variables are encoded (44347513 clauses, 909106534 bytes)
290.38/515.78	c 516	101038 (70%) CSP integer variables are encoded (45393490 clauses, 931072051 bytes)
290.77/516.11	c 516	115472 (80%) CSP integer variables are encoded (45642792 clauses, 936307393 bytes)
290.96/516.37	c 516	129906 (90%) CSP integer variables are encoded (45833565 clauses, 940313626 bytes)
291.26/516.67	c 517	144340 (100%) CSP integer variables are encoded (46058655 clauses, 945040516 bytes)
805.77/1054.54	c 1055	ERROR Exception Too large HOME/temp.cnf
805.81/1056.37	c 1055	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
805.81/1056.37	c 1055	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
805.81/1056.37	c 1055	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
805.81/1056.37	s UNKNOWN
805.89/1059.36	c 1059	CPU 792.44 (0.05 0.02 792.39 13.44)
805.89/1059.36	c 1059	END Thu Aug  7 20:49:22 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-1112907-1218133902/watcher-1112907-1218133902 -o /tmp/evaluation-result-1112907-1218133902/solver-1112907-1218133902 -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-1112907-1218133902.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: 1.61 2.74 1.97 3/83 18194
/proc/meminfo: memFree=1205016/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=18572 CPUtime=0
/proc/18194/stat : 18194 (runsolver) D 18192 18194 17904 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140475318 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/18194/statm: 4643 292 257 25 0 2626 0

[startup+0.107756 s]
/proc/loadavg: 1.61 2.74 1.97 3/83 18194
/proc/meminfo: memFree=1205016/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=12272 CPUtime=0
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 395 0 1 0 0 0 0 0 18 0 1 0 140475318 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18194/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.20177 s]
/proc/loadavg: 1.61 2.74 1.97 3/83 18194
/proc/meminfo: memFree=1205016/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=13468 CPUtime=0.03
/proc/18194/stat : 18194 (sugar++) R 18192 18194 17904 0 -1 4194304 754 0 1 0 2 1 0 0 18 0 1 0 140475318 13791232 723 996147200 4194304 4206940 548682068528 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/18194/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301774 s]
/proc/loadavg: 1.61 2.74 1.97 3/83 18194
/proc/meminfo: memFree=1205016/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=0.06
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1142 0 1 0 4 2 0 0 18 0 1 0 140475318 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18194/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701818 s]
/proc/loadavg: 1.61 2.74 1.97 3/83 18194
/proc/meminfo: memFree=1205016/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=0.06
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1218 128 1 0 4 2 0 0 17 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.5029 s]
/proc/loadavg: 1.56 2.71 1.97 2/94 18206
/proc/meminfo: memFree=1174592/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=0.06
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1218 128 1 0 4 2 0 0 17 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18197] ppid=18194 vsize=5356 CPUtime=0
/proc/18197/stat : 18197 (sh) S 18194 18194 17904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140475351 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18197/statm: 1339 233 193 169 0 50 0
[pid=18198] ppid=18197 vsize=864888 CPUtime=0.94
/proc/18198/stat : 18198 (java) S 18197 18194 17904 0 -1 0 13060 0 47 0 86 8 0 0 18 0 9 0 140475352 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18198/statm: 216222 10654 2529 9 0 210804 0
[pid=18198/tid=18199] ppid=18197 vsize=864888 CPUtime=0.48
/proc/18198/task/18199/stat : 18199 (java) R 18197 18194 17904 0 -1 64 2786 0 27 0 45 3 0 0 15 0 9 0 140475371 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18198/tid=18200] ppid=18197 vsize=864888 CPUtime=0.35
/proc/18198/task/18200/stat : 18200 (java) S 18197 18194 17904 0 -1 64 9111 0 0 0 32 3 0 0 17 0 9 0 140475381 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18201] ppid=18197 vsize=864888 CPUtime=0
/proc/18198/task/18201/stat : 18201 (java) S 18197 18194 17904 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 140475381 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18202] ppid=18197 vsize=864888 CPUtime=0
/proc/18198/task/18202/stat : 18202 (java) S 18197 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140475381 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18203] ppid=18197 vsize=864888 CPUtime=0
/proc/18198/task/18203/stat : 18203 (java) S 18197 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140475384 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18204] ppid=18197 vsize=864888 CPUtime=0.08
/proc/18198/task/18204/stat : 18204 (java) S 18197 18194 17904 0 -1 64 484 0 0 0 8 0 0 0 16 0 9 0 140475384 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18198/tid=18205] ppid=18197 vsize=864888 CPUtime=0
/proc/18198/task/18205/stat : 18205 (java) S 18197 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140475384 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18206] ppid=18197 vsize=864888 CPUtime=0
/proc/18198/task/18206/stat : 18206 (java) S 18197 18194 17904 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475384 885645312 10654 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 886984

[startup+3.1012 s]
/proc/loadavg: 1.56 2.71 1.97 2/94 18206
/proc/meminfo: memFree=1126400/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=0.06
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1218 128 1 0 4 2 0 0 17 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18197] ppid=18194 vsize=5356 CPUtime=0
/proc/18197/stat : 18197 (sh) S 18194 18194 17904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140475351 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18197/statm: 1339 233 193 169 0 50 0
[pid=18198] ppid=18197 vsize=864892 CPUtime=2.59
/proc/18198/stat : 18198 (java) S 18197 18194 17904 0 -1 0 30304 0 47 0 242 17 0 0 18 0 9 0 140475352 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18198/statm: 216223 24943 2529 9 0 210805 0
[pid=18198/tid=18199] ppid=18197 vsize=864892 CPUtime=1.28
/proc/18198/task/18199/stat : 18199 (java) R 18197 18194 17904 0 -1 64 3846 0 27 0 123 5 0 0 18 0 9 0 140475371 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4126653851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18198/tid=18200] ppid=18197 vsize=864892 CPUtime=1.15
/proc/18198/task/18200/stat : 18200 (java) S 18197 18194 17904 0 -1 64 25255 0 0 0 105 10 0 0 17 0 9 0 140475381 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18201] ppid=18197 vsize=864892 CPUtime=0
/proc/18198/task/18201/stat : 18201 (java) S 18197 18194 17904 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140475381 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18202] ppid=18197 vsize=864892 CPUtime=0
/proc/18198/task/18202/stat : 18202 (java) S 18197 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475381 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18203] ppid=18197 vsize=864892 CPUtime=0
/proc/18198/task/18203/stat : 18203 (java) S 18197 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140475384 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18204] ppid=18197 vsize=864892 CPUtime=0.12
/proc/18198/task/18204/stat : 18204 (java) S 18197 18194 17904 0 -1 64 524 0 0 0 12 0 0 0 16 0 9 0 140475384 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18205] ppid=18197 vsize=864892 CPUtime=0
/proc/18198/task/18205/stat : 18205 (java) S 18197 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140475384 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18198/tid=18206] ppid=18197 vsize=864892 CPUtime=0
/proc/18198/task/18206/stat : 18206 (java) S 18197 18194 17904 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475384 885649408 24943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 886988

[startup+6.30252 s]
/proc/loadavg: 1.56 2.71 1.97 2/94 18216
/proc/meminfo: memFree=1158656/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=3.29
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1296 32423 1 47 4 2 302 21 16 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18207] ppid=18194 vsize=5356 CPUtime=0
/proc/18207/stat : 18207 (sh) S 18194 18194 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475694 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18207/statm: 1339 233 193 169 0 50 0
[pid=18208] ppid=18207 vsize=864572 CPUtime=2.6
/proc/18208/stat : 18208 (java) S 18207 18194 17904 0 -1 0 17606 0 3 0 252 8 0 0 19 0 9 0 140475694 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18208/statm: 216143 15992 2540 9 0 210718 0
[pid=18208/tid=18209] ppid=18207 vsize=864572 CPUtime=1.45
/proc/18208/task/18209/stat : 18209 (java) S 18207 18194 17904 0 -1 64 3239 0 3 0 144 1 0 0 15 0 9 0 140475695 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18210] ppid=18207 vsize=864572 CPUtime=1.04
/proc/18208/task/18210/stat : 18210 (java) R 18207 18194 17904 0 -1 64 13327 0 0 0 98 6 0 0 16 0 9 0 140475696 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 104185924 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18211] ppid=18207 vsize=864572 CPUtime=0
/proc/18208/task/18211/stat : 18211 (java) S 18207 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140475697 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18212] ppid=18207 vsize=864572 CPUtime=0
/proc/18208/task/18212/stat : 18212 (java) S 18207 18194 17904 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140475697 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18213] ppid=18207 vsize=864572 CPUtime=0
/proc/18208/task/18213/stat : 18213 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475698 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18214] ppid=18207 vsize=864572 CPUtime=0.08
/proc/18208/task/18214/stat : 18214 (java) S 18207 18194 17904 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 140475698 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18215] ppid=18207 vsize=864572 CPUtime=0
/proc/18208/task/18215/stat : 18215 (java) S 18207 18194 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140475698 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18216] ppid=18207 vsize=864572 CPUtime=0
/proc/18208/task/18216/stat : 18216 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140475698 885321728 15992 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 886668

[startup+12.7021 s]
/proc/loadavg: 1.62 2.69 1.97 2/94 18216
/proc/meminfo: memFree=1115840/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=3.29
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1296 32423 1 47 4 2 302 21 16 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18207] ppid=18194 vsize=5356 CPUtime=0
/proc/18207/stat : 18207 (sh) S 18194 18194 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475694 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18207/statm: 1339 233 193 169 0 50 0
[pid=18208] ppid=18207 vsize=868784 CPUtime=9.09
/proc/18208/stat : 18208 (java) S 18207 18194 17904 0 -1 0 33927 0 4 0 892 17 0 0 19 0 9 0 140475694 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18208/statm: 217196 20935 2541 9 0 211771 0
[pid=18208/tid=18209] ppid=18207 vsize=868784 CPUtime=6.98
/proc/18208/task/18209/stat : 18209 (java) R 18207 18194 17904 0 -1 64 3889 0 4 0 696 2 0 0 17 0 9 0 140475695 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4126611359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18210] ppid=18207 vsize=868784 CPUtime=1.88
/proc/18208/task/18210/stat : 18210 (java) S 18207 18194 17904 0 -1 64 27819 0 0 0 175 13 0 0 16 0 9 0 140475696 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18211] ppid=18207 vsize=868784 CPUtime=0
/proc/18208/task/18211/stat : 18211 (java) S 18207 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475697 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18212] ppid=18207 vsize=868784 CPUtime=0
/proc/18208/task/18212/stat : 18212 (java) S 18207 18194 17904 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475697 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18213] ppid=18207 vsize=868784 CPUtime=0
/proc/18208/task/18213/stat : 18213 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475698 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18214] ppid=18207 vsize=868784 CPUtime=0.2
/proc/18208/task/18214/stat : 18214 (java) S 18207 18194 17904 0 -1 64 1521 0 0 0 20 0 0 0 15 0 9 0 140475698 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18215] ppid=18207 vsize=868784 CPUtime=0
/proc/18208/task/18215/stat : 18215 (java) S 18207 18194 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140475698 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18216] ppid=18207 vsize=868784 CPUtime=0
/proc/18208/task/18216/stat : 18216 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140475698 889634816 20935 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 890880

[startup+25.5024 s]
/proc/loadavg: 1.53 2.63 1.96 2/94 18216
/proc/meminfo: memFree=1093056/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=3.29
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1296 32423 1 47 4 2 302 21 16 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18207] ppid=18194 vsize=5356 CPUtime=0
/proc/18207/stat : 18207 (sh) S 18194 18194 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475694 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18207/statm: 1339 233 193 169 0 50 0
[pid=18208] ppid=18207 vsize=868784 CPUtime=21.85
/proc/18208/stat : 18208 (java) S 18207 18194 17904 0 -1 0 39670 0 4 0 2164 21 0 0 19 0 9 0 140475694 889634816 26434 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18208/statm: 217196 26434 2541 9 0 211771 0
[pid=18208/tid=18209] ppid=18207 vsize=868784 CPUtime=19.06
/proc/18208/task/18209/stat : 18209 (java) R 18207 18194 17904 0 -1 64 4133 0 4 0 1903 3 0 0 17 0 9 0 140475695 889634816 26434 996147200 134512640 134550740 4294955920 18446744073709551615 4126608977 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18210] ppid=18207 vsize=868784 CPUtime=2.54
/proc/18208/task/18210/stat : 18210 (java) S 18207 18194 17904 0 -1 64 33308 0 0 0 239 15 0 0 16 0 9 0 140475696 889634816 26434 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18211] ppid=18207 vsize=868784 CPUtime=0
/proc/18208/task/18211/stat : 18211 (java) S 18207 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475697 889634816 26434 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18212] ppid=18207 vsize=868784 CPUtime=0
/proc/18208/task/18212/stat : 18212 (java) S 18207 18194 17904 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475697 889634816 26434 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18208/tid=18212] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18212/stat : 18212 (java) S 18207 18194 17904 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475697 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18213] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18213/stat : 18213 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18214] ppid=18207 vsize=868896 CPUtime=0.3
/proc/18208/task/18214/stat : 18214 (java) S 18207 18194 17904 0 -1 64 1588 0 0 0 30 0 0 0 16 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18215] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18215/stat : 18215 (java) S 18207 18194 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18216] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18216/stat : 18216 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 584.62
Current children cumulated vsize (KiB) 890992

[startup+882.302 s]
/proc/loadavg: 3.09 2.92 2.42 2/94 18221
/proc/meminfo: memFree=16072/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=3.3
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1296 32423 1 47 5 2 302 21 16 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18207] ppid=18194 vsize=5356 CPUtime=0
/proc/18207/stat : 18207 (sh) S 18194 18194 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475694 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18207/statm: 1339 233 193 169 0 50 0
[pid=18208] ppid=18207 vsize=868896 CPUtime=639.97
/proc/18208/stat : 18208 (java) S 18207 18194 17904 0 -1 0 180960 0 5 0 62904 1093 0 0 19 0 9 0 140475694 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18208/statm: 217224 124416 2566 9 0 211771 0
[pid=18208/tid=18209] ppid=18207 vsize=868896 CPUtime=619.29
/proc/18208/task/18209/stat : 18209 (java) R 18207 18194 17904 0 -1 64 12075 0 5 0 60922 1007 0 0 25 0 9 0 140475695 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4127159879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18210] ppid=18207 vsize=868896 CPUtime=20.34
/proc/18208/task/18210/stat : 18210 (java) S 18207 18194 17904 0 -1 64 166599 0 0 0 1950 84 0 0 16 0 9 0 140475696 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18211] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18211/stat : 18211 (java) S 18207 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475697 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18212] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18212/stat : 18212 (java) S 18207 18194 17904 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475697 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18213] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18213/stat : 18213 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18214] ppid=18207 vsize=868896 CPUtime=0.3
/proc/18208/task/18214/stat : 18214 (java) S 18207 18194 17904 0 -1 64 1588 0 0 0 30 0 0 0 16 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18215] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18215/stat : 18215 (java) S 18207 18194 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18216] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18216/stat : 18216 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 643.27
Current children cumulated vsize (KiB) 890992

[startup+942.301 s]
/proc/loadavg: 3.60 3.09 2.50 2/94 18221
/proc/meminfo: memFree=16136/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=3.3
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1296 32423 1 47 5 2 302 21 16 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18207] ppid=18194 vsize=5356 CPUtime=0
/proc/18207/stat : 18207 (sh) S 18194 18194 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475694 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18207/statm: 1339 233 193 169 0 50 0
[pid=18208] ppid=18207 vsize=868896 CPUtime=698.08
/proc/18208/stat : 18208 (java) S 18207 18194 17904 0 -1 0 181037 0 5 0 68634 1174 0 0 19 0 9 0 140475694 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18208/statm: 217224 124416 2566 9 0 211771 0
[pid=18208/tid=18209] ppid=18207 vsize=868896 CPUtime=677.29
/proc/18208/task/18209/stat : 18209 (java) R 18207 18194 17904 0 -1 64 12152 0 5 0 66642 1087 0 0 17 0 9 0 140475695 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4127158182 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18210] ppid=18207 vsize=868896 CPUtime=20.44
/proc/18208/task/18210/stat : 18210 (java) S 18207 18194 17904 0 -1 64 166599 0 0 0 1960 84 0 0 16 0 9 0 140475696 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18211] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18211/stat : 18211 (java) S 18207 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475697 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18212] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18212/stat : 18212 (java) S 18207 18194 17904 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475697 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18213] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18213/stat : 18213 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18214] ppid=18207 vsize=868896 CPUtime=0.3
/proc/18208/task/18214/stat : 18214 (java) S 18207 18194 17904 0 -1 64 1588 0 0 0 30 0 0 0 16 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18215] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18215/stat : 18215 (java) S 18207 18194 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18216] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18216/stat : 18216 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.38
Current children cumulated vsize (KiB) 890992

[startup+1002.3 s]
/proc/loadavg: 3.52 3.14 2.55 2/94 18222
/proc/meminfo: memFree=16072/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=3.3
/proc/18194/stat : 18194 (sugar++) S 18192 18194 17904 0 -1 4194304 1296 32423 1 47 5 2 302 21 16 0 1 0 140475318 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18194/statm: 4185 1104 409 3 0 764 0
[pid=18207] ppid=18194 vsize=5356 CPUtime=0
/proc/18207/stat : 18207 (sh) S 18194 18194 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475694 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18207/statm: 1339 233 193 169 0 50 0
[pid=18208] ppid=18207 vsize=868896 CPUtime=754.88
/proc/18208/stat : 18208 (java) S 18207 18194 17904 0 -1 0 181110 0 5 0 74235 1253 0 0 19 0 9 0 140475694 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18208/statm: 217224 124416 2566 9 0 211771 0
[pid=18208/tid=18209] ppid=18207 vsize=868896 CPUtime=733.99
/proc/18208/task/18209/stat : 18209 (java) R 18207 18194 17904 0 -1 64 12225 0 5 0 72233 1166 0 0 17 0 9 0 140475695 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4126674067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18210] ppid=18207 vsize=868896 CPUtime=20.55
/proc/18208/task/18210/stat : 18210 (java) S 18207 18194 17904 0 -1 64 166599 0 0 0 1970 85 0 0 15 0 9 0 140475696 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18211] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18211/stat : 18211 (java) S 18207 18194 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475697 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18212] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18212/stat : 18212 (java) S 18207 18194 17904 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475697 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18213] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18213/stat : 18213 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18214] ppid=18207 vsize=868896 CPUtime=0.3
/proc/18208/task/18214/stat : 18214 (java) S 18207 18194 17904 0 -1 64 1588 0 0 0 30 0 0 0 16 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18208/tid=18215] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18215/stat : 18215 (java) S 18207 18194 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18208/tid=18216] ppid=18207 vsize=868896 CPUtime=0
/proc/18208/task/18216/stat : 18216 (java) S 18207 18194 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140475698 889749504 124416 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 758.18
Current children cumulated vsize (KiB) 890992

[startup+1062.3 s]
/proc/loadavg: 3.52 3.20 2.61 1/84 18223
/proc/meminfo: memFree=504720/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=805.9
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 1319 213884 1 54 5 2 79239 1344 15 0 1 0 140475318 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18194/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 805.9
Current children cumulated vsize (KiB) 16740

[startup+1122.31 s]
/proc/loadavg: 2.85 3.08 2.61 1/84 18224
/proc/meminfo: memFree=1212176/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=806.26
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 1319 213884 1 54 5 38 79239 1344 15 0 1 0 140475318 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18194/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 806.26
Current children cumulated vsize (KiB) 16740

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

[startup+1123.41 s]
/proc/loadavg: 2.85 3.08 2.61 1/84 18224
/proc/meminfo: memFree=1216656/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=806.26
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 1319 213884 1 54 5 38 79239 1344 15 0 1 0 140475318 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18194/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 806.26
Current children cumulated vsize (KiB) 16740

[startup+1125 s]
/proc/loadavg: 2.85 3.08 2.61 1/84 18224
/proc/meminfo: memFree=1216528/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=806.38
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 1319 213884 1 54 5 50 79239 1344 15 0 1 0 140475318 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18194/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 806.38
Current children cumulated vsize (KiB) 16740

[startup+1125.4 s]
/proc/loadavg: 2.85 3.08 2.61 1/84 18224
/proc/meminfo: memFree=1216528/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=806.4
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 1319 213884 1 54 5 52 79239 1344 15 0 1 0 140475318 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18194/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 806.4
Current children cumulated vsize (KiB) 16740

[startup+1125.61 s]
/proc/loadavg: 2.85 3.08 2.61 1/84 18224
/proc/meminfo: memFree=1215760/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=806.42
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 1319 213884 1 54 5 54 79239 1344 15 0 1 0 140475318 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18194/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 806.42
Current children cumulated vsize (KiB) 16740

[startup+1125.7 s]
/proc/loadavg: 2.85 3.08 2.61 1/84 18224
/proc/meminfo: memFree=1215760/2055920 swapFree=4180468/4192956
[pid=18194] ppid=18192 vsize=16740 CPUtime=806.42
/proc/18194/stat : 18194 (sugar++) D 18192 18194 17904 0 -1 4194304 1319 213884 1 54 5 54 79239 1344 15 0 1 0 140475318 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18194/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 806.42
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 1125.72
CPU time (s): 806.452
CPU user time (s): 792.452
CPU system time (s): 13.9999
CPU usage (%): 71.6387
Max. virtual memory (cumulated for all children) (KiB): 913372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 792.453
system time used= 13.9999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215259
page faults= 55
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30669
involuntary context switches= 29906

runsolver used 1.25181 second user time and 3.83742 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-08-07 20:31:43
IDJOB=1112907
IDBENCH=61494
IDSOLVER=367
FILE ID=node89/1112907-1218133902
PBS_JOBID= 8000799
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ec16ab311064bfe5172278fde3994e0
RANDOM SEED=1107040475

node89.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1205760 kB
Buffers:          1672 kB
Cached:          35472 kB
SwapCached:       6036 kB
Active:         784084 kB
Inactive:         8344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205760 kB
SwapTotal:     4192956 kB
SwapFree:      4180468 kB
Dirty:            9804 kB
Writeback:           0 kB
Mapped:         771680 kB
Slab:            41624 kB
Committed_AS:   908612 kB
PageTables:       3264 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= 66552 MiB
End job on node89 at 2008-08-07 20:50:29