Trace number 1113034

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? 382.718 403.764

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-3.xml
MD5SUM8eb4eb3fb4371bb64ac48dd192eca4b5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints262
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.20	c 0	Sugar v1-13 + HOME/minisat
0.03/0.22	c 0	BEGIN Sat Jul 12 17:37:18 2008
0.03/0.22	c 0	PID 15008
0.03/0.23	c 0	HOST node86.alineos.net
0.03/0.23	c 0	CONVERTING HOME/instance-1113034-1215877038.xml TO HOME/temp.csp
0.03/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113034-1215877038.xml' 'HOME/temp.csp'
0.96/1.40	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
0.96/1.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.42	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.97/1.50	c 2	Parsing HOME/temp.csp
0.97/1.86	c 2	parsed 10000 expressions
0.97/1.99	c 2	parsed 13452 expressions
0.97/1.99	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/2.12	c 2	MAX CSP: 10886 constraints
1.63/2.12	c 2	Converting to clausal form CSP
1.63/2.19	c 2	converted 2435 (10%) expressions
2.99/3.56	c 4	converted 4869 (20%) expressions
4.08/4.68	c 5	converted 7303 (30%) expressions
5.26/5.89	c 6	converted 9737 (40%) expressions
6.35/6.91	c 7	converted 12171 (50%) expressions
7.33/8.00	c 8	converted 14605 (60%) expressions
8.72/9.38	c 9	converted 17039 (70%) expressions
9.81/10.43	c 10	converted 19473 (80%) expressions
10.80/11.42	c 11	converted 21907 (90%) expressions
12.96/13.61	c 14	converted 24341 (100%) expressions
12.96/13.62	c 14	CSP : 28796 integers, 39097 booleans, 106332 clauses, largest domain size 16330
12.96/13.62	c 14	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.96/13.62	c 14	Propagation in CSP
15.52/16.26	c 16	10880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.52/16.27	c 16	CSP : 28796 integers, 39097 booleans, 106332 clauses, largest domain size 10887
15.52/16.27	c 16	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.62/16.30	c 16	Simplifing CSP by introducing new Boolean variables
15.83/16.52	c 17	CSP : 28796 integers, 69417 booleans, 136652 clauses, largest domain size 10887
15.83/16.52	c 17	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.32/17.03	c 17	Encoding CSP to SAT : HOME/temp.cnf
25.77/26.66	c 27	2880 (10%) CSP integer variables are encoded (914940 clauses, 15332791 bytes)
28.83/29.72	c 30	5760 (20%) CSP integer variables are encoded (3526353 clauses, 64785447 bytes)
31.37/32.34	c 32	8639 (30%) CSP integer variables are encoded (5718754 clauses, 106441066 bytes)
33.99/35.58	c 36	11519 (40%) CSP integer variables are encoded (7965861 clauses, 149136099 bytes)
36.56/38.19	c 38	14398 (50%) CSP integer variables are encoded (10099009 clauses, 189892426 bytes)
39.02/40.67	c 41	17278 (60%) CSP integer variables are encoded (12032854 clauses, 230503171 bytes)
39.41/41.08	c 41	20158 (70%) CSP integer variables are encoded (12343953 clauses, 237036250 bytes)
39.60/41.26	c 41	23037 (80%) CSP integer variables are encoded (12481430 clauses, 239923267 bytes)
39.70/41.33	c 41	25917 (90%) CSP integer variables are encoded (12539628 clauses, 241145425 bytes)
39.70/41.39	c 41	28796 (100%) CSP integer variables are encoded (12579791 clauses, 241988848 bytes)
94.72/99.74	c 100	13666 (10%) CSP clauses are encoded (23964635 clauses, 522674331 bytes)
142.25/149.21	c 149	27331 (20%) CSP clauses are encoded (34268829 clauses, 783289577 bytes)
188.24/196.62	c 197	40996 (30%) CSP clauses are encoded (44346086 clauses, 1040564699 bytes)
232.48/242.38	c 242	54661 (40%) CSP clauses are encoded (54136032 clauses, 1291762921 bytes)
278.16/290.08	c 290	68326 (50%) CSP clauses are encoded (64062594 clauses, 1544843765 bytes)
322.14/336.08	c 336	81992 (60%) CSP clauses are encoded (73741203 clauses, 1792988971 bytes)
365.76/381.55	c 382	95657 (70%) CSP clauses are encoded (83326096 clauses, 2045464260 bytes)
381.96/398.97	c 399	ERROR Exception Too large HOME/temp.cnf
381.96/398.97	c 399	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
381.96/398.97	c 399	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
381.96/398.97	c 399	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
381.96/398.97	s UNKNOWN
382.05/400.25	c 400	CPU 369.09 (0.03 0.01 369.06 12.97)
382.05/400.25	c 400	END Sat Jul 12 17:43:58 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-1113034-1215877038/watcher-1113034-1215877038 -o /tmp/evaluation-result-1113034-1215877038/solver-1113034-1215877038 -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-1113034-1215877038.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: 3.92 3.75 3.06 3/112 15008
/proc/meminfo: memFree=1234640/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=24 CPUtime=0
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 44401034 24576 1 996147200 0 0 548682069398 18446744073709551615 240153849127 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15008/statm: 6 1 0 0 0 1 0

[startup+0.0264019 s]
/proc/loadavg: 3.92 3.75 3.06 3/112 15008
/proc/meminfo: memFree=1234640/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=124 CPUtime=0
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 44401034 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 240151229929 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15008/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.10141 s]
/proc/loadavg: 3.92 3.75 3.06 3/112 15008
/proc/meminfo: memFree=1234640/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=12272 CPUtime=0
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 358 0 4 0 0 0 0 0 18 0 1 0 44401034 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/15008/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301441 s]
/proc/loadavg: 3.92 3.75 3.06 3/112 15008
/proc/meminfo: memFree=1234640/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.03
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 894 127 4 0 2 1 0 0 18 0 1 0 44401034 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15008/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701485 s]
/proc/loadavg: 3.92 3.75 3.06 3/112 15008
/proc/meminfo: memFree=1234640/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.03
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 894 127 4 0 2 1 0 0 18 0 1 0 44401034 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15008/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 3.92 3.75 3.06 4/123 15020
/proc/meminfo: memFree=1206840/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.97
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 953 10032 4 50 2 1 85 9 17 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13600

[startup+3.10275 s]
/proc/loadavg: 3.85 3.74 3.06 4/123 15030
/proc/meminfo: memFree=1207992/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.97
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 2 1 85 9 15 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868320 CPUtime=1.64
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 9255 0 5 0 160 4 0 0 19 0 9 0 44401177 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217080 8257 2544 9 0 211655 0
[pid=15022/tid=15023] ppid=15021 vsize=868320 CPUtime=1.14
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 2705 0 5 0 113 1 0 0 25 0 9 0 44401178 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4126587059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868320 CPUtime=0.26
/proc/15022/task/15024/stat : 15024 (java) S 15021 15008 14909 0 -1 64 4395 0 0 0 25 1 0 0 16 0 9 0 44401179 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868320 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868320 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44401179 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868320 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868320 CPUtime=0.2
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1459 0 0 0 20 0 0 0 15 0 9 0 44401181 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868320 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868320 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889159680 8257 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 887276

[startup+6.30111 s]
/proc/loadavg: 3.85 3.74 3.06 3/123 15030
/proc/meminfo: memFree=1188216/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.97
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 2 1 85 9 16 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868436 CPUtime=4.79
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 13115 0 5 0 472 7 0 0 19 0 9 0 44401177 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217109 11756 2541 9 0 211684 0
[pid=15022/tid=15023] ppid=15021 vsize=868436 CPUtime=3.75
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 3146 0 5 0 374 1 0 0 25 0 9 0 44401178 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4126587043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868436 CPUtime=0.79
/proc/15022/task/15024/stat : 15024 (java) S 15021 15008 14909 0 -1 64 7802 0 0 0 75 4 0 0 16 0 9 0 44401179 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44401179 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868436 CPUtime=0.21
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1471 0 0 0 21 0 0 0 16 0 9 0 44401181 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889278464 11756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 887392

[startup+12.7028 s]
/proc/loadavg: 3.56 3.68 3.05 4/123 15030
/proc/meminfo: memFree=1156992/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.98
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 3 1 85 9 16 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868436 CPUtime=11.09
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 23049 0 5 0 1094 15 0 0 19 0 9 0 44401177 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217109 20178 2541 9 0 211684 0
[pid=15022/tid=15023] ppid=15021 vsize=868436 CPUtime=9.1
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 3616 0 5 0 908 2 0 0 25 0 9 0 44401178 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868436 CPUtime=1.74
/proc/15022/task/15024/stat : 15024 (java) R 15021 15008 14909 0 -1 64 17251 0 0 0 163 11 0 0 16 0 9 0 44401179 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 102721796 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44401179 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868436 CPUtime=0.23
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1486 0 0 0 23 0 0 0 15 0 9 0 44401181 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868436 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889278464 20178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 887392

[startup+25.5023 s]
/proc/loadavg: 3.39 3.64 3.04 3/123 15030
/proc/meminfo: memFree=1113856/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.98
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 3 1 85 9 15 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868548 CPUtime=23.7
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 32561 0 6 0 2344 26 0 0 19 0 9 0 44401177 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217137 27289 2566 9 0 211684 0
[pid=15022/tid=15023] ppid=15021 vsize=868548 CPUtime=20.3
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 4219 0 6 0 2021 9 0 0 25 0 9 0 44401178 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4127117694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868548 CPUtime=3.09
/proc/15022/task/15024/stat : 15024 (java) S 15021 15008 14909 0 -1 64 26128 0 0 0 294 15 0 0 16 0 9 0 44401179 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868548 CPUtime=0.29
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1518 0 0 0 29 0 0 0 16 0 9 0 44401181 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889393152 27289 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 887504

[startup+51.1021 s]
/proc/loadavg: 3.36 3.60 3.04 3/123 15030
/proc/meminfo: memFree=839744/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.98
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 3 1 85 9 15 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868548 CPUtime=47.25
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 33336 0 6 0 4546 179 0 0 19 0 9 0 44401177 889393152 27297 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+162.303 s]
/proc/loadavg: 3.21 3.47 3.06 3/123 15033
/proc/meminfo: memFree=272000/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.98
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 3 1 85 9 16 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868548 CPUtime=153.62
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 35237 0 6 0 14833 529 0 0 19 0 9 0 44401177 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217137 27301 2566 9 0 211684 0
[pid=15022/tid=15023] ppid=15021 vsize=868548 CPUtime=148.74
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 6884 0 6 0 14381 493 0 0 25 0 9 0 44401178 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4127123812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868548 CPUtime=4.55
/proc/15022/task/15024/stat : 15024 (java) S 15021 15008 14909 0 -1 64 26128 0 0 0 421 34 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868548 CPUtime=0.31
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1529 0 0 0 30 1 0 0 16 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.6
Current children cumulated vsize (KiB) 887504

[startup+222.302 s]
/proc/loadavg: 3.07 3.37 3.05 3/123 15033
/proc/meminfo: memFree=16128/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.98
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 3 1 85 9 16 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868548 CPUtime=212.33
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 36311 0 6 0 20517 716 0 0 19 0 9 0 44401177 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217137 27301 2566 9 0 211684 0
[pid=15022/tid=15023] ppid=15021 vsize=868548 CPUtime=206.83
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 7958 0 6 0 20010 673 0 0 25 0 9 0 44401178 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4126635207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868548 CPUtime=5.17
/proc/15022/task/15024/stat : 15024 (java) S 15021 15008 14909 0 -1 64 26128 0 0 0 476 41 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868548 CPUtime=0.31
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1529 0 0 0 30 1 0 0 16 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 213.31
Current children cumulated vsize (KiB) 887504

[startup+282.302 s]
/proc/loadavg: 2.64 3.21 3.01 6/123 15033
/proc/meminfo: memFree=15040/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.98
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 3 1 85 9 16 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868548 CPUtime=269.57
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 37353 0 6 0 26049 908 0 0 19 0 9 0 44401177 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217137 27301 2566 9 0 211684 0
[pid=15022/tid=15023] ppid=15021 vsize=868548 CPUtime=263.48
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 9000 0 6 0 25490 858 0 0 25 0 9 0 44401178 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4126635207 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868548 CPUtime=5.76
/proc/15022/task/15024/stat : 15024 (java) S 15021 15008 14909 0 -1 64 26128 0 0 0 528 48 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868548 CPUtime=0.31
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1529 0 0 0 30 1 0 0 16 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 270.55
Current children cumulated vsize (KiB) 887504

[startup+342.302 s]
/proc/loadavg: 2.32 3.02 2.96 3/123 15033
/proc/meminfo: memFree=15616/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=0.98
/proc/15008/stat : 15008 (sugar) S 15006 15008 14909 0 -1 4194304 970 10032 4 50 3 1 85 9 16 0 1 0 44401034 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15008/statm: 3400 797 370 3 0 500 0
[pid=15021] ppid=15008 vsize=5356 CPUtime=0
/proc/15021/stat : 15021 (sh) S 15008 15008 14909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44401177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15021/statm: 1339 233 193 169 0 50 0
[pid=15022] ppid=15021 vsize=868548 CPUtime=327.33
/proc/15022/stat : 15022 (java) S 15021 15008 14909 0 -1 0 38413 0 6 0 31636 1097 0 0 19 0 9 0 44401177 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15022/statm: 217137 27301 2566 9 0 211684 0
[pid=15022/tid=15023] ppid=15021 vsize=868548 CPUtime=320.65
/proc/15022/task/15023/stat : 15023 (java) R 15021 15008 14909 0 -1 64 10060 0 6 0 31024 1041 0 0 25 0 9 0 44401178 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4127116177 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15022/tid=15024] ppid=15021 vsize=868548 CPUtime=6.34
/proc/15022/task/15024/stat : 15024 (java) S 15021 15008 14909 0 -1 64 26128 0 0 0 580 54 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15022/tid=15025] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15025/stat : 15025 (java) S 15021 15008 14909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15026] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15026/stat : 15026 (java) S 15021 15008 14909 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44401179 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15027] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15027/stat : 15027 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15028] ppid=15021 vsize=868548 CPUtime=0.31
/proc/15022/task/15028/stat : 15028 (java) S 15021 15008 14909 0 -1 64 1529 0 0 0 30 1 0 0 16 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15029] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15029/stat : 15029 (java) S 15021 15008 14909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15022/tid=15030] ppid=15021 vsize=868548 CPUtime=0
/proc/15022/task/15030/stat : 15030 (java) S 15021 15008 14909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44401181 889393152 27301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 328.31
Current children cumulated vsize (KiB) 887504

[startup+402.301 s]
/proc/loadavg: 2.32 2.88 2.91 2/113 15033
/proc/meminfo: memFree=1241480/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=382.64
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 994 49745 4 57 3 58 36906 1297 18 0 1 0 44401034 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15008/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 382.64
Current children cumulated vsize (KiB) 13600

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

[startup+402.408 s]
/proc/loadavg: 2.32 2.88 2.91 2/113 15033
/proc/meminfo: memFree=1241480/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=382.64
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 994 49745 4 57 3 58 36906 1297 18 0 1 0 44401034 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15008/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 382.64
Current children cumulated vsize (KiB) 13600

[startup+403.201 s]
/proc/loadavg: 2.32 2.88 2.91 2/113 15033
/proc/meminfo: memFree=1241480/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=382.67
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 994 49745 4 57 3 61 36906 1297 18 0 1 0 44401034 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15008/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 382.67
Current children cumulated vsize (KiB) 13600

[startup+403.601 s]
/proc/loadavg: 2.32 2.88 2.91 2/113 15033
/proc/meminfo: memFree=1240776/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=382.69
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 994 49745 4 57 3 63 36906 1297 18 0 1 0 44401034 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15008/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 382.69
Current children cumulated vsize (KiB) 13600

[startup+403.701 s]
/proc/loadavg: 2.32 2.88 2.91 2/113 15033
/proc/meminfo: memFree=1240776/2055920 swapFree=4161964/4192956
[pid=15008] ppid=15006 vsize=13600 CPUtime=382.69
/proc/15008/stat : 15008 (sugar) D 15006 15008 14909 0 -1 4194304 994 49745 4 57 3 63 36906 1297 18 0 1 0 44401034 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15008/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 382.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 403.764
CPU time (s): 382.718
CPU user time (s): 369.103
CPU system time (s): 13.6149
CPU usage (%): 94.7874
Max. virtual memory (cumulated for all children) (KiB): 892520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.103
system time used= 13.6149
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50769
page faults= 61
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63759
involuntary context switches= 67984

runsolver used 0.709892 second user time and 1.90071 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-12 17:37:18
IDJOB=1113034
IDBENCH=61515
IDSOLVER=368
FILE ID=node86/1113034-1215877038
PBS_JOBID= 7903617
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-3.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-1113034-1215877038/watcher-1113034-1215877038 -o /tmp/evaluation-result-1113034-1215877038/solver-1113034-1215877038 -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-1113034-1215877038.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8eb4eb3fb4371bb64ac48dd192eca4b5
RANDOM SEED=2121182107

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1235248 kB
Buffers:          2704 kB
Cached:          29792 kB
SwapCached:       5380 kB
Active:         766528 kB
Inactive:         5176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1235248 kB
SwapTotal:     4192956 kB
SwapFree:      4161964 kB
Dirty:            3376 kB
Writeback:           0 kB
Mapped:         757444 kB
Slab:            29120 kB
Committed_AS:  1138708 kB
PageTables:       5956 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= 66556 MiB
End job on node86 at 2008-07-12 17:44:02