Trace number 1112799

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? 330.15 470.602

General information on the benchmark

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

Solver Data (download as text)

0.04/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.26	c 0	BEGIN Thu Aug  7 20:26:22 2008
0.04/0.26	c 0	PID 14219
0.04/0.26	c 0	HOST node85.alineos.net
0.04/0.26	c 0	CONVERTING HOME/instance-1112799-1218133581.xml TO HOME/temp.csp
0.04/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112799-1218133581.xml' 'HOME/temp.csp'
1.90/2.37	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
1.98/2.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.98/2.40	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.98/2.47	c 2	Parsing HOME/temp.csp
1.99/2.83	c 2	parsed 10000 expressions
1.99/3.16	c 3	parsed 20000 expressions
2.97/3.47	c 3	parsed 30000 expressions
3.17/3.62	c 3	parsed 36052 expressions
3.17/3.63	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.47/3.94	c 4	MAX CSP: 33021 constraints
3.47/3.94	c 4	Converting to clausal form CSP
5.37/5.89	c 6	converted 6908 (10%) expressions
7.87/8.33	c 8	converted 13816 (20%) expressions
10.65/11.18	c 11	converted 20723 (30%) expressions
12.95/13.47	c 13	converted 27631 (40%) expressions
15.26/15.78	c 15	converted 34538 (50%) expressions
18.35/18.82	c 18	converted 41446 (60%) expressions
20.56/21.08	c 21	converted 48354 (70%) expressions
22.85/23.33	c 23	converted 55261 (80%) expressions
24.94/25.48	c 25	converted 62169 (90%) expressions
31.08/31.67	c 31	converted 69076 (100%) expressions
31.08/31.68	c 31	CSP : 79249 integers, 125763 booleans, 319756 clauses, largest domain size 49532
31.08/31.68	c 31	Heap : 210 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.08/31.68	c 31	Propagation in CSP
36.98/37.55	c 37	33013 values, 0 unsatisfiable literals, and 0 valid clauses are removed
36.98/37.56	c 37	CSP : 79249 integers, 125763 booleans, 319756 clauses, largest domain size 33022
36.98/37.56	c 37	Heap : 225 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.09/37.64	c 37	Simplifing CSP by introducing new Boolean variables
37.59/38.16	c 38	CSP : 79249 integers, 210905 booleans, 404898 clauses, largest domain size 33022
37.59/38.16	c 38	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.09/39.66	c 39	Encoding CSP to SAT : HOME/temp.cnf
50.63/52.22	c 52	7925 (10%) CSP integer variables are encoded (4103809 clauses, 75758691 bytes)
56.97/58.60	c 58	15850 (20%) CSP integer variables are encoded (9438084 clauses, 177109916 bytes)
63.26/66.14	c 66	23775 (30%) CSP integer variables are encoded (14537164 clauses, 283100119 bytes)
69.34/72.53	c 72	31700 (40%) CSP integer variables are encoded (19422399 clauses, 385690054 bytes)
74.96/196.04	c 196	39625 (50%) CSP integer variables are encoded (23695242 clauses, 475419757 bytes)
77.65/198.70	c 198	47550 (60%) CSP integer variables are encoded (25852213 clauses, 520716148 bytes)
77.75/198.82	c 198	55475 (70%) CSP integer variables are encoded (25947288 clauses, 522712723 bytes)
77.85/198.97	c 199	63400 (80%) CSP integer variables are encoded (26060829 clauses, 525097084 bytes)
78.54/199.65	c 199	71325 (90%) CSP integer variables are encoded (26602998 clauses, 536482633 bytes)
78.73/199.82	c 199	79249 (100%) CSP integer variables are encoded (26733044 clauses, 539213599 bytes)
179.00/305.94	c 306	40490 (10%) CSP clauses are encoded (51922891 clauses, 1169071063 bytes)
274.46/408.32	c 408	80980 (20%) CSP clauses are encoded (76433698 clauses, 1791091016 bytes)
328.99/466.46	c 466	ERROR Exception Too large HOME/temp.cnf
328.99/466.46	c 466	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
328.99/466.46	c 466	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
328.99/466.46	c 466	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
328.99/466.46	s UNKNOWN
329.07/466.52	c 466	CPU 316.33 (0.06 0.01 316.27 12.77)
329.07/466.52	c 466	END Thu Aug  7 20:34:08 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-1112799-1218133581/watcher-1112799-1218133581 -o /tmp/evaluation-result-1112799-1218133581/solver-1112799-1218133581 -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-1112799-1218133581.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: 4.22 3.87 2.12 3/84 14219
/proc/meminfo: memFree=1561632/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=18572 CPUtime=0
/proc/14219/stat : 14219 (runsolver) R 14217 14219 13463 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 140442989 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14219/statm: 4643 292 257 25 0 2626 0

[startup+0.067094 s]
/proc/loadavg: 4.22 3.87 2.12 3/84 14219
/proc/meminfo: memFree=1561632/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=12272 CPUtime=0
/proc/14219/stat : 14219 (sugar++) R 14217 14219 13463 0 -1 4194304 408 0 0 0 0 0 0 0 18 0 1 0 140442989 12566528 376 996147200 4194304 4206940 548682068528 18446744073709551615 214962605524 0 0 4224 0 0 0 0 17 0 0 0
/proc/14219/statm: 3068 376 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101095 s]
/proc/loadavg: 4.22 3.87 2.12 3/84 14219
/proc/meminfo: memFree=1561632/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=12412 CPUtime=0
/proc/14219/stat : 14219 (sugar++) D 14217 14219 13463 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 140442989 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14219/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301125 s]
/proc/loadavg: 4.22 3.87 2.12 3/84 14219
/proc/meminfo: memFree=1561632/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=0.06
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701169 s]
/proc/loadavg: 4.22 3.87 2.12 3/84 14219
/proc/meminfo: memFree=1561632/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=0.06
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50126 s]
/proc/loadavg: 4.22 3.87 2.12 4/95 14231
/proc/meminfo: memFree=1534344/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=0.06
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14222] ppid=14219 vsize=5356 CPUtime=0
/proc/14222/stat : 14222 (sh) S 14219 14219 13463 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 140443016 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14222/statm: 1339 233 193 169 0 50 0
[pid=14223] ppid=14222 vsize=864656 CPUtime=1.05
/proc/14223/stat : 14223 (java) S 14222 14219 13463 0 -1 0 14454 0 2 0 97 8 0 0 18 0 9 0 140443017 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14223/statm: 216164 12505 2529 9 0 210746 0
[pid=14223/tid=14224] ppid=14222 vsize=864656 CPUtime=0.5
/proc/14223/task/14224/stat : 14224 (java) R 14222 14219 13463 0 -1 64 3005 0 1 0 48 2 0 0 24 0 9 0 140443024 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4126686248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14223/tid=14225] ppid=14222 vsize=864656 CPUtime=0.42
/proc/14223/task/14225/stat : 14225 (java) S 14222 14219 13463 0 -1 64 10249 0 1 0 38 4 0 0 16 0 9 0 140443031 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14223/tid=14226] ppid=14222 vsize=864656 CPUtime=0
/proc/14223/task/14226/stat : 14226 (java) S 14222 14219 13463 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140443031 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14223/tid=14227] ppid=14222 vsize=864656 CPUtime=0
/proc/14223/task/14227/stat : 14227 (java) S 14222 14219 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140443031 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14223/tid=14228] ppid=14222 vsize=864656 CPUtime=0
/proc/14223/task/14228/stat : 14228 (java) S 14222 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140443035 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14223/tid=14229] ppid=14222 vsize=864656 CPUtime=0.11
/proc/14223/task/14229/stat : 14229 (java) S 14222 14219 13463 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 140443035 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14223/tid=14230] ppid=14222 vsize=864656 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14222 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140443035 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14223/tid=14231] ppid=14222 vsize=864656 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14222 14219 13463 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443035 885407744 12505 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 886752

[startup+3.10144 s]
/proc/loadavg: 4.22 3.87 2.12 3/94 14231
/proc/meminfo: memFree=1505168/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=1.99
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 5 1 181 12 15 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 16740

[startup+6.3028 s]
/proc/loadavg: 4.04 3.84 2.12 3/94 14241
/proc/meminfo: memFree=1509440/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=1.99
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 5 1 181 12 16 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868432 CPUtime=3.87
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 17208 0 1 0 376 11 0 0 18 0 9 0 140443230 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14233/statm: 217108 15318 2541 9 0 211683 0
[pid=14233/tid=14234] ppid=14232 vsize=868432 CPUtime=2.62
/proc/14233/task/14234/stat : 14234 (java) R 14232 14219 13463 0 -1 64 3354 0 1 0 260 2 0 0 25 0 9 0 140443231 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4126429041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14235] ppid=14232 vsize=868432 CPUtime=1.01
/proc/14233/task/14235/stat : 14235 (java) S 14232 14219 13463 0 -1 64 11683 0 0 0 95 6 0 0 16 0 9 0 140443232 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14236] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14236/stat : 14236 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14237] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14237/stat : 14237 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14238] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14238/stat : 14238 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443234 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14239] ppid=14232 vsize=868432 CPUtime=0.21
/proc/14233/task/14239/stat : 14239 (java) S 14232 14219 13463 0 -1 64 1474 0 0 0 20 1 0 0 15 0 9 0 140443234 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14240] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14240/stat : 14240 (java) S 14232 14219 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140443234 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14241] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14241/stat : 14241 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443234 889274368 15318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 890528

[startup+12.7025 s]
/proc/loadavg: 3.88 3.81 2.12 3/94 14241
/proc/meminfo: memFree=1414976/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=1.99
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 5 1 181 12 16 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868432 CPUtime=10.26
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 32097 0 1 0 1006 20 0 0 18 0 9 0 140443230 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14233/statm: 217108 25570 2541 9 0 211683 0
[pid=14233/tid=14234] ppid=14232 vsize=868432 CPUtime=7.85
/proc/14233/task/14234/stat : 14234 (java) R 14232 14219 13463 0 -1 64 3921 0 1 0 782 3 0 0 25 0 9 0 140443231 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4126427348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14235] ppid=14232 vsize=868432 CPUtime=2.16
/proc/14233/task/14235/stat : 14235 (java) S 14232 14219 13463 0 -1 64 25994 0 0 0 202 14 0 0 16 0 9 0 140443232 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14236] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14236/stat : 14236 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14237] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14237/stat : 14237 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14238] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14238/stat : 14238 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443234 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14239] ppid=14232 vsize=868432 CPUtime=0.22
/proc/14233/task/14239/stat : 14239 (java) S 14232 14219 13463 0 -1 64 1485 0 0 0 21 1 0 0 15 0 9 0 140443234 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14240] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14240/stat : 14240 (java) S 14232 14219 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140443234 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14241] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14241/stat : 14241 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443234 889274368 25570 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890528

[startup+25.502 s]
/proc/loadavg: 3.76 3.79 2.13 2/94 14241
/proc/meminfo: memFree=1180480/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=1.99
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 5 1 181 12 16 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868432 CPUtime=23.05
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 57011 0 1 0 2271 34 0 0 18 0 9 0 140443230 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14233/statm: 217108 46160 2541 9 0 211683 0
[pid=14233/tid=14234] ppid=14232 vsize=868432 CPUtime=18.55
/proc/14233/task/14234/stat : 14234 (java) R 14232 14219 13463 0 -1 64 4784 0 1 0 1850 5 0 0 18 0 9 0 140443231 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4126610255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14233/tid=14235] ppid=14232 vsize=868432 CPUtime=4.25
/proc/14233/task/14235/stat : 14235 (java) S 14232 14219 13463 0 -1 64 50045 0 0 0 398 27 0 0 16 0 9 0 140443232 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14236] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14236/stat : 14236 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14237] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14237/stat : 14237 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14238] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14238/stat : 14238 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443234 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14239] ppid=14232 vsize=868432 CPUtime=0.22
/proc/14233/task/14239/stat : 14239 (java) S 14232 14219 13463 0 -1 64 1485 0 0 0 21 1 0 0 15 0 9 0 140443234 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14240] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14240/stat : 14240 (java) S 14232 14219 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140443234 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14241] ppid=14232 vsize=868432 CPUtime=0
/proc/14233/task/14241/stat : 14241 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443234 889274368 46160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 890528

[startup+51.1019 s]
/proc/loadavg: 4.19 3.88 2.21 2/95 14244
/proc/meminfo: memFree=730040/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=2
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 6 1 181 12 16 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868544 CPUtime=47.54
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 87341 0 1 0 4665 89 0 0 18 0 9 0 140443230 889389056 70998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+282.302 s]
/proc/loadavg: 6.19 4.87 2.96 2/98 14258
/proc/meminfo: memFree=15840/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=2
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 6 1 181 12 15 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868544 CPUtime=155.1
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 88266 0 1 0 14849 661 0 0 18 0 9 0 140443230 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14233/statm: 217136 71011 2566 9 0 211683 0
[pid=14233/tid=14234] ppid=14232 vsize=868544 CPUtime=145.54
/proc/14233/task/14234/stat : 14234 (java) R 14232 14219 13463 0 -1 64 7172 0 1 0 13944 610 0 0 25 0 9 0 140443231 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4126960015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14233/tid=14235] ppid=14232 vsize=868544 CPUtime=9.2
/proc/14233/task/14235/stat : 14235 (java) S 14232 14219 13463 0 -1 64 78855 0 0 0 872 48 0 0 15 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14236] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14236/stat : 14236 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14237] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14237/stat : 14237 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14238] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14238/stat : 14238 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14239] ppid=14232 vsize=868544 CPUtime=0.32
/proc/14233/task/14239/stat : 14239 (java) S 14232 14219 13463 0 -1 64 1542 0 0 0 31 1 0 0 16 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14240] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14240/stat : 14240 (java) S 14232 14219 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14241] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14241/stat : 14241 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.1
Current children cumulated vsize (KiB) 890640

[startup+342.302 s]
/proc/loadavg: 6.46 5.20 3.19 2/98 14269
/proc/meminfo: memFree=15136/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=2
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 6 1 181 12 16 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868544 CPUtime=211.24
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 88649 0 1 0 20270 854 0 0 18 0 9 0 140443230 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14233/statm: 217136 71011 2566 9 0 211683 0
[pid=14233/tid=14234] ppid=14232 vsize=868544 CPUtime=201.34
/proc/14233/task/14234/stat : 14234 (java) R 14232 14219 13463 0 -1 64 7555 0 1 0 19332 802 0 0 18 0 9 0 140443231 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14233/tid=14235] ppid=14232 vsize=868544 CPUtime=9.54
/proc/14233/task/14235/stat : 14235 (java) S 14232 14219 13463 0 -1 64 78855 0 0 0 905 49 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14233/tid=14236] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14236/stat : 14236 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14237] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14237/stat : 14237 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14238] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14238/stat : 14238 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14239] ppid=14232 vsize=868544 CPUtime=0.32
/proc/14233/task/14239/stat : 14239 (java) S 14232 14219 13463 0 -1 64 1542 0 0 0 31 1 0 0 16 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14240] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14240/stat : 14240 (java) S 14232 14219 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14241] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14241/stat : 14241 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 213.24
Current children cumulated vsize (KiB) 890640

[startup+402.302 s]
/proc/loadavg: 7.39 5.71 3.49 2/101 14285
/proc/meminfo: memFree=15368/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=2
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 6 1 181 12 16 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868544 CPUtime=268.09
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 89038 0 1 0 25753 1056 0 0 18 0 9 0 140443230 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14233/statm: 217136 71011 2566 9 0 211683 0
[pid=14233/tid=14234] ppid=14232 vsize=868544 CPUtime=257.83
/proc/14233/task/14234/stat : 14234 (java) R 14232 14219 13463 0 -1 64 7944 0 1 0 24782 1001 0 0 24 0 9 0 140443231 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4127154060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14233/tid=14235] ppid=14232 vsize=868544 CPUtime=9.9
/proc/14233/task/14235/stat : 14235 (java) S 14232 14219 13463 0 -1 64 78855 0 0 0 939 51 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14233/tid=14236] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14236/stat : 14236 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14237] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14237/stat : 14237 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14238] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14238/stat : 14238 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14239] ppid=14232 vsize=868544 CPUtime=0.32
/proc/14233/task/14239/stat : 14239 (java) S 14232 14219 13463 0 -1 64 1542 0 0 0 31 1 0 0 16 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14240] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14240/stat : 14240 (java) S 14232 14219 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14241] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14241/stat : 14241 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 270.09
Current children cumulated vsize (KiB) 890640

[startup+462.301 s]
/proc/loadavg: 7.18 5.98 3.72 2/99 14297
/proc/meminfo: memFree=15760/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=2
/proc/14219/stat : 14219 (sugar++) S 14217 14219 13463 0 -1 4194304 1297 19452 0 2 6 1 181 12 16 0 1 0 140442989 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14219/statm: 4185 1104 409 3 0 764 0
[pid=14232] ppid=14219 vsize=5356 CPUtime=0
/proc/14232/stat : 14232 (sh) S 14219 14219 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443229 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14232/statm: 1339 233 193 169 0 50 0
[pid=14233] ppid=14232 vsize=868544 CPUtime=322.9
/proc/14233/stat : 14233 (java) S 14232 14219 13463 0 -1 0 89413 0 1 0 31043 1247 0 0 18 0 9 0 140443230 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14233/statm: 217136 71011 2566 9 0 211683 0
[pid=14233/tid=14234] ppid=14232 vsize=868544 CPUtime=312.31
/proc/14233/task/14234/stat : 14234 (java) R 14232 14219 13463 0 -1 64 8319 0 1 0 30040 1191 0 0 17 0 9 0 140443231 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4127157488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14235] ppid=14232 vsize=868544 CPUtime=10.24
/proc/14233/task/14235/stat : 14235 (java) S 14232 14219 13463 0 -1 64 78855 0 0 0 971 53 0 0 15 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14233/tid=14236] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14236/stat : 14236 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14237] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14237/stat : 14237 (java) S 14232 14219 13463 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443232 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14238] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14238/stat : 14238 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14239] ppid=14232 vsize=868544 CPUtime=0.32
/proc/14233/task/14239/stat : 14239 (java) S 14232 14219 13463 0 -1 64 1542 0 0 0 31 1 0 0 16 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14240] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14240/stat : 14240 (java) S 14232 14219 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14233/tid=14241] ppid=14232 vsize=868544 CPUtime=0
/proc/14233/task/14241/stat : 14241 (java) S 14232 14219 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443234 889389056 71011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 324.9
Current children cumulated vsize (KiB) 890640

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

[startup+467.202 s]
/proc/loadavg: 7.16 6.00 3.74 2/103 14303
/proc/meminfo: memFree=16112/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=329.79
/proc/14219/stat : 14219 (sugar++) R 14217 14219 13463 0 -1 4194304 1320 109190 0 4 6 69 31627 1277 22 0 1 0 140442989 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 329.79
Current children cumulated vsize (KiB) 16740

[startup+468.802 s]
/proc/loadavg: 7.16 6.00 3.74 1/91 14303
/proc/meminfo: memFree=1744848/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=330
/proc/14219/stat : 14219 (sugar++) D 14217 14219 13463 0 -1 4194304 1320 109190 0 4 6 90 31627 1277 18 0 1 0 140442989 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 330
Current children cumulated vsize (KiB) 16740

[startup+469.601 s]
/proc/loadavg: 7.16 6.00 3.74 1/91 14303
/proc/meminfo: memFree=1744848/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=330
/proc/14219/stat : 14219 (sugar++) D 14217 14219 13463 0 -1 4194304 1320 109190 0 4 6 90 31627 1277 18 0 1 0 140442989 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 330
Current children cumulated vsize (KiB) 16740

[startup+470.401 s]
/proc/loadavg: 6.83 5.95 3.73 1/91 14303
/proc/meminfo: memFree=1752984/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=330.01
/proc/14219/stat : 14219 (sugar++) D 14217 14219 13463 0 -1 4194304 1320 109190 0 4 6 91 31627 1277 18 0 1 0 140442989 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 330.01
Current children cumulated vsize (KiB) 16740

[startup+470.601 s]
/proc/loadavg: 6.83 5.95 3.73 1/91 14303
/proc/meminfo: memFree=1752984/2055920 swapFree=4181032/4192956
[pid=14219] ppid=14217 vsize=16740 CPUtime=330.13
/proc/14219/stat : 14219 (sugar++) R 14217 14219 13463 0 -1 4194304 1368 109190 0 4 6 103 31627 1277 18 0 1 0 140442989 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214960195521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 330.13
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 470.602
CPU time (s): 330.15
CPU user time (s): 316.337
CPU system time (s): 13.8129
CPU usage (%): 70.1548
Max. virtual memory (cumulated for all children) (KiB): 900776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 316.337
system time used= 13.8129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110566
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27168
involuntary context switches= 29451

runsolver used 0.602908 second user time and 1.59876 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:26:22
IDJOB=1112799
IDBENCH=61476
IDSOLVER=367
FILE ID=node85/1112799-1218133581
PBS_JOBID= 8000807
Free space on /tmp= 126084 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7377e3e2481e38a6b40d9be07bb2cda
RANDOM SEED=1694964394

node85.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.236
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.236
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:       1562304 kB
Buffers:          3720 kB
Cached:         257528 kB
SwapCached:       5584 kB
Active:         192572 kB
Inactive:       230896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562304 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            8652 kB
Writeback:           0 kB
Mapped:         179480 kB
Slab:            54848 kB
Committed_AS:   344800 kB
PageTables:       2232 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= 125352 MiB
End job on node85 at 2008-08-07 20:34:12