Trace number 1112932

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? 607.339 615.067

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-1.xml
MD5SUM5b6f3d81a66e437062b2495198dba4e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints52
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 17:14:53 2008
0.00/0.04	c 0	PID 19610
0.03/0.05	c 0	HOST node69.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112932-1215875693.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112932-1215875693.xml' 'HOME/temp.csp'
0.03/0.84	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 1	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'
0.81/0.97	c 1	Parsing HOME/temp.csp
1.29/1.41	c 2	parsed 10000 expressions
1.29/1.41	c 2	parsed 10027 expressions
1.29/1.41	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.48	c 2	MAX CSP: 9461 constraints
1.29/1.48	c 2	Converting to clausal form CSP
3.59/3.77	c 4	converted 1950 (10%) expressions
6.18/6.36	c 6	converted 3899 (20%) expressions
8.26/8.49	c 9	converted 5848 (30%) expressions
10.44/10.65	c 11	converted 7797 (40%) expressions
12.43/12.69	c 13	converted 9746 (50%) expressions
14.62/14.89	c 15	converted 11695 (60%) expressions
16.71/16.97	c 17	converted 13644 (70%) expressions
18.99/19.24	c 19	converted 15593 (80%) expressions
20.98/21.28	c 21	converted 17542 (90%) expressions
23.77/24.09	c 24	converted 19491 (100%) expressions
23.87/24.11	c 24	CSP : 20014 integers, 36978 booleans, 85847 clauses, largest domain size 14192
23.87/24.11	c 24	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.87/24.11	c 24	Propagation in CSP
25.66/25.96	c 26	9453 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.66/25.97	c 26	CSP : 20014 integers, 36978 booleans, 85847 clauses, largest domain size 9462
25.66/25.97	c 26	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.66/25.99	c 26	Simplifing CSP by introducing new Boolean variables
25.86/26.14	c 26	CSP : 20014 integers, 56498 booleans, 105367 clauses, largest domain size 9462
25.86/26.14	c 26	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.16/26.50	c 27	Encoding CSP to SAT : HOME/temp.cnf
44.37/44.71	c 45	2002 (10%) CSP integer variables are encoded (1721688 clauses, 30492240 bytes)
45.15/45.51	c 46	4003 (20%) CSP integer variables are encoded (2384196 clauses, 43079892 bytes)
45.25/45.64	c 46	6005 (30%) CSP integer variables are encoded (2487227 clauses, 45037481 bytes)
45.25/45.66	c 46	8006 (40%) CSP integer variables are encoded (2498824 clauses, 45257824 bytes)
45.25/45.67	c 46	10007 (50%) CSP integer variables are encoded (2505546 clauses, 45385542 bytes)
45.25/45.70	c 46	12009 (60%) CSP integer variables are encoded (2527497 clauses, 45802611 bytes)
45.35/45.72	c 46	14010 (70%) CSP integer variables are encoded (2547513 clauses, 46182915 bytes)
45.35/45.76	c 46	16012 (80%) CSP integer variables are encoded (2573853 clauses, 46683375 bytes)
45.55/45.92	c 46	18013 (90%) CSP integer variables are encoded (2703822 clauses, 49152786 bytes)
45.55/45.96	c 46	20014 (100%) CSP integer variables are encoded (2735157 clauses, 49748151 bytes)
166.21/167.33	c 167	10537 (10%) CSP clauses are encoded (11804646 clauses, 268293683 bytes)
248.26/250.00	c 250	21074 (20%) CSP clauses are encoded (19019981 clauses, 454503970 bytes)
294.95/297.19	c 297	31611 (30%) CSP clauses are encoded (24479992 clauses, 599956895 bytes)
336.57/339.13	c 339	42147 (40%) CSP clauses are encoded (29764022 clauses, 744141684 bytes)
378.89/381.94	c 382	52684 (50%) CSP clauses are encoded (34889559 clauses, 883618349 bytes)
419.80/423.26	c 423	63221 (60%) CSP clauses are encoded (39788909 clauses, 1017853334 bytes)
460.42/464.21	c 464	73757 (70%) CSP clauses are encoded (44759527 clauses, 1153420400 bytes)
500.15/504.36	c 504	84294 (80%) CSP clauses are encoded (49619552 clauses, 1286493676 bytes)
527.50/532.13	c 532	94831 (90%) CSP clauses are encoded (58072206 clauses, 1518006761 bytes)
606.42/613.00	c 613	ERROR Exception Too large HOME/temp.cnf
606.42/613.00	c 613	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
606.42/613.00	c 613	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
606.42/613.00	c 613	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
606.42/613.00	s UNKNOWN
606.54/613.46	c 614	CPU 592.35 (0.03 0 592.32 14.19)
606.54/613.46	c 614	END Sat Jul 12 17:25:07 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-1112932-1215875693/watcher-1112932-1215875693 -o /tmp/evaluation-result-1112932-1215875693/solver-1112932-1215875693 -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-1112932-1215875693.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.55 2.77 3/81 19610
/proc/meminfo: memFree=1849992/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=18572 CPUtime=0
/proc/19610/stat : 19610 (runsolver) R 19608 19610 18522 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44267219 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19610/statm: 4643 292 257 25 0 2626 0

[startup+0.0480421 s]
/proc/loadavg: 2.23 2.55 2.77 3/81 19610
/proc/meminfo: memFree=1849992/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.03
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 44267219 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101496 s]
/proc/loadavg: 2.23 2.55 2.77 3/81 19610
/proc/meminfo: memFree=1849992/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.03
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44267219 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302515 s]
/proc/loadavg: 2.23 2.55 2.77 3/81 19610
/proc/meminfo: memFree=1849992/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.03
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44267219 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701551 s]
/proc/loadavg: 2.23 2.55 2.77 3/81 19610
/proc/meminfo: memFree=1849992/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.03
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44267219 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50161 s]
/proc/loadavg: 2.13 2.52 2.76 3/92 19632
/proc/meminfo: memFree=1842736/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 15 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=864268 CPUtime=0.59
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 6616 0 1 0 56 3 0 0 18 0 9 0 44267309 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 216067 5835 2540 9 0 210642 0
[pid=19624/tid=19625] ppid=19623 vsize=864268 CPUtime=0.37
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 2589 0 1 0 36 1 0 0 25 0 9 0 44267310 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19626] ppid=19623 vsize=864268 CPUtime=0.11
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 2988 0 0 0 10 1 0 0 16 0 9 0 44267311 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19627] ppid=19623 vsize=864268 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44267311 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=864268 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44267311 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=864268 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=864268 CPUtime=0.07
/proc/19624/task/19630/stat : 19630 (java) R 19623 19610 18522 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 44267313 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 102049686 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=864268 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=864268 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 885010432 5835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883224

[startup+3.10174 s]
/proc/loadavg: 2.13 2.52 2.76 3/92 19632
/proc/meminfo: memFree=1827696/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 15 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868316 CPUtime=2.18
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 8858 0 1 0 212 6 0 0 18 0 9 0 44267309 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217079 7830 2541 9 0 211654 0
[pid=19624/tid=19625] ppid=19623 vsize=868316 CPUtime=1.7
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 2758 0 1 0 168 2 0 0 25 0 9 0 44267310 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4126583012 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868316 CPUtime=0.27
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 3971 0 0 0 25 2 0 0 16 0 9 0 44267311 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868316 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44267311 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868316 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44267311 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=868316 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868316 CPUtime=0.18
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1431 0 0 0 18 0 0 0 15 0 9 0 44267313 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868316 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868316 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889155584 7830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887272

[startup+6.30299 s]
/proc/loadavg: 2.13 2.52 2.76 3/92 19632
/proc/meminfo: memFree=1822640/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 16 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868428 CPUtime=5.37
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 10172 0 1 0 527 10 0 0 18 0 9 0 44267309 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217107 8751 2540 9 0 211682 0
[pid=19624/tid=19625] ppid=19623 vsize=868428 CPUtime=4.58
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 3120 0 1 0 455 3 0 0 25 0 9 0 44267310 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4126583072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868428 CPUtime=0.56
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 4911 0 0 0 51 5 0 0 16 0 9 0 44267311 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44267311 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44267311 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868428 CPUtime=0.2
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1443 0 0 0 20 0 0 0 15 0 9 0 44267313 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889270272 8751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887384

[startup+12.7025 s]
/proc/loadavg: 2.11 2.50 2.75 3/92 19632
/proc/meminfo: memFree=1813296/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 16 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868428 CPUtime=11.72
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 14161 0 1 0 1156 16 0 0 18 0 9 0 44267309 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217107 10997 2540 9 0 211682 0
[pid=19624/tid=19625] ppid=19623 vsize=868428 CPUtime=10.36
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 3693 0 1 0 1032 4 0 0 25 0 9 0 44267310 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4126618094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868428 CPUtime=1.12
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 8327 0 0 0 102 10 0 0 16 0 9 0 44267311 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44267311 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44267311 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868428 CPUtime=0.2
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1443 0 0 0 20 0 0 0 15 0 9 0 44267313 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889270272 10997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887384

[startup+25.5025 s]
/proc/loadavg: 2.09 2.49 2.74 4/92 19632
/proc/meminfo: memFree=1780464/2055920 swapFree=4180240/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 16 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868428 CPUtime=24.45
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 24547 0 1 0 2416 29 0 0 18 0 9 0 44267309 889270272 19572 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217107 19572 2540 9 0 211682 0
[pid=19624/tid=19625] ppid=19623 vsize=868428 CPUtime=21.7
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 4733 0 1 0 2162 8 0 0 25 0 9 0 44267310 889270272 19572 996147200 134512640 134550740 4294955936 18446744073709551615 4126565431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868428 CPUtime=2.49
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 17651 0 0 0 229 20 0 0 16 0 9 0 44267311 889270272 19572 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44267311 889270272 19572 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868428 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44267311 889270272 19572 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=19624/tid=19629] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868540 CPUtime=0.31
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1505 0 0 0 30 1 0 0 17 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.83
Current children cumulated vsize (KiB) 887496

[startup+601.502 s]
/proc/loadavg: 2.07 2.28 2.52 3/93 19635
/proc/meminfo: memFree=15848/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 16 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868540 CPUtime=594.52
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 35420 0 1 0 58122 1330 0 0 18 0 9 0 44267309 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217135 21163 2566 9 0 211682 0
[pid=19624/tid=19625] ppid=19623 vsize=868540 CPUtime=586.67
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 14065 0 1 0 57419 1248 0 0 25 0 9 0 44267310 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4127102316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868540 CPUtime=7.51
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 19152 0 0 0 671 80 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868540 CPUtime=0.31
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1505 0 0 0 30 1 0 0 17 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 595.33
Current children cumulated vsize (KiB) 887496

[startup+607.902 s]
/proc/loadavg: 2.06 2.27 2.52 3/93 19635
/proc/meminfo: memFree=16104/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 16 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868540 CPUtime=600.76
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 35671 0 1 0 58708 1368 0 0 18 0 9 0 44267309 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217135 21163 2566 9 0 211682 0
[pid=19624/tid=19625] ppid=19623 vsize=868540 CPUtime=592.78
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 14316 0 1 0 57995 1283 0 0 25 0 9 0 44267310 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4127099639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868540 CPUtime=7.64
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 19152 0 0 0 681 83 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868540 CPUtime=0.31
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1505 0 0 0 30 1 0 0 17 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 601.57
Current children cumulated vsize (KiB) 887496

[startup+611.102 s]
/proc/loadavg: 2.06 2.27 2.52 3/93 19635
/proc/meminfo: memFree=15720/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 16 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868540 CPUtime=603.88
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 35850 0 1 0 58993 1395 0 0 18 0 9 0 44267309 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217135 21163 2566 9 0 211682 0
[pid=19624/tid=19625] ppid=19623 vsize=868540 CPUtime=595.81
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 14495 0 1 0 58272 1309 0 0 25 0 9 0 44267310 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868540 CPUtime=7.73
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 19152 0 0 0 689 84 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868540 CPUtime=0.31
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1505 0 0 0 30 1 0 0 17 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 604.69
Current children cumulated vsize (KiB) 887496

[startup+612.707 s]
/proc/loadavg: 2.13 2.29 2.52 3/93 19635
/proc/meminfo: memFree=15656/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=0.81
/proc/19610/stat : 19610 (sugar) S 19608 19610 18522 0 -1 4194304 974 8994 0 1 3 0 72 6 16 0 1 0 44267219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19610/statm: 3400 797 370 3 0 500 0
[pid=19623] ppid=19610 vsize=5356 CPUtime=0
/proc/19623/stat : 19623 (sh) S 19610 19610 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44267309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19623/statm: 1339 233 193 169 0 50 0
[pid=19624] ppid=19623 vsize=868540 CPUtime=605.42
/proc/19624/stat : 19624 (java) S 19623 19610 18522 0 -1 0 35938 0 1 0 59134 1408 0 0 18 0 9 0 44267309 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19624/statm: 217135 21163 2566 9 0 211682 0
[pid=19624/tid=19625] ppid=19623 vsize=868540 CPUtime=597.31
/proc/19624/task/19625/stat : 19625 (java) R 19623 19610 18522 0 -1 64 14583 0 1 0 58409 1322 0 0 25 0 9 0 44267310 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19626] ppid=19623 vsize=868540 CPUtime=7.77
/proc/19624/task/19626/stat : 19626 (java) S 19623 19610 18522 0 -1 64 19152 0 0 0 693 84 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19624/tid=19627] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19627/stat : 19627 (java) S 19623 19610 18522 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19628] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19628/stat : 19628 (java) S 19623 19610 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44267311 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19629] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19629/stat : 19629 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19630] ppid=19623 vsize=868540 CPUtime=0.31
/proc/19624/task/19630/stat : 19630 (java) S 19623 19610 18522 0 -1 64 1505 0 0 0 30 1 0 0 17 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19631] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19631/stat : 19631 (java) S 19623 19610 18522 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19624/tid=19632] ppid=19623 vsize=868540 CPUtime=0
/proc/19624/task/19632/stat : 19632 (java) S 19623 19610 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44267313 889384960 21163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 606.23
Current children cumulated vsize (KiB) 887496

[startup+614.302 s]
/proc/loadavg: 2.13 2.29 2.52 3/83 19635
/proc/meminfo: memFree=194296/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=607.17
/proc/19610/stat : 19610 (sugar) D 19608 19610 18522 0 -1 4194304 997 45247 0 2 3 63 59232 1419 16 0 1 0 44267219 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19610/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 607.17
Current children cumulated vsize (KiB) 13600

[startup+614.702 s]
/proc/loadavg: 2.13 2.29 2.52 3/83 19635
/proc/meminfo: memFree=194296/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=607.28
/proc/19610/stat : 19610 (sugar) D 19608 19610 18522 0 -1 4194304 997 45247 0 2 3 74 59232 1419 15 0 1 0 44267219 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19610/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 607.28
Current children cumulated vsize (KiB) 13600

[startup+614.907 s]
/proc/loadavg: 2.13 2.29 2.52 2/83 19635
/proc/meminfo: memFree=1547064/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=607.3
/proc/19610/stat : 19610 (sugar) D 19608 19610 18522 0 -1 4194304 997 45247 0 2 3 76 59232 1419 15 0 1 0 44267219 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19610/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 607.3
Current children cumulated vsize (KiB) 13600

[startup+615.002 s]
/proc/loadavg: 2.13 2.29 2.52 2/83 19635
/proc/meminfo: memFree=1547064/2055920 swapFree=4180248/4192956
[pid=19610] ppid=19608 vsize=13600 CPUtime=607.31
/proc/19610/stat : 19610 (sugar) D 19608 19610 18522 0 -1 4194304 997 45247 0 2 3 77 59232 1419 15 0 1 0 44267219 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19610/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 607.31
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 615.067
CPU time (s): 607.339
CPU user time (s): 592.362
CPU system time (s): 14.9767
CPU usage (%): 98.7434
Max. virtual memory (cumulated for all children) (KiB): 892512

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

runsolver used 0.803877 second user time and 2.06369 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 17:14:53
IDJOB=1112932
IDBENCH=61498
IDSOLVER=368
FILE ID=node69/1112932-1215875693
PBS_JOBID= 7903493
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-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-1112932-1215875693/watcher-1112932-1215875693 -o /tmp/evaluation-result-1112932-1215875693/solver-1112932-1215875693 -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-1112932-1215875693.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b6f3d81a66e437062b2495198dba4e6
RANDOM SEED=406174621

node69.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.233
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.233
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:       1850536 kB
Buffers:         13052 kB
Cached:          52620 kB
SwapCached:       6476 kB
Active:         125812 kB
Inactive:        17600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850536 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2648 kB
Writeback:           0 kB
Mapped:          93928 kB
Slab:            46760 kB
Committed_AS:   349480 kB
PageTables:       2216 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= 66468 MiB
End job on node69 at 2008-07-12 17:25:08