Trace number 1076350

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 352.155 352.442

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-7_ext.xml
MD5SUM53a44a515ed4385252828520ba63c148
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.267959
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Fri Jul  4 17:49:03 2008
0.02/0.04	c 0	PID 30782
0.02/0.04	c 0	HOST node69.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1076350-1215186543.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076350-1215186543.xml' 'HOME/temp.csp'
0.03/0.48	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.03/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.58	c 1	Parsing HOME/temp.csp
1.02/1.01	c 1	parsed 50 expressions
1.02/1.01	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.01	c 1	Converting to clausal form CSP
1.02/1.03	c 1	converted 5 (10%) expressions
1.02/1.03	c 1	converted 10 (20%) expressions
1.02/1.03	c 1	converted 15 (30%) expressions
1.02/1.03	c 1	converted 20 (40%) expressions
1.02/1.03	c 1	converted 25 (50%) expressions
1.02/1.03	c 1	converted 30 (60%) expressions
1.02/1.03	c 1	converted 35 (70%) expressions
1.13/1.15	c 1	converted 40 (80%) expressions
1.43/1.41	c 2	converted 45 (90%) expressions
2.82/2.85	c 3	converted 50 (100%) expressions
2.82/2.85	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.82/2.85	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.82/2.85	c 3	Propagation in CSP
2.82/2.85	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.82/2.85	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.82/2.85	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.82/2.85	c 3	Simplifing CSP by introducing new Boolean variables
2.82/2.85	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.82/2.85	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.13/3.16	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.13/3.17	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.13/3.18	c 3	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.13/3.18	c 3	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.13/3.18	c 3	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
3.13/3.18	c 3	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.13/3.18	c 3	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.13/3.18	c 3	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.13/3.18	c 3	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.13/3.18	c 3	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.13/3.18	c 3	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
5.66/5.65	c 6	2 (10%) CSP clauses are encoded (38170 clauses, 1308366 bytes)
6.85/6.84	c 7	3 (20%) CSP clauses are encoded (56835 clauses, 1966467 bytes)
8.05/8.03	c 8	4 (30%) CSP clauses are encoded (75500 clauses, 2624838 bytes)
9.25/9.23	c 9	5 (40%) CSP clauses are encoded (94165 clauses, 3318266 bytes)
10.44/10.44	c 11	6 (50%) CSP clauses are encoded (112830 clauses, 4011694 bytes)
69.06/69.10	c 69	8 (60%) CSP clauses are encoded (263847 clauses, 10161703 bytes)
126.11/126.24	c 126	9 (70%) CSP clauses are encoded (396199 clauses, 16730538 bytes)
185.16/185.33	c 185	10 (80%) CSP clauses are encoded (528551 clauses, 23299373 bytes)
242.51/242.73	c 243	11 (90%) CSP clauses are encoded (660903 clauses, 29868208 bytes)
300.86/301.12	c 301	12 (100%) CSP clauses are encoded (793255 clauses, 36437043 bytes)
300.86/301.12	c 301	12 CSP clauses encoded
300.86/301.12	c 301	Writing map file : HOME/temp.map
300.86/301.13	c 301	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
300.86/301.13	c 301	SAT : 875 SAT variables, 793255 SAT clauses, 36437043 bytes
300.86/301.13	c 301	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
300.86/301.16	c 301	SOLVING HOME/temp.cnf
300.86/301.16	c 301	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
300.86/301.16	c 301	This is MiniSat 2.0 beta
300.86/301.16	c 301	WARNING: for repeatability, setting FPU to use double precision
300.86/301.16	c 301	============================[ Problem Statistics ]=============================
300.86/301.16	c 301	|                                                                             |
300.86/301.16	c 301	|  Number of variables:  875                                                  |
300.86/301.16	c 301	|  Number of clauses:    793255                                               |
301.74/302.03	c 302	|  Parsing time:         0.78         s                                       |
301.74/302.09	c 302	============================[ Search Statistics ]==============================
301.74/302.09	c 302	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
301.74/302.09	c 302	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
301.74/302.09	c 302	===============================================================================
301.74/302.09	c 302	|         0 |     875   793255  7977855 |   264418        0    nan |  0.000 % |
301.84/302.17	c 302	|       100 |     875   793255  7977855 |   290860      100      5 |  0.000 % |
301.94/302.24	c 302	|       251 |     875   793255  7977855 |   319946      251      7 |  0.003 % |
302.15/302.45	c 303	|       476 |     875   793255  7977855 |   351940      476      7 |  0.002 % |
302.64/302.93	c 303	|       814 |     875   793255  7977855 |   387134      814      9 |  0.003 % |
303.34/303.66	c 304	|      1320 |     875   793255  7977855 |   425848     1320     12 |  0.003 % |
304.64/304.95	c 305	|      2079 |     875   793255  7977855 |   468433     2079     12 |  0.000 % |
306.24/306.51	c 307	|      3219 |     875   793255  7977855 |   515276     3219     14 |  0.003 % |
309.53/309.81	c 310	|      4928 |     875   793255  7977855 |   566804     4928     15 |  0.002 % |
313.54/313.85	c 314	|      7490 |     875   793255  7977855 |   623484     7490     17 |  0.002 % |
319.44/319.79	c 320	|     11335 |     875   793255  7977855 |   685833    11335     19 |  0.003 % |
332.73/333.05	c 333	|     17102 |     875   793255  7977855 |   754416    17102     18 |  0.003 % |
351.93/352.25	c 352	===============================================================================
351.93/352.25	c 352	restarts              : 12
351.93/352.25	c 352	conflicts             : 25467          (500 /sec)
351.93/352.25	c 352	decisions             : 35700          (1.27 % random) (701 /sec)
351.93/352.25	c 352	propagations          : 1827502        (35863 /sec)
351.93/352.25	c 352	conflict literals     : 482203         (23.53 % deleted)
351.93/352.25	c 352	Memory used           : 67.27 MB
351.93/352.25	c 352	CPU time              : 50.9583 s
351.93/352.25	c 352	
351.93/352.25	c 352	SATISFIABLE
351.93/352.26	c 352	DECODING HOME/temp.out WITH HOME/temp.map
351.93/352.26	c 352	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
352.00/352.34	c 352	Decoding HOME/temp.out
352.00/352.36	s SATISFIABLE
352.00/352.36	v 25 4 1 17 4 4 18 4 11 20 4 17 0 8 11 24 18 8 14 13 18 4 12 14 13 3 4 4 18 4 13 18 0 18 18
352.00/352.36	c 352	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
352.00/352.42	c 353	CPU 351.41 (0.03 0.01 351.38 0.7)
352.00/352.42	c 353	END Fri Jul  4 17:54:56 2008

Verifier Data (download as text)

OK

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-1076350-1215186543/watcher-1076350-1215186543 -o /tmp/evaluation-result-1076350-1215186543/solver-1076350-1215186543 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1076350-1215186543.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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: 0.51 1.24 1.63 3/64 30782
/proc/meminfo: memFree=1688368/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=12268 CPUtime=0
/proc/30782/stat : 30782 (sugar) R 30780 30782 23978 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1997623192 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 237956545534 0 0 4224 0 0 0 0 17 0 0 0
/proc/30782/statm: 3067 316 241 3 0 167 0

[startup+0.0322601 s]
/proc/loadavg: 0.51 1.24 1.63 3/64 30782
/proc/meminfo: memFree=1688368/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13204 CPUtime=0.02
/proc/30782/stat : 30782 (sugar) R 30780 30782 23978 0 -1 4194304 699 0 0 0 2 0 0 0 18 0 1 0 1997623192 13520896 667 996147200 4194304 4206940 548682068560 18446744073709551615 237947491041 0 0 4224 0 0 0 0 17 0 0 0
/proc/30782/statm: 3301 667 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.102279 s]
/proc/loadavg: 0.51 1.24 1.63 3/64 30782
/proc/meminfo: memFree=1688368/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.03
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 900 128 0 0 2 1 0 0 18 0 1 0 1997623192 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30782/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302315 s]
/proc/loadavg: 0.51 1.24 1.63 3/64 30782
/proc/meminfo: memFree=1688368/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.03
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 900 128 0 0 2 1 0 0 18 0 1 0 1997623192 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30782/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701374 s]
/proc/loadavg: 0.51 1.24 1.63 3/64 30782
/proc/meminfo: memFree=1688368/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 15 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50151 s]
/proc/loadavg: 0.55 1.23 1.62 2/75 30804
/proc/meminfo: memFree=1671440/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 16 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
[pid=30795] ppid=30782 vsize=5356 CPUtime=0
/proc/30795/stat : 30795 (sh) S 30782 30782 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623244 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 1339 233 193 169 0 50 0
[pid=30796] ppid=30795 vsize=865044 CPUtime=1.01
/proc/30796/stat : 30796 (java) S 30795 30782 23978 0 -1 0 10807 0 1 0 96 5 0 0 18 0 9 0 1997623244 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30796/statm: 216261 9544 2540 9 0 210836 0
[pid=30796/tid=30797] ppid=30795 vsize=865044 CPUtime=0.54
/proc/30796/task/30797/stat : 30797 (java) S 30795 30782 23978 0 -1 64 2704 0 1 0 53 1 0 0 16 0 9 0 1997623245 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30798] ppid=30795 vsize=865044 CPUtime=0.4
/proc/30796/task/30798/stat : 30798 (java) R 30795 30782 23978 0 -1 64 7080 0 0 0 37 3 0 0 16 0 9 0 1997623246 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30795 vsize=865044 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30795 30782 23978 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997623246 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30795 vsize=865044 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30795 30782 23978 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623246 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30795 vsize=865044 CPUtime=0
/proc/30796/task/30801/stat : 30801 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1997623248 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30802] ppid=30795 vsize=865044 CPUtime=0.05
/proc/30796/task/30802/stat : 30802 (java) S 30795 30782 23978 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1997623248 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30795 vsize=865044 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997623248 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30804] ppid=30795 vsize=865044 CPUtime=0
/proc/30796/task/30804/stat : 30804 (java) S 30795 30782 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997623248 885805056 9544 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 884000

[startup+3.10276 s]
/proc/loadavg: 0.55 1.23 1.62 2/75 30804
/proc/meminfo: memFree=1641360/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 16 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
[pid=30795] ppid=30782 vsize=5356 CPUtime=0
/proc/30795/stat : 30795 (sh) S 30782 30782 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623244 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 1339 233 193 169 0 50 0
[pid=30796] ppid=30795 vsize=865552 CPUtime=2.62
/proc/30796/stat : 30796 (java) S 30795 30782 23978 0 -1 0 20132 0 1 0 252 10 0 0 18 0 9 0 1997623244 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30796/statm: 216388 18325 2540 9 0 210963 0
[pid=30796/tid=30797] ppid=30795 vsize=865552 CPUtime=1.06
/proc/30796/task/30797/stat : 30797 (java) S 30795 30782 23978 0 -1 64 3177 0 1 0 105 1 0 0 16 0 9 0 1997623245 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30798] ppid=30795 vsize=865552 CPUtime=1.48
/proc/30796/task/30798/stat : 30798 (java) R 30795 30782 23978 0 -1 64 15932 0 0 0 141 7 0 0 18 0 9 0 1997623246 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30795 vsize=865552 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30795 30782 23978 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997623246 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30795 vsize=865552 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30795 30782 23978 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623246 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30795 vsize=865552 CPUtime=0
/proc/30796/task/30801/stat : 30801 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1997623248 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30802] ppid=30795 vsize=865552 CPUtime=0.05
/proc/30796/task/30802/stat : 30802 (java) S 30795 30782 23978 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1997623248 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30795 vsize=865552 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997623248 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30804] ppid=30795 vsize=865552 CPUtime=0
/proc/30796/task/30804/stat : 30804 (java) S 30795 30782 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997623248 886325248 18325 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 884508

[startup+6.30208 s]
/proc/loadavg: 0.55 1.23 1.62 2/75 30804
/proc/meminfo: memFree=1620496/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 16 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
[pid=30795] ppid=30782 vsize=5356 CPUtime=0
/proc/30795/stat : 30795 (sh) S 30782 30782 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623244 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 1339 233 193 169 0 50 0
[pid=30796] ppid=30795 vsize=865160 CPUtime=5.84
/proc/30796/stat : 30796 (java) S 30795 30782 23978 0 -1 0 20473 0 1 0 573 11 0 0 18 0 9 0 1997623244 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30796/statm: 216290 18489 2564 9 0 210837 0
[pid=30796/tid=30797] ppid=30795 vsize=865160 CPUtime=4.12
/proc/30796/task/30797/stat : 30797 (java) R 30795 30782 23978 0 -1 64 3276 0 1 0 409 3 0 0 19 0 9 0 1997623245 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30798] ppid=30795 vsize=865160 CPUtime=1.61
/proc/30796/task/30798/stat : 30798 (java) S 30795 30782 23978 0 -1 64 16149 0 0 0 154 7 0 0 16 0 9 0 1997623246 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30795 30782 23978 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997623246 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30795 30782 23978 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623246 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30801/stat : 30801 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1997623248 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30802] ppid=30795 vsize=865160 CPUtime=0.09
/proc/30796/task/30802/stat : 30802 (java) S 30795 30782 23978 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1997623248 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997623248 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30804] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30804/stat : 30804 (java) S 30795 30782 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997623248 885923840 18489 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 884116

[startup+12.7011 s]
/proc/loadavg: 0.62 1.23 1.62 2/75 30804
/proc/meminfo: memFree=1605008/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 16 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
[pid=30795] ppid=30782 vsize=5356 CPUtime=0
/proc/30795/stat : 30795 (sh) S 30782 30782 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623244 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 1339 233 193 169 0 50 0
[pid=30796] ppid=30795 vsize=865160 CPUtime=12.22
/proc/30796/stat : 30796 (java) S 30795 30782 23978 0 -1 0 23951 0 1 0 1207 15 0 0 18 0 9 0 1997623244 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30796/statm: 216290 21888 2564 9 0 210837 0
[pid=30796/tid=30797] ppid=30795 vsize=865160 CPUtime=10.29
/proc/30796/task/30797/stat : 30797 (java) R 30795 30782 23978 0 -1 64 3355 0 1 0 1025 4 0 0 18 0 9 0 1997623245 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4126444737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30798] ppid=30795 vsize=865160 CPUtime=1.81
/proc/30796/task/30798/stat : 30798 (java) S 30795 30782 23978 0 -1 64 19547 0 0 0 172 9 0 0 16 0 9 0 1997623246 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30795 30782 23978 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997623246 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30795 30782 23978 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623246 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30801/stat : 30801 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1997623248 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30802] ppid=30795 vsize=865160 CPUtime=0.09
/proc/30796/task/30802/stat : 30802 (java) S 30795 30782 23978 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1997623248 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997623248 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30804] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30804/stat : 30804 (java) S 30795 30782 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997623248 885923840 21888 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 884116

[startup+25.5022 s]
/proc/loadavg: 0.67 1.22 1.61 2/75 30804
/proc/meminfo: memFree=1602256/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 16 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
[pid=30795] ppid=30782 vsize=5356 CPUtime=0
/proc/30795/stat : 30795 (sh) S 30782 30782 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623244 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 1339 233 193 169 0 50 0
[pid=30796] ppid=30795 vsize=865160 CPUtime=25.02
/proc/30796/stat : 30796 (java) S 30795 30782 23978 0 -1 0 24115 0 1 0 2486 16 0 0 18 0 9 0 1997623244 885923840 22049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30796/statm: 216290 22049 2564 9 0 210837 0
[pid=30796/tid=30797] ppid=30795 vsize=865160 CPUtime=23.08
/proc/30796/task/30797/stat : 30797 (java) R 30795 30782 23978 0 -1 64 3358 0 1 0 2303 5 0 0 25 0 9 0 1997623245 885923840 22049 996147200 134512640 134550740 4294955904 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30798] ppid=30795 vsize=865160 CPUtime=1.83
/proc/30796/task/30798/stat : 30798 (java) S 30795 30782 23978 0 -1 64 19708 0 0 0 173 10 0 0 16 0 9 0 1997623246 885923840 22049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30795 30782 23978 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997623246 885923840 22049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30795 vsize=865160 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30795 30782 23978 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623246 885923840 22049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 0.99 1.10 1.48 2/75 30804
/proc/meminfo: memFree=1558928/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 16 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
[pid=30795] ppid=30782 vsize=5356 CPUtime=0
/proc/30795/stat : 30795 (sh) S 30782 30782 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623244 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 1339 233 193 169 0 50 0
[pid=30796] ppid=30795 vsize=865220 CPUtime=221.62
/proc/30796/stat : 30796 (java) S 30795 30782 23978 0 -1 0 41237 0 1 0 22125 37 0 0 18 0 9 0 1997623244 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30796/statm: 216305 28251 2564 9 0 210852 0
[pid=30796/tid=30797] ppid=30795 vsize=865220 CPUtime=217.91
/proc/30796/task/30797/stat : 30797 (java) R 30795 30782 23978 0 -1 64 3702 0 1 0 21775 16 0 0 25 0 9 0 1997623245 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4126568362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30798] ppid=30795 vsize=865220 CPUtime=3.59
/proc/30796/task/30798/stat : 30798 (java) S 30795 30782 23978 0 -1 64 36481 0 0 0 339 20 0 0 16 0 9 0 1997623246 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30795 30782 23978 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623246 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30795 30782 23978 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623246 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30801/stat : 30801 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30802] ppid=30795 vsize=865220 CPUtime=0.09
/proc/30796/task/30802/stat : 30802 (java) S 30795 30782 23978 0 -1 64 358 0 0 0 9 0 0 0 16 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30804] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30804/stat : 30804 (java) S 30795 30782 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 884176

[startup+282.301 s]
/proc/loadavg: 1.03 1.10 1.45 2/75 30804
/proc/meminfo: memFree=1552208/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=0.51
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 972 8395 0 1 3 1 43 4 16 0 1 0 1997623192 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 797 370 3 0 500 0
[pid=30795] ppid=30782 vsize=5356 CPUtime=0
/proc/30795/stat : 30795 (sh) S 30782 30782 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623244 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 1339 233 193 169 0 50 0
[pid=30796] ppid=30795 vsize=865220 CPUtime=281.57
/proc/30796/stat : 30796 (java) S 30795 30782 23978 0 -1 0 46807 0 1 0 28112 45 0 0 18 0 9 0 1997623244 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30796/statm: 216305 28251 2564 9 0 210852 0
[pid=30796/tid=30797] ppid=30795 vsize=865220 CPUtime=277.17
/proc/30796/task/30797/stat : 30797 (java) S 30795 30782 23978 0 -1 64 3807 0 1 0 27697 20 0 0 17 0 9 0 1997623245 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30798] ppid=30795 vsize=865220 CPUtime=4.27
/proc/30796/task/30798/stat : 30798 (java) R 30795 30782 23978 0 -1 64 41946 0 0 0 404 23 0 0 16 0 9 0 1997623246 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 104185888 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30795 30782 23978 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623246 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30795 30782 23978 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623246 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30801/stat : 30801 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30802] ppid=30795 vsize=865220 CPUtime=0.09
/proc/30796/task/30802/stat : 30802 (java) S 30795 30782 23978 0 -1 64 358 0 0 0 9 0 0 0 16 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30795 30782 23978 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30796/tid=30804] ppid=30795 vsize=865220 CPUtime=0
/proc/30796/task/30804/stat : 30804 (java) S 30795 30782 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997623248 885985280 28251 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 884176

[startup+342.302 s]
/proc/loadavg: 1.34 1.17 1.45 2/67 30806
/proc/meminfo: memFree=1583320/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=300.92
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1029 55560 0 2 3 1 30033 55 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
[pid=30805] ppid=30782 vsize=5356 CPUtime=0
/proc/30805/stat : 30805 (sh) S 30782 30782 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997653308 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30805/statm: 1339 232 193 169 0 50 0
[pid=30806] ppid=30805 vsize=68352 CPUtime=41.1
/proc/30806/stat : 30806 (minisat) R 30805 30782 23978 0 -1 4194304 16465 0 0 0 4100 10 0 0 25 0 1 0 1997653309 69992448 16451 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30806/statm: 17088 16451 75 150 0 16935 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 87308

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

[startup+345.501 s]
/proc/loadavg: 1.34 1.17 1.45 2/67 30806
/proc/meminfo: memFree=1583192/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=300.92
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1029 55560 0 2 3 1 30033 55 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
[pid=30805] ppid=30782 vsize=5356 CPUtime=0
/proc/30805/stat : 30805 (sh) S 30782 30782 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997653308 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30805/statm: 1339 232 193 169 0 50 0
[pid=30806] ppid=30805 vsize=68616 CPUtime=44.3
/proc/30806/stat : 30806 (minisat) R 30805 30782 23978 0 -1 4194304 16507 0 0 0 4420 10 0 0 25 0 1 0 1997653309 70262784 16493 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30806/statm: 17154 16493 75 150 0 17001 0
Current children cumulated CPU time (s) 345.22
Current children cumulated vsize (KiB) 87572

[startup+348.706 s]
/proc/loadavg: 1.31 1.17 1.45 2/67 30806
/proc/meminfo: memFree=1583000/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=300.92
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1029 55560 0 2 3 1 30033 55 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
[pid=30805] ppid=30782 vsize=5356 CPUtime=0
/proc/30805/stat : 30805 (sh) S 30782 30782 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997653308 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30805/statm: 1339 232 193 169 0 50 0
[pid=30806] ppid=30805 vsize=68748 CPUtime=47.51
/proc/30806/stat : 30806 (minisat) R 30805 30782 23978 0 -1 4194304 16548 0 0 0 4741 10 0 0 25 0 1 0 1997653309 70397952 16534 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30806/statm: 17187 16534 75 150 0 17034 0
Current children cumulated CPU time (s) 348.43
Current children cumulated vsize (KiB) 87704

[startup+350.301 s]
/proc/loadavg: 1.31 1.17 1.45 2/67 30806
/proc/meminfo: memFree=1582936/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=300.92
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1029 55560 0 2 3 1 30033 55 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
[pid=30805] ppid=30782 vsize=5356 CPUtime=0
/proc/30805/stat : 30805 (sh) S 30782 30782 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997653308 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30805/statm: 1339 232 193 169 0 50 0
[pid=30806] ppid=30805 vsize=68880 CPUtime=49.11
/proc/30806/stat : 30806 (minisat) R 30805 30782 23978 0 -1 4194304 16571 0 0 0 4900 11 0 0 25 0 1 0 1997653309 70533120 16557 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30806/statm: 17220 16557 75 150 0 17067 0
Current children cumulated CPU time (s) 350.03
Current children cumulated vsize (KiB) 87836

[startup+351.102 s]
/proc/loadavg: 1.31 1.17 1.45 2/67 30806
/proc/meminfo: memFree=1582872/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=300.92
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1029 55560 0 2 3 1 30033 55 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
[pid=30805] ppid=30782 vsize=5356 CPUtime=0
/proc/30805/stat : 30805 (sh) S 30782 30782 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997653308 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30805/statm: 1339 232 193 169 0 50 0
[pid=30806] ppid=30805 vsize=68880 CPUtime=49.91
/proc/30806/stat : 30806 (minisat) R 30805 30782 23978 0 -1 4194304 16582 0 0 0 4980 11 0 0 25 0 1 0 1997653309 70533120 16568 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30806/statm: 17220 16568 75 150 0 17067 0
Current children cumulated CPU time (s) 350.83
Current children cumulated vsize (KiB) 87836

[startup+351.902 s]
/proc/loadavg: 1.36 1.18 1.45 2/67 30806
/proc/meminfo: memFree=1582808/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=300.92
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1029 55560 0 2 3 1 30033 55 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
[pid=30805] ppid=30782 vsize=5356 CPUtime=0
/proc/30805/stat : 30805 (sh) S 30782 30782 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997653308 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30805/statm: 1339 232 193 169 0 50 0
[pid=30806] ppid=30805 vsize=68880 CPUtime=50.71
/proc/30806/stat : 30806 (minisat) R 30805 30782 23978 0 -1 4194304 16593 0 0 0 5060 11 0 0 25 0 1 0 1997653309 70533120 16579 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30806/statm: 17220 16579 75 150 0 17067 0
Current children cumulated CPU time (s) 351.63
Current children cumulated vsize (KiB) 87836

[startup+352.302 s]
/proc/loadavg: 1.36 1.18 1.45 2/67 30806
/proc/meminfo: memFree=1582808/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=352
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1069 72456 0 2 3 1 35129 67 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 352
Current children cumulated vsize (KiB) 13600

[startup+352.402 s]
/proc/loadavg: 1.36 1.18 1.45 2/67 30806
/proc/meminfo: memFree=1582808/2055920 swapFree=4179736/4192956
[pid=30782] ppid=30780 vsize=13600 CPUtime=352
/proc/30782/stat : 30782 (sugar) S 30780 30782 23978 0 -1 4194304 1089 72456 0 2 3 1 35129 67 16 0 1 0 1997623192 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30782/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 352
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 352.442
CPU time (s): 352.155
CPU user time (s): 351.419
CPU system time (s): 0.736887
CPU usage (%): 99.9187
Max. virtual memory (cumulated for all children) (KiB): 897492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 351.419
system time used= 0.736887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77300
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8708
involuntary context switches= 6287

runsolver used 0.435933 second user time and 0.866868 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 17:49:03
IDJOB=1076350
IDBENCH=56583
IDSOLVER=346
FILE ID=node69/1076350-1215186543
PBS_JOBID= 7881469
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg5-7_ext.xml
COMMAND LINE= DIR/sugar -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-1076350-1215186543/watcher-1076350-1215186543 -o /tmp/evaluation-result-1076350-1215186543/solver-1076350-1215186543 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1076350-1215186543.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 53a44a515ed4385252828520ba63c148
RANDOM SEED=620916055

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.259
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.259
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:       1688848 kB
Buffers:         51396 kB
Cached:         246084 kB
SwapCached:       7092 kB
Active:         156716 kB
Inactive:       149248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688848 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:           29992 kB
Writeback:           0 kB
Mapped:          14104 kB
Slab:            47024 kB
Committed_AS:  3902988 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node69 at 2008-07-04 17:54:56