Trace number 1058040

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+minisat? 449.991 454.32

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-9.xml
MD5SUM4d24835c800de52d756640e8552cd3e9
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints32974
Maximum constraint arity24
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32474
Global constraints used (with number of constraints)alldifferent(500)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:15:57 2008
0.00/0.04	c 0	PID 15133
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058040-1215112556.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058040-1215112556.xml' 'HOME/temp.csp'
2.35/2.40	c 2	421 domains, 800 variables, 1 predicates, 0 relations, 32974 constraints
2.35/2.45	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.35/2.45	c 2	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'
2.36/2.53	c 2	Parsing HOME/temp.csp
2.36/2.91	c 3	parsed 10000 expressions
2.36/3.25	c 3	parsed 20000 expressions
3.37/3.56	c 3	parsed 30000 expressions
3.48/3.69	c 3	parsed 34196 expressions
3.58/3.70	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.58/3.70	c 3	Converting to clausal form CSP
4.97/5.15	c 5	converted 3420 (10%) expressions
6.94/7.11	c 7	converted 6840 (20%) expressions
9.01/9.26	c 9	converted 10259 (30%) expressions
10.70/10.96	c 11	converted 13679 (40%) expressions
12.98/13.21	c 13	converted 17098 (50%) expressions
14.87/15.10	c 15	converted 20518 (60%) expressions
16.45/16.78	c 16	converted 23938 (70%) expressions
18.23/18.53	c 18	converted 27357 (80%) expressions
21.10/21.49	c 21	converted 30777 (90%) expressions
83.41/84.32	c 84	converted 34196 (100%) expressions
83.41/84.32	c 84	CSP : 800 integers, 0 booleans, 139008 clauses, largest domain size 33
83.41/84.32	c 84	Heap : 710 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.41/84.32	c 84	Propagation in CSP
360.78/364.33	c 364	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
360.78/364.33	c 364	CSP : 800 integers, 0 booleans, 139008 clauses, largest domain size 33
360.78/364.33	c 364	Heap : 725 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
364.55/368.15	c 368	Simplifing CSP by introducing new Boolean variables
449.75/454.19	c 454	ERROR Exception Java heap space
449.75/454.19	c 454	jp.ac.kobe_u.cs.sugar.csp.Clause.(Clause.java:34)
449.75/454.19	c 454	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:231)
449.75/454.19	c 454	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:249)
449.75/454.19	c 454	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:113)
449.75/454.19	c 454	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
449.75/454.19	s UNKNOWN
449.94/454.31	c 454	CPU 448.11 (0.03 0.01 448.08 1.84)
449.94/454.31	c 454	END Thu Jul  3 21:23:31 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1058040-1215112556/watcher-1058040-1215112556 -o /tmp/evaluation-result-1058040-1215112556/solver-1058040-1215112556 -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-1058040-1215112556.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: 1.92 1.98 1.97 4/74 15133
/proc/meminfo: memFree=1547640/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=12268 CPUtime=0
/proc/15133/stat : 15133 (sugar) R 15131 15133 14401 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990230298 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15133/statm: 3067 316 241 3 0 167 0

[startup+0.101008 s]
/proc/loadavg: 1.92 1.98 1.97 4/74 15133
/proc/meminfo: memFree=1547640/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=0.04
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990230298 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202015 s]
/proc/loadavg: 1.92 1.98 1.97 4/74 15133
/proc/meminfo: memFree=1547640/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=0.04
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990230298 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30102 s]
/proc/loadavg: 1.92 1.98 1.97 4/74 15133
/proc/meminfo: memFree=1547640/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=0.04
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990230298 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701067 s]
/proc/loadavg: 1.92 1.98 1.97 4/74 15133
/proc/meminfo: memFree=1547640/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=0.04
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990230298 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.92 1.98 1.97 3/85 15145
/proc/meminfo: memFree=1514392/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=0.04
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990230298 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 796 370 3 0 500 0
[pid=15136] ppid=15133 vsize=5356 CPUtime=0
/proc/15136/stat : 15136 (sh) S 15133 15133 14401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990230303 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15136/statm: 1339 233 193 169 0 50 0
[pid=15137] ppid=15136 vsize=864672 CPUtime=1.42
/proc/15137/stat : 15137 (java) S 15136 15133 14401 0 -1 0 16160 0 1 0 134 8 0 0 18 0 9 0 1990230303 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 216168 13699 2529 9 0 210750 0
[pid=15137/tid=15138] ppid=15136 vsize=864672 CPUtime=0.79
/proc/15137/task/15138/stat : 15138 (java) R 15136 15133 14401 0 -1 64 3053 0 1 0 76 3 0 0 24 0 9 0 1990230304 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15139] ppid=15136 vsize=864672 CPUtime=0.49
/proc/15137/task/15139/stat : 15139 (java) R 15136 15133 14401 0 -1 64 11909 0 0 0 45 4 0 0 16 0 9 0 1990230305 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 102516872 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15140] ppid=15136 vsize=864672 CPUtime=0
/proc/15137/task/15140/stat : 15140 (java) S 15136 15133 14401 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1990230305 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15136 vsize=864672 CPUtime=0
/proc/15137/task/15141/stat : 15141 (java) S 15136 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990230305 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15142] ppid=15136 vsize=864672 CPUtime=0
/proc/15137/task/15142/stat : 15142 (java) S 15136 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990230308 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15143] ppid=15136 vsize=864672 CPUtime=0.11
/proc/15137/task/15143/stat : 15143 (java) S 15136 15133 14401 0 -1 64 498 0 0 0 11 0 0 0 16 0 9 0 1990230308 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15144] ppid=15136 vsize=864672 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15136 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230308 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15145] ppid=15136 vsize=864672 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15136 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230308 885424128 13699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883628

[startup+3.10127 s]
/proc/loadavg: 1.92 1.98 1.97 3/85 15145
/proc/meminfo: memFree=1491416/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 973 19819 0 1 3 1 220 12 15 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 13600

[startup+6.30255 s]
/proc/loadavg: 2.01 2.00 1.97 3/85 15155
/proc/meminfo: memFree=1501208/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=868436 CPUtime=3.79
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 16533 0 1 0 368 11 0 0 18 0 9 0 1990230544 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15147/statm: 217109 14983 2540 9 0 211684 0
[pid=15147/tid=15148] ppid=15146 vsize=868436 CPUtime=2.58
/proc/15147/task/15148/stat : 15148 (java) R 15146 15133 14401 0 -1 64 3278 0 1 0 256 2 0 0 25 0 9 0 1990230544 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4126566848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15149] ppid=15146 vsize=868436 CPUtime=1
/proc/15147/task/15149/stat : 15149 (java) S 15146 15133 14401 0 -1 64 11096 0 0 0 94 6 0 0 16 0 9 0 1990230545 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=868436 CPUtime=0.18
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1462 0 0 0 17 1 0 0 16 0 9 0 1990230548 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 889278464 14983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887392

[startup+12.7021 s]
/proc/loadavg: 2.09 2.02 1.98 3/85 15155
/proc/meminfo: memFree=1435032/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=878684 CPUtime=10.12
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 40087 0 1 0 992 20 0 0 18 0 9 0 1990230544 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15147/statm: 219671 33366 2540 9 0 214246 0
[pid=15147/tid=15148] ppid=15146 vsize=878684 CPUtime=7.39
/proc/15147/task/15148/stat : 15148 (java) R 15146 15133 14401 0 -1 64 3739 0 1 0 737 2 0 0 25 0 9 0 1990230544 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15149] ppid=15146 vsize=878684 CPUtime=2.51
/proc/15147/task/15149/stat : 15149 (java) R 15146 15133 14401 0 -1 64 34187 0 0 0 236 15 0 0 16 0 9 0 1990230545 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 102469616 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=878684 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=878684 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=878684 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=878684 CPUtime=0.19
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1464 0 0 0 18 1 0 0 17 0 9 0 1990230548 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=878684 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=878684 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 899772416 33366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 897640

[startup+25.5012 s]
/proc/loadavg: 2.13 2.03 1.98 3/85 15155
/proc/meminfo: memFree=1309656/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=868436 CPUtime=22.79
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 73766 0 1 0 2246 33 0 0 18 0 9 0 1990230544 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15147/statm: 217109 60926 2540 9 0 211684 0
[pid=15147/tid=15148] ppid=15146 vsize=868436 CPUtime=16.78
/proc/15147/task/15148/stat : 15148 (java) R 15146 15133 14401 0 -1 64 5660 0 1 0 1675 3 0 0 25 0 9 0 1990230544 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4126606653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15149] ppid=15146 vsize=868436 CPUtime=5.79
/proc/15147/task/15149/stat : 15149 (java) S 15146 15133 14401 0 -1 64 65939 0 0 0 552 27 0 0 16 0 9 0 1990230545 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=868436 CPUtime=0.19
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1470 0 0 0 18 1 0 0 16 0 9 0 1990230548 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 889278464 60926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887392

[startup+51.1025 s]
/proc/loadavg: 2.09 2.03 1.98 3/85 15155
/proc/meminfo: memFree=1063000/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=868436 CPUtime=48.16
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 141317 0 1 0 4757 59 0 0 18 0 9 0 1990230544 889278464 124600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=15147/tid=15149] ppid=15146 vsize=868436 CPUtime=366.34
/proc/15147/task/15149/stat : 15149 (java) R 15146 15133 14401 0 -1 64 361927 0 0 0 36484 150 0 0 25 0 9 0 1990230545 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 102469683 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=868436 CPUtime=0.22
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.71
Current children cumulated vsize (KiB) 887392

[startup+451.202 s]
/proc/loadavg: 2.01 2.03 2.00 3/85 15155
/proc/meminfo: memFree=811992/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=868436 CPUtime=444.52
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 375261 0 1 0 44292 160 0 0 18 0 9 0 1990230544 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15147/statm: 217109 184943 2540 9 0 211684 0
[pid=15147/tid=15148] ppid=15146 vsize=868436 CPUtime=74.76
/proc/15147/task/15148/stat : 15148 (java) S 15146 15133 14401 0 -1 64 9389 0 1 0 7470 6 0 0 17 0 9 0 1990230544 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15149] ppid=15146 vsize=868436 CPUtime=369.51
/proc/15147/task/15149/stat : 15149 (java) R 15146 15133 14401 0 -1 64 363691 0 0 0 36800 151 0 0 25 0 9 0 1990230545 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 102721931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=868436 CPUtime=0.22
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 446.88
Current children cumulated vsize (KiB) 887392

[startup+452.803 s]
/proc/loadavg: 2.01 2.03 2.00 3/85 15155
/proc/meminfo: memFree=807000/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=873564 CPUtime=446.1
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 377025 0 1 0 44450 160 0 0 18 0 9 0 1990230544 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15147/statm: 218391 186225 2540 9 0 212966 0
[pid=15147/tid=15148] ppid=15146 vsize=873564 CPUtime=74.76
/proc/15147/task/15148/stat : 15148 (java) S 15146 15133 14401 0 -1 64 9389 0 1 0 7470 6 0 0 17 0 9 0 1990230544 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15149] ppid=15146 vsize=873564 CPUtime=371.09
/proc/15147/task/15149/stat : 15149 (java) R 15146 15133 14401 0 -1 64 365455 0 0 0 36958 151 0 0 25 0 9 0 1990230545 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=873564 CPUtime=0.22
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 448.46
Current children cumulated vsize (KiB) 892520

[startup+453.602 s]
/proc/loadavg: 2.01 2.03 2.00 3/85 15155
/proc/meminfo: memFree=807000/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=873564 CPUtime=446.89
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 377025 0 1 0 44529 160 0 0 18 0 9 0 1990230544 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15147/statm: 218391 186225 2540 9 0 212966 0
[pid=15147/tid=15148] ppid=15146 vsize=873564 CPUtime=74.76
/proc/15147/task/15148/stat : 15148 (java) S 15146 15133 14401 0 -1 64 9389 0 1 0 7470 6 0 0 17 0 9 0 1990230544 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15149] ppid=15146 vsize=873564 CPUtime=371.88
/proc/15147/task/15149/stat : 15149 (java) R 15146 15133 14401 0 -1 64 365455 0 0 0 37037 151 0 0 25 0 9 0 1990230545 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=873564 CPUtime=0.22
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=873564 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 894529536 186225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.25
Current children cumulated vsize (KiB) 892520

[startup+454.002 s]
/proc/loadavg: 2.01 2.03 2.00 3/85 15155
/proc/meminfo: memFree=807000/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=868436 CPUtime=447.29
/proc/15147/stat : 15147 (java) S 15146 15133 14401 0 -1 0 377026 0 1 0 44569 160 0 0 18 0 9 0 1990230544 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15147/statm: 217109 184943 2540 9 0 211684 0
[pid=15147/tid=15148] ppid=15146 vsize=868436 CPUtime=74.76
/proc/15147/task/15148/stat : 15148 (java) S 15146 15133 14401 0 -1 64 9390 0 1 0 7470 6 0 0 17 0 9 0 1990230544 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15149] ppid=15146 vsize=868436 CPUtime=372.28
/proc/15147/task/15149/stat : 15149 (java) R 15146 15133 14401 0 -1 64 365455 0 0 0 37077 151 0 0 25 0 9 0 1990230545 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 104181563 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15150] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15150/stat : 15150 (java) S 15146 15133 14401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15151] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15151/stat : 15151 (java) S 15146 15133 14401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990230546 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15152] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15152/stat : 15152 (java) S 15146 15133 14401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15153] ppid=15146 vsize=868436 CPUtime=0.22
/proc/15147/task/15153/stat : 15153 (java) S 15146 15133 14401 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15154] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15154/stat : 15154 (java) S 15146 15133 14401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15147/tid=15155] ppid=15146 vsize=868436 CPUtime=0
/proc/15147/task/15155/stat : 15155 (java) S 15146 15133 14401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990230548 889278464 184943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.65
Current children cumulated vsize (KiB) 887392

[startup+454.202 s]
/proc/loadavg: 2.01 2.03 2.00 3/85 15155
/proc/meminfo: memFree=807000/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=0 CPUtime=447.49
/proc/15147/stat : 15147 (java) R 15146 15133 14401 0 -1 1028 377038 0 1 0 44588 161 0 0 16 0 1 0 1990230544 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/15147/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 449.85
Current children cumulated vsize (KiB) 18956

[startup+454.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/77 15155
/proc/meminfo: memFree=1479000/2055920 swapFree=4180972/4192956
[pid=15133] ppid=15131 vsize=13600 CPUtime=2.36
/proc/15133/stat : 15133 (sugar) S 15131 15133 14401 0 -1 4194304 974 19819 0 1 3 1 220 12 16 0 1 0 1990230298 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15133/statm: 3400 797 370 3 0 500 0
[pid=15146] ppid=15133 vsize=5356 CPUtime=0
/proc/15146/stat : 15146 (sh) S 15133 15133 14401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990230543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15146/statm: 1339 233 193 169 0 50 0
[pid=15147] ppid=15146 vsize=0 CPUtime=447.58
/proc/15147/stat : 15147 (java) R 15146 15133 14401 0 -1 1028 377038 0 1 0 44588 170 0 0 17 0 1 0 1990230544 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/15147/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 449.94
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 454.32
CPU time (s): 449.991
CPU user time (s): 448.126
CPU system time (s): 1.86472
CPU usage (%): 99.0471
Max. virtual memory (cumulated for all children) (KiB): 897640

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

runsolver used 0.502923 second user time and 1.58876 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-03 21:15:57
IDJOB=1058040
IDBENCH=54103
IDSOLVER=346
FILE ID=node15/1058040-1215112556
PBS_JOBID= 7877173
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-9.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-1058040-1215112556/watcher-1058040-1215112556 -o /tmp/evaluation-result-1058040-1215112556/solver-1058040-1215112556 -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-1058040-1215112556.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d24835c800de52d756640e8552cd3e9
RANDOM SEED=537722183

node15.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.229
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.229
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:       1548184 kB
Buffers:         63936 kB
Cached:         354772 kB
SwapCached:       6020 kB
Active:         216748 kB
Inactive:       216536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548184 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            6004 kB
Writeback:           0 kB
Mapped:          21260 kB
Slab:            59636 kB
Committed_AS:  3511832 kB
PageTables:       1892 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= 66544 MiB
End job on node15 at 2008-07-03 21:23:31