Trace number 1057992

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? 236.659 241.51

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-1.xml
MD5SUM4d169279fa4e9bed6ceba6b2cb05fd73
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 constraints37537
Maximum constraint arity25
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension37037
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:09:37 2008
0.00/0.04	c 0	PID 14027
0.04/0.05	c 0	HOST node6.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1057992-1215112177.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057992-1215112177.xml' 'HOME/temp.csp'
2.52/2.60	c 3	421 domains, 800 variables, 1 predicates, 0 relations, 37537 constraints
2.52/2.65	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.52/2.65	c 3	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.53/2.73	c 3	Parsing HOME/temp.csp
3.15/3.32	c 4	parsed 10000 expressions
3.44/3.67	c 4	parsed 20000 expressions
3.73/3.99	c 4	parsed 30000 expressions
4.02/4.24	c 4	parsed 38759 expressions
4.02/4.25	c 4	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.02/4.25	c 4	Converting to clausal form CSP
5.69/5.94	c 6	converted 3876 (10%) expressions
7.75/8.06	c 8	converted 7752 (20%) expressions
10.10/10.48	c 11	converted 11628 (30%) expressions
11.95/12.38	c 13	converted 15504 (40%) expressions
14.60/15.06	c 15	converted 19380 (50%) expressions
16.47/16.95	c 17	converted 23256 (60%) expressions
18.33/18.88	c 19	converted 27132 (70%) expressions
20.19/20.78	c 21	converted 31008 (80%) expressions
23.32/23.99	c 24	converted 34884 (90%) expressions
77.74/79.45	c 80	converted 38759 (100%) expressions
77.74/79.45	c 80	CSP : 800 integers, 0 booleans, 143548 clauses, largest domain size 34
77.74/79.45	c 80	Heap : 690 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
77.74/79.45	c 80	Propagation in CSP
181.36/185.17	c 185	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
181.36/185.17	c 185	CSP : 800 integers, 0 booleans, 143548 clauses, largest domain size 34
181.36/185.17	c 185	Heap : 722 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
181.46/185.28	c 185	Simplifing CSP by introducing new Boolean variables
236.45/241.36	c 242	ERROR Exception Java heap space
236.45/241.36	c 242	java.util.Arrays.copyOfRange(Unknown Source)
236.45/241.36	c 242	java.lang.String.(Unknown Source)
236.45/241.36	c 242	java.lang.StringBuilder.toString(Unknown Source)
236.45/241.36	c 242	jp.ac.kobe_u.cs.sugar.csp.BooleanVariable.(BooleanVariable.java:33)
236.45/241.36	c 242	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:227)
236.45/241.36	c 242	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:249)
236.45/241.36	c 242	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:113)
236.45/241.36	c 242	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
236.45/241.36	s UNKNOWN
236.61/241.50	c 242	CPU 235.08 (0.03 0.01 235.05 1.55)
236.61/241.51	c 242	END Thu Jul  3 21:13:39 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-1057992-1215112177/watcher-1057992-1215112177 -o /tmp/evaluation-result-1057992-1215112177/solver-1057992-1215112177 -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-1057992-1215112177.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.92 4/93 14027
/proc/meminfo: memFree=934776/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=12268 CPUtime=0
/proc/14027/stat : 14027 (sugar) R 14025 14027 12921 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990192997 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268582720960 0 0 4224 0 0 0 0 17 1 0 0
/proc/14027/statm: 3067 316 241 3 0 167 0

[startup+0.050158 s]
/proc/loadavg: 1.92 1.98 1.92 4/93 14027
/proc/meminfo: memFree=934776/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=0.04
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1990192997 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102115 s]
/proc/loadavg: 1.92 1.98 1.92 4/93 14027
/proc/meminfo: memFree=934776/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=0.04
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990192997 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301253 s]
/proc/loadavg: 1.92 1.98 1.92 4/93 14027
/proc/meminfo: memFree=934776/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=0.04
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990192997 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701336 s]
/proc/loadavg: 1.92 1.98 1.92 4/93 14027
/proc/meminfo: memFree=934776/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=0.04
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990192997 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5025 s]
/proc/loadavg: 1.92 1.98 1.92 4/104 14039
/proc/meminfo: memFree=907680/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=0.04
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990192997 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 796 370 3 0 500 0
[pid=14030] ppid=14027 vsize=5356 CPUtime=0
/proc/14030/stat : 14030 (sh) S 14027 14027 12921 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990193002 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14030/statm: 1339 233 193 169 0 50 0
[pid=14031] ppid=14030 vsize=864676 CPUtime=1.4
/proc/14031/stat : 14031 (java) S 14030 14027 12921 0 -1 0 15146 0 1 0 132 8 0 0 18 0 9 0 1990193002 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14031/statm: 216169 13187 2529 9 0 210751 0
[pid=14031/tid=14032] ppid=14030 vsize=864676 CPUtime=0.8
/proc/14031/task/14032/stat : 14032 (java) R 14030 14027 12921 0 -1 64 3022 0 1 0 78 2 0 0 24 0 9 0 1990193003 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4126680487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14031/tid=14033] ppid=14030 vsize=864676 CPUtime=0.46
/proc/14031/task/14033/stat : 14033 (java) S 14030 14027 12921 0 -1 64 10926 0 0 0 42 4 0 0 16 0 9 0 1990193005 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14031/tid=14034] ppid=14030 vsize=864676 CPUtime=0
/proc/14031/task/14034/stat : 14034 (java) S 14030 14027 12921 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990193005 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14031/tid=14035] ppid=14030 vsize=864676 CPUtime=0
/proc/14031/task/14035/stat : 14035 (java) S 14030 14027 12921 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990193005 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14031/tid=14036] ppid=14030 vsize=864676 CPUtime=0
/proc/14031/task/14036/stat : 14036 (java) S 14030 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193007 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14031/tid=14037] ppid=14030 vsize=864676 CPUtime=0.12
/proc/14031/task/14037/stat : 14037 (java) S 14030 14027 12921 0 -1 64 499 0 0 0 12 0 0 0 16 0 9 0 1990193007 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14031/tid=14038] ppid=14030 vsize=864676 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14030 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990193007 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14031/tid=14039] ppid=14030 vsize=864676 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14030 14027 12921 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990193007 885428224 13187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883632

[startup+3.10281 s]
/proc/loadavg: 2.01 2.00 1.92 3/104 14039
/proc/meminfo: memFree=873824/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 973 20867 0 1 3 1 237 12 16 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 13600

[startup+6.30244 s]
/proc/loadavg: 2.01 2.00 1.92 3/104 14049
/proc/meminfo: memFree=894880/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 16 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=868432 CPUtime=3.55
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 14739 0 1 0 348 7 0 0 18 0 9 0 1990193263 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 217108 13337 2540 9 0 211683 0
[pid=14041/tid=14042] ppid=14040 vsize=868432 CPUtime=2.59
/proc/14041/task/14042/stat : 14042 (java) R 14040 14027 12921 0 -1 64 3048 0 1 0 257 2 0 0 25 0 9 0 1990193264 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4126371034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=868432 CPUtime=0.74
/proc/14041/task/14043/stat : 14043 (java) S 14040 14027 12921 0 -1 64 9519 0 0 0 71 3 0 0 16 0 9 0 1990193265 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=868432 CPUtime=0.19
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1475 0 0 0 19 0 0 0 15 0 9 0 1990193267 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 889274368 13337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887388

[startup+12.7027 s]
/proc/loadavg: 2.08 2.01 1.93 4/104 14049
/proc/meminfo: memFree=835360/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 16 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=868432 CPUtime=9.82
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 33499 0 1 0 965 17 0 0 18 0 9 0 1990193263 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 217108 28014 2540 9 0 211683 0
[pid=14041/tid=14042] ppid=14040 vsize=868432 CPUtime=7.4
/proc/14041/task/14042/stat : 14042 (java) R 14040 14027 12921 0 -1 64 3754 0 1 0 738 2 0 0 25 0 9 0 1990193264 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4126472304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=868432 CPUtime=2.19
/proc/14041/task/14043/stat : 14043 (java) S 14040 14027 12921 0 -1 64 27571 0 0 0 207 12 0 0 16 0 9 0 1990193265 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=868432 CPUtime=0.19
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1477 0 0 0 19 0 0 0 16 0 9 0 1990193267 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 889274368 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887388

[startup+25.5022 s]
/proc/loadavg: 2.15 2.03 1.93 3/104 14049
/proc/meminfo: memFree=714144/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 16 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=868432 CPUtime=22.36
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 70227 0 1 0 2202 34 0 0 18 0 9 0 1990193263 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 217108 57015 2540 9 0 211683 0
[pid=14041/tid=14042] ppid=14040 vsize=868432 CPUtime=16.41
/proc/14041/task/14042/stat : 14042 (java) R 14040 14027 12921 0 -1 64 5601 0 1 0 1637 4 0 0 25 0 9 0 1990193264 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=868432 CPUtime=5.74
/proc/14041/task/14043/stat : 14043 (java) R 14040 14027 12921 0 -1 64 62452 0 0 0 545 29 0 0 16 0 9 0 1990193265 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 102516867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=868432 CPUtime=0.19
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1477 0 0 0 19 0 0 0 16 0 9 0 1990193267 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 889274368 57015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 887388

[startup+51.1022 s]
/proc/loadavg: 2.16 2.04 1.94 3/104 14049
/proc/meminfo: memFree=485280/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 16 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=868432 CPUtime=47.46
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 131465 0 1 0 4685 61 0 0 18 0 9 0 1990193263 889274368 114053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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


[startup+230.302 s]
/proc/loadavg: 2.13 2.10 1.98 3/104 14049
/proc/meminfo: memFree=198752/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 15 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=868432 CPUtime=223.14
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 272167 0 1 0 22186 128 0 0 18 0 9 0 1990193263 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 217108 184944 2540 9 0 211683 0
[pid=14041/tid=14042] ppid=14040 vsize=868432 CPUtime=68.66
/proc/14041/task/14042/stat : 14042 (java) S 14040 14027 12921 0 -1 64 9395 0 1 0 6860 6 0 0 16 0 9 0 1990193264 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=868432 CPUtime=154.22
/proc/14041/task/14043/stat : 14043 (java) R 14040 14027 12921 0 -1 64 260577 0 0 0 15302 120 0 0 25 0 9 0 1990193265 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 102721797 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=868432 CPUtime=0.23
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1498 0 0 0 23 0 0 0 15 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.67
Current children cumulated vsize (KiB) 887388

[startup+236.703 s]
/proc/loadavg: 2.12 2.10 1.98 3/104 14049
/proc/meminfo: memFree=193824/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 15 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=873560 CPUtime=229.41
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 275696 0 1 0 22811 130 0 0 18 0 9 0 1990193263 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 218390 186226 2540 9 0 212965 0
[pid=14041/tid=14042] ppid=14040 vsize=873560 CPUtime=68.66
/proc/14041/task/14042/stat : 14042 (java) S 14040 14027 12921 0 -1 64 9396 0 1 0 6860 6 0 0 17 0 9 0 1990193264 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=873560 CPUtime=160.49
/proc/14041/task/14043/stat : 14043 (java) R 14040 14027 12921 0 -1 64 264105 0 0 0 15927 122 0 0 25 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 102731928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=873560 CPUtime=0.23
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1498 0 0 0 23 0 0 0 15 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.94
Current children cumulated vsize (KiB) 892516

[startup+239.902 s]
/proc/loadavg: 2.11 2.10 1.98 3/104 14049
/proc/meminfo: memFree=193824/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 15 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=873560 CPUtime=232.55
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 277460 0 1 0 23124 131 0 0 18 0 9 0 1990193263 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 218390 186226 2540 9 0 212965 0
[pid=14041/tid=14042] ppid=14040 vsize=873560 CPUtime=68.66
/proc/14041/task/14042/stat : 14042 (java) S 14040 14027 12921 0 -1 64 9396 0 1 0 6860 6 0 0 17 0 9 0 1990193264 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=873560 CPUtime=163.63
/proc/14041/task/14043/stat : 14043 (java) R 14040 14027 12921 0 -1 64 265869 0 0 0 16240 123 0 0 25 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 102731890 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=873560 CPUtime=0.23
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1498 0 0 0 23 0 0 0 15 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 235.08
Current children cumulated vsize (KiB) 892516

[startup+240.702 s]
/proc/loadavg: 2.11 2.10 1.98 3/104 14049
/proc/meminfo: memFree=193824/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 15 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=873560 CPUtime=233.33
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 277460 0 1 0 23202 131 0 0 18 0 9 0 1990193263 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 218390 186226 2540 9 0 212965 0
[pid=14041/tid=14042] ppid=14040 vsize=873560 CPUtime=68.66
/proc/14041/task/14042/stat : 14042 (java) S 14040 14027 12921 0 -1 64 9396 0 1 0 6860 6 0 0 17 0 9 0 1990193264 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=873560 CPUtime=164.42
/proc/14041/task/14043/stat : 14043 (java) R 14040 14027 12921 0 -1 64 265869 0 0 0 16319 123 0 0 25 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 102731922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=873560 CPUtime=0.23
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1498 0 0 0 23 0 0 0 15 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=873560 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 894525440 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 235.86
Current children cumulated vsize (KiB) 892516

[startup+241.103 s]
/proc/loadavg: 2.11 2.10 1.98 3/104 14049
/proc/meminfo: memFree=193824/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 15 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=868432 CPUtime=233.72
/proc/14041/stat : 14041 (java) S 14040 14027 12921 0 -1 0 277461 0 1 0 23241 131 0 0 18 0 9 0 1990193263 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14041/statm: 217108 184944 2540 9 0 211683 0
[pid=14041/tid=14042] ppid=14040 vsize=868432 CPUtime=68.66
/proc/14041/task/14042/stat : 14042 (java) S 14040 14027 12921 0 -1 64 9397 0 1 0 6860 6 0 0 17 0 9 0 1990193264 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14043] ppid=14040 vsize=868432 CPUtime=164.81
/proc/14041/task/14043/stat : 14043 (java) R 14040 14027 12921 0 -1 64 265869 0 0 0 16358 123 0 0 25 0 9 0 1990193265 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14044] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14045] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14040 14027 12921 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990193265 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14046] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14047] ppid=14040 vsize=868432 CPUtime=0.23
/proc/14041/task/14047/stat : 14047 (java) S 14040 14027 12921 0 -1 64 1498 0 0 0 23 0 0 0 15 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14048] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14040 14027 12921 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14041/tid=14049] ppid=14040 vsize=868432 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14040 14027 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990193267 889274368 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.25
Current children cumulated vsize (KiB) 887388

[startup+241.502 s]
/proc/loadavg: 2.11 2.10 1.98 3/104 14049
/proc/meminfo: memFree=193824/2055924 swapFree=4180432/4192956
[pid=14027] ppid=14025 vsize=13600 CPUtime=2.53
/proc/14027/stat : 14027 (sugar) S 14025 14027 12921 0 -1 4194304 974 20867 0 1 3 1 237 12 16 0 1 0 1990192997 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14027/statm: 3400 797 370 3 0 500 0
[pid=14040] ppid=14027 vsize=5356 CPUtime=0
/proc/14040/stat : 14040 (sh) S 14027 14027 12921 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990193262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14040/statm: 1339 233 193 169 0 50 0
[pid=14041] ppid=14040 vsize=0 CPUtime=234.08
/proc/14041/stat : 14041 (java) R 14040 14027 12921 0 -1 1028 277475 0 1 0 23267 141 0 0 17 0 1 0 1990193263 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/14041/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 236.61
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 241.51
CPU time (s): 236.659
CPU user time (s): 235.09
CPU system time (s): 1.56876
CPU usage (%): 97.9912
Max. virtual memory (cumulated for all children) (KiB): 897636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.09
system time used= 1.56876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299654
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= 9195
involuntary context switches= 14108

runsolver used 0.308953 second user time and 0.846871 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 21:09:37
IDJOB=1057992
IDBENCH=54100
IDSOLVER=346
FILE ID=node6/1057992-1215112177
PBS_JOBID= 7877192
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d169279fa4e9bed6ceba6b2cb05fd73
RANDOM SEED=1842900886

node6.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.265
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.265
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:      2055924 kB
MemFree:        935256 kB
Buffers:         52512 kB
Cached:         574000 kB
SwapCached:       6636 kB
Active:         813944 kB
Inactive:       238676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        935256 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            6688 kB
Writeback:           0 kB
Mapped:         442528 kB
Slab:            52040 kB
Committed_AS:  3920748 kB
PageTables:       2964 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= 66508 MiB
End job on node6 at 2008-07-03 21:13:39