Trace number 1112920

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? 440.678 448.23

General information on the benchmark

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

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 17:12:10 2008
0.00/0.14	c 0	PID 14266
0.00/0.14	c 0	HOST node60.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1112920-1215875530.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112920-1215875530.xml' 'HOME/temp.csp'
1.61/1.65	c 2	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.61/1.67	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.61/1.67	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.68/1.74	c 2	Parsing HOME/temp.csp
1.68/2.07	c 2	parsed 10000 expressions
2.45/2.41	c 3	parsed 20000 expressions
2.74/2.70	c 3	parsed 28774 expressions
2.74/2.71	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.85/2.85	c 3	MAX CSP: 26753 constraints
2.85/2.85	c 3	Converting to clausal form CSP
5.07/4.95	c 5	converted 5553 (10%) expressions
7.97/7.85	c 8	converted 11106 (20%) expressions
10.37/10.25	c 11	converted 16659 (30%) expressions
13.28/13.16	c 13	converted 22212 (40%) expressions
15.75/15.68	c 16	converted 27765 (50%) expressions
18.23/18.17	c 19	converted 33318 (60%) expressions
21.32/21.21	c 22	converted 38871 (70%) expressions
23.60/23.52	c 24	converted 44424 (80%) expressions
25.79/25.73	c 26	converted 49977 (90%) expressions
31.17/31.15	c 31	converted 55530 (100%) expressions
31.17/31.16	c 32	CSP : 60816 integers, 103623 booleans, 252962 clauses, largest domain size 40130
31.17/31.16	c 32	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.17/31.16	c 32	Propagation in CSP
36.06/36.05	c 36	26748 values, 0 unsatisfiable literals, and 0 valid clauses are removed
36.06/36.05	c 36	CSP : 60816 integers, 103623 booleans, 252962 clauses, largest domain size 26754
36.06/36.05	c 36	Heap : 162 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.17/36.12	c 36	Simplifing CSP by introducing new Boolean variables
36.46/36.47	c 37	CSP : 60816 integers, 166001 booleans, 315340 clauses, largest domain size 26754
36.46/36.47	c 37	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.47/37.49	c 38	Encoding CSP to SAT : HOME/temp.cnf
51.13/51.28	c 52	6082 (10%) CSP integer variables are encoded (3480568 clauses, 63914428 bytes)
55.42/55.50	c 56	12164 (20%) CSP integer variables are encoded (6905849 clauses, 128994767 bytes)
59.32/59.44	c 60	18245 (30%) CSP integer variables are encoded (9961419 clauses, 187050597 bytes)
62.78/62.90	c 63	24327 (40%) CSP integer variables are encoded (12539401 clauses, 241147640 bytes)
64.88/65.03	c 65	30408 (50%) CSP integer variables are encoded (14123019 clauses, 274403618 bytes)
65.18/65.37	c 66	36490 (60%) CSP integer variables are encoded (14375295 clauses, 279701414 bytes)
65.28/65.48	c 66	42572 (70%) CSP integer variables are encoded (14449436 clauses, 281258375 bytes)
65.77/65.99	c 66	48653 (80%) CSP integer variables are encoded (14799971 clauses, 288619610 bytes)
65.96/66.19	c 67	54735 (90%) CSP integer variables are encoded (14941856 clauses, 291599195 bytes)
66.16/66.33	c 67	60816 (100%) CSP integer variables are encoded (15043134 clauses, 293726033 bytes)
177.66/179.51	c 180	31534 (10%) CSP clauses are encoded (35080098 clauses, 798040246 bytes)
270.48/274.22	c 275	63068 (20%) CSP clauses are encoded (53269879 clauses, 1268147703 bytes)
355.63/360.45	c 361	94602 (30%) CSP clauses are encoded (70051823 clauses, 1705705344 bytes)
440.00/446.53	c 447	ERROR Exception Too large HOME/temp.cnf
440.00/446.53	c 447	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
440.00/446.53	c 447	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
440.00/446.53	c 447	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
440.00/446.53	s UNKNOWN
440.04/446.65	c 447	CPU 427.06 (0.03 0.01 427.03 13.01)
440.04/446.65	c 447	END Sat Jul 12 17:19:37 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-1112920-1215875530/watcher-1112920-1215875530 -o /tmp/evaluation-result-1112920-1215875530/solver-1112920-1215875530 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112920-1215875530.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.02 1.11 1.42 3/82 14266
/proc/meminfo: memFree=1152968/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=18572 CPUtime=0
/proc/14266/stat : 14266 (runsolver) D 14264 14266 13965 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44251362 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14266/statm: 4643 292 257 25 0 2626 0

[startup+0.042307 s]
/proc/loadavg: 1.02 1.11 1.42 3/82 14266
/proc/meminfo: memFree=1152968/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=12268 CPUtime=0
/proc/14266/stat : 14266 (sugar) D 14264 14266 13965 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 44251362 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271894411877 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/14266/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101402 s]
/proc/loadavg: 1.02 1.11 1.42 3/82 14266
/proc/meminfo: memFree=1152968/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=12412 CPUtime=0
/proc/14266/stat : 14266 (sugar) D 14264 14266 13965 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 44251362 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14266/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301441 s]
/proc/loadavg: 1.02 1.11 1.42 3/82 14266
/proc/meminfo: memFree=1152968/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=0.03
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 44251362 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14266/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701511 s]
/proc/loadavg: 1.02 1.11 1.42 3/82 14266
/proc/meminfo: memFree=1152968/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=0.03
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 44251362 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14266/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50165 s]
/proc/loadavg: 1.02 1.11 1.42 3/93 14278
/proc/meminfo: memFree=1118960/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=0.03
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 44251362 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14266/statm: 3400 796 370 3 0 500 0
[pid=14269] ppid=14266 vsize=5356 CPUtime=0
/proc/14269/stat : 14269 (sh) S 14266 14266 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44251376 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14269/statm: 1339 233 193 169 0 50 0
[pid=14270] ppid=14269 vsize=865556 CPUtime=1.48
/proc/14270/stat : 14270 (java) S 14269 14266 13965 0 -1 0 15541 0 1 0 142 6 0 0 18 0 9 0 44251376 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14270/statm: 216389 13582 2529 9 0 210971 0
[pid=14270/tid=14271] ppid=14269 vsize=865556 CPUtime=0.82
/proc/14270/task/14271/stat : 14271 (java) R 14269 14266 13965 0 -1 64 3035 0 1 0 80 2 0 0 16 0 9 0 44251377 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4126737227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14270/tid=14272] ppid=14269 vsize=865556 CPUtime=0.49
/proc/14270/task/14272/stat : 14272 (java) S 14269 14266 13965 0 -1 64 11290 0 0 0 47 2 0 0 15 0 9 0 44251378 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14270/tid=14273] ppid=14269 vsize=865556 CPUtime=0
/proc/14270/task/14273/stat : 14273 (java) S 14269 14266 13965 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44251378 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14270/tid=14274] ppid=14269 vsize=865556 CPUtime=0
/proc/14270/task/14274/stat : 14274 (java) S 14269 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44251379 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14270/tid=14275] ppid=14269 vsize=865556 CPUtime=0
/proc/14270/task/14275/stat : 14275 (java) S 14269 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 44251380 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14270/tid=14276] ppid=14269 vsize=865556 CPUtime=0.13
/proc/14270/task/14276/stat : 14276 (java) S 14269 14266 13965 0 -1 64 517 0 0 0 13 0 0 0 17 0 9 0 44251380 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14270/tid=14277] ppid=14269 vsize=865556 CPUtime=0
/proc/14270/task/14277/stat : 14277 (java) S 14269 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44251380 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14270/tid=14278] ppid=14269 vsize=865556 CPUtime=0
/proc/14270/task/14278/stat : 14278 (java) S 14269 14266 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44251381 886329344 13582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 884512

[startup+3.10294 s]
/proc/loadavg: 1.02 1.11 1.42 2/93 14288
/proc/meminfo: memFree=1139112/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=865076 CPUtime=1.5
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 11150 0 1 0 144 6 0 0 18 0 9 0 44251529 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 216269 9604 2541 9 0 210844 0
[pid=14280/tid=14281] ppid=14279 vsize=865076 CPUtime=0.85
/proc/14280/task/14281/stat : 14281 (java) R 14279 14266 13965 0 -1 64 2962 0 1 0 84 1 0 0 17 0 9 0 44251530 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4126611032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14282] ppid=14279 vsize=865076 CPUtime=0.52
/proc/14280/task/14282/stat : 14282 (java) S 14279 14266 13965 0 -1 64 7105 0 0 0 49 3 0 0 16 0 9 0 44251531 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14283] ppid=14279 vsize=865076 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44251531 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=865076 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14285] ppid=14279 vsize=865076 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=865076 CPUtime=0.1
/proc/14280/task/14286/stat : 14286 (java) R 14279 14266 13965 0 -1 64 385 0 0 0 10 0 0 0 16 0 9 0 44251533 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14287] ppid=14279 vsize=865076 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=865076 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 885837824 9604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 884032

[startup+6.30152 s]
/proc/loadavg: 1.02 1.11 1.42 2/93 14288
/proc/meminfo: memFree=1106792/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=880540 CPUtime=4.79
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 21071 0 1 0 468 11 0 0 18 0 9 0 44251529 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 220135 16633 2541 9 0 214710 0
[pid=14280/tid=14281] ppid=14279 vsize=880540 CPUtime=3.6
/proc/14280/task/14281/stat : 14281 (java) S 14279 14266 13965 0 -1 64 3125 0 1 0 359 1 0 0 16 0 9 0 44251530 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14282] ppid=14279 vsize=880540 CPUtime=0.94
/proc/14280/task/14282/stat : 14282 (java) R 14279 14266 13965 0 -1 64 15754 0 0 0 87 7 0 0 16 0 9 0 44251531 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 104181382 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14283] ppid=14279 vsize=880540 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44251531 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=880540 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14285] ppid=14279 vsize=880540 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=880540 CPUtime=0.2
/proc/14280/task/14286/stat : 14286 (java) S 14279 14266 13965 0 -1 64 1494 0 0 0 20 0 0 0 16 0 9 0 44251533 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14287] ppid=14279 vsize=880540 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=880540 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 901672960 16633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 899496

[startup+12.7028 s]
/proc/loadavg: 1.02 1.11 1.42 2/93 14288
/proc/meminfo: memFree=1076392/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=869288 CPUtime=11.19
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 33306 0 1 0 1101 18 0 0 18 0 9 0 44251529 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 217322 21381 2541 9 0 211897 0
[pid=14280/tid=14281] ppid=14279 vsize=869288 CPUtime=8.93
/proc/14280/task/14281/stat : 14281 (java) R 14279 14266 13965 0 -1 64 3936 0 1 0 891 2 0 0 16 0 9 0 44251530 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4126673160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14282] ppid=14279 vsize=869288 CPUtime=2.01
/proc/14280/task/14282/stat : 14282 (java) S 14279 14266 13965 0 -1 64 27168 0 0 0 187 14 0 0 15 0 9 0 44251531 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14283] ppid=14279 vsize=869288 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44251531 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=869288 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14285] ppid=14279 vsize=869288 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=869288 CPUtime=0.21
/proc/14280/task/14286/stat : 14286 (java) S 14279 14266 13965 0 -1 64 1504 0 0 0 21 0 0 0 16 0 9 0 44251533 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14287] ppid=14279 vsize=869288 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=869288 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 890150912 21381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 888244

[startup+25.5011 s]
/proc/loadavg: 1.01 1.10 1.41 2/93 14288
/proc/meminfo: memFree=1018728/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=869288 CPUtime=23.9
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 52021 0 1 0 2363 27 0 0 18 0 9 0 44251529 890150912 35246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 217322 35246 2541 9 0 211897 0
[pid=14280/tid=14281] ppid=14279 vsize=869288 CPUtime=20.04
/proc/14280/task/14281/stat : 14281 (java) R 14279 14266 13965 0 -1 64 4779 0 1 0 2001 3 0 0 17 0 9 0 44251530 890150912 35246 996147200 134512640 134550740 4294955936 18446744073709551615 102064184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14282] ppid=14279 vsize=869288 CPUtime=3.62
/proc/14280/task/14282/stat : 14282 (java) S 14279 14266 13965 0 -1 64 45040 0 0 0 340 22 0 0 16 0 9 0 44251531 890150912 35246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14283] ppid=14279 vsize=869288 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44251531 890150912 35246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=869288 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 890150912 35246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14280/tid=14285] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=869400 CPUtime=0.31
/proc/14280/task/14286/stat : 14286 (java) S 14279 14266 13965 0 -1 64 1559 0 0 0 31 0 0 0 16 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14287] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 403.7
Current children cumulated vsize (KiB) 888356

[startup+435.302 s]
/proc/loadavg: 1.04 1.09 1.29 2/93 14290
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=869400 CPUtime=427.23
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 78529 0 1 0 41467 1256 0 0 18 0 9 0 44251529 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 217350 52467 2566 9 0 211897 0
[pid=14280/tid=14281] ppid=14279 vsize=869400 CPUtime=418.22
/proc/14280/task/14281/stat : 14281 (java) R 14279 14266 13965 0 -1 64 8474 0 1 0 40616 1206 0 0 17 0 9 0 44251530 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4126569943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14282] ppid=14279 vsize=869400 CPUtime=8.67
/proc/14280/task/14282/stat : 14282 (java) S 14279 14266 13965 0 -1 64 67798 0 0 0 819 48 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14283] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14285] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=869400 CPUtime=0.31
/proc/14280/task/14286/stat : 14286 (java) S 14279 14266 13965 0 -1 64 1559 0 0 0 31 0 0 0 16 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14287] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 428.92
Current children cumulated vsize (KiB) 888356

[startup+441.702 s]
/proc/loadavg: 1.12 1.10 1.29 2/93 14290
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=869400 CPUtime=433.54
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 78572 0 1 0 42077 1277 0 0 18 0 9 0 44251529 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 217350 52467 2566 9 0 211897 0
[pid=14280/tid=14281] ppid=14279 vsize=869400 CPUtime=424.5
/proc/14280/task/14281/stat : 14281 (java) R 14279 14266 13965 0 -1 64 8517 0 1 0 41223 1227 0 0 17 0 9 0 44251530 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4127157979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14282] ppid=14279 vsize=869400 CPUtime=8.7
/proc/14280/task/14282/stat : 14282 (java) S 14279 14266 13965 0 -1 64 67798 0 0 0 822 48 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14283] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14285] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=869400 CPUtime=0.31
/proc/14280/task/14286/stat : 14286 (java) S 14279 14266 13965 0 -1 64 1559 0 0 0 31 0 0 0 16 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14287] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 435.23
Current children cumulated vsize (KiB) 888356

[startup+444.902 s]
/proc/loadavg: 1.11 1.10 1.29 2/93 14290
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=869400 CPUtime=436.73
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 78595 0 1 0 42387 1286 0 0 18 0 9 0 44251529 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 217350 52467 2566 9 0 211897 0
[pid=14280/tid=14281] ppid=14279 vsize=869400 CPUtime=427.67
/proc/14280/task/14281/stat : 14281 (java) R 14279 14266 13965 0 -1 64 8540 0 1 0 41532 1235 0 0 17 0 9 0 44251530 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14282] ppid=14279 vsize=869400 CPUtime=8.72
/proc/14280/task/14282/stat : 14282 (java) S 14279 14266 13965 0 -1 64 67798 0 0 0 823 49 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14283] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14285] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=869400 CPUtime=0.31
/proc/14280/task/14286/stat : 14286 (java) S 14279 14266 13965 0 -1 64 1559 0 0 0 31 0 0 0 16 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14287] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 438.42
Current children cumulated vsize (KiB) 888356

[startup+446.501 s]
/proc/loadavg: 1.11 1.10 1.29 2/93 14290
/proc/meminfo: memFree=16104/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=1.69
/proc/14266/stat : 14266 (sugar) S 14264 14266 13965 0 -1 4194304 974 15968 0 1 3 1 158 7 16 0 1 0 44251362 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14266/statm: 3400 797 370 3 0 500 0
[pid=14279] ppid=14266 vsize=5356 CPUtime=0
/proc/14279/stat : 14279 (sh) S 14266 14266 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44251529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14279/statm: 1339 233 193 169 0 50 0
[pid=14280] ppid=14279 vsize=869400 CPUtime=438.31
/proc/14280/stat : 14280 (java) S 14279 14266 13965 0 -1 0 78605 0 1 0 42541 1290 0 0 18 0 9 0 44251529 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14280/statm: 217350 52467 2566 9 0 211897 0
[pid=14280/tid=14281] ppid=14279 vsize=869400 CPUtime=429.24
/proc/14280/task/14281/stat : 14281 (java) R 14279 14266 13965 0 -1 64 8550 0 1 0 41685 1239 0 0 17 0 9 0 44251530 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14282] ppid=14279 vsize=869400 CPUtime=8.73
/proc/14280/task/14282/stat : 14282 (java) S 14279 14266 13965 0 -1 64 67798 0 0 0 824 49 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14280/tid=14283] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14283/stat : 14283 (java) S 14279 14266 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14284] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14284/stat : 14284 (java) S 14279 14266 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44251531 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14285] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14285/stat : 14285 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14286] ppid=14279 vsize=869400 CPUtime=0.31
/proc/14280/task/14286/stat : 14286 (java) S 14279 14266 13965 0 -1 64 1559 0 0 0 31 0 0 0 16 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14287] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14287/stat : 14287 (java) S 14279 14266 13965 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14280/tid=14288] ppid=14279 vsize=869400 CPUtime=0
/proc/14280/task/14288/stat : 14288 (java) S 14279 14266 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44251533 890265600 52467 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 440
Current children cumulated vsize (KiB) 888356

[startup+447.302 s]
/proc/loadavg: 1.11 1.10 1.29 2/83 14290
/proc/meminfo: memFree=282680/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=440.57
/proc/14266/stat : 14266 (sugar) D 14264 14266 13965 0 -1 4194304 998 94870 0 4 3 50 42703 1301 15 0 1 0 44251362 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14266/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 440.57
Current children cumulated vsize (KiB) 13600

[startup+447.702 s]
/proc/loadavg: 1.11 1.10 1.29 2/83 14290
/proc/meminfo: memFree=282680/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=440.6
/proc/14266/stat : 14266 (sugar) D 14264 14266 13965 0 -1 4194304 998 94870 0 4 3 53 42703 1301 15 0 1 0 44251362 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14266/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 440.6
Current children cumulated vsize (KiB) 13600

[startup+448.102 s]
/proc/loadavg: 1.11 1.10 1.29 1/83 14290
/proc/meminfo: memFree=1191608/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=440.64
/proc/14266/stat : 14266 (sugar) D 14264 14266 13965 0 -1 4194304 998 94870 0 4 3 57 42703 1301 15 0 1 0 44251362 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14266/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 440.64
Current children cumulated vsize (KiB) 13600

[startup+448.202 s]
/proc/loadavg: 1.11 1.10 1.29 1/83 14290
/proc/meminfo: memFree=1191608/2055920 swapFree=4192812/4192956
[pid=14266] ppid=14264 vsize=13600 CPUtime=440.65
/proc/14266/stat : 14266 (sugar) D 14264 14266 13965 0 -1 4194304 998 94870 0 4 3 58 42703 1301 15 0 1 0 44251362 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14266/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 440.65
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 448.23
CPU time (s): 440.678
CPU user time (s): 427.066
CPU system time (s): 13.6119
CPU usage (%): 98.3151
Max. virtual memory (cumulated for all children) (KiB): 901056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 427.066
system time used= 13.6119
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95898
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= 27432
involuntary context switches= 27516

runsolver used 0.554915 second user time and 1.48577 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-12 17:12:10
IDJOB=1112920
IDBENCH=61496
IDSOLVER=368
FILE ID=node60/1112920-1215875530
PBS_JOBID= 7903563
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-1.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112920-1215875530/watcher-1112920-1215875530 -o /tmp/evaluation-result-1112920-1215875530/solver-1112920-1215875530 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112920-1215875530.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e83daf1b7df41c00976ce9b348425bef
RANDOM SEED=527119047

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1153512 kB
Buffers:          8688 kB
Cached:          56184 kB
SwapCached:          0 kB
Active:         831996 kB
Inactive:        16984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5024 kB
Writeback:           0 kB
Mapped:         804300 kB
Slab:            37164 kB
Committed_AS:   932336 kB
PageTables:       3440 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= 66476 MiB
End job on node60 at 2008-07-12 17:19:39