Trace number 1057991

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+picosat? 215.385 215.548

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/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:09:16 2008
0.00/0.04	c 0	PID 31362
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1057991-1215112156.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057991-1215112156.xml' 'HOME/temp.csp'
2.25/2.37	c 3	421 domains, 800 variables, 1 predicates, 0 relations, 37537 constraints
2.33/2.40	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.33/2.40	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.33/2.48	c 3	Parsing HOME/temp.csp
2.34/2.83	c 3	parsed 10000 expressions
2.34/3.14	c 4	parsed 20000 expressions
3.32/3.43	c 4	parsed 30000 expressions
3.52/3.65	c 4	parsed 38759 expressions
3.52/3.65	c 4	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.52/3.65	c 4	Converting to clausal form CSP
5.01/5.18	c 6	converted 3876 (10%) expressions
7.02/7.10	c 7	converted 7752 (20%) expressions
9.12/9.27	c 10	converted 11628 (30%) expressions
10.82/10.99	c 11	converted 15504 (40%) expressions
13.21/13.37	c 14	converted 19380 (50%) expressions
14.92/15.09	c 15	converted 23256 (60%) expressions
16.71/16.89	c 17	converted 27132 (70%) expressions
18.52/18.63	c 19	converted 31008 (80%) expressions
21.41/21.52	c 22	converted 34884 (90%) expressions
71.99/72.12	c 72	converted 38759 (100%) expressions
71.99/72.12	c 72	CSP : 800 integers, 0 booleans, 143548 clauses, largest domain size 34
71.99/72.12	c 72	Heap : 682 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
71.99/72.12	c 72	Propagation in CSP
165.45/165.61	c 166	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
165.45/165.62	c 166	CSP : 800 integers, 0 booleans, 143548 clauses, largest domain size 34
165.45/165.62	c 166	Heap : 722 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
165.55/165.72	c 166	Simplifing CSP by introducing new Boolean variables
215.24/215.40	c 216	ERROR Exception Java heap space
215.24/215.40	c 216	java.util.Arrays.copyOfRange(Unknown Source)
215.24/215.40	c 216	java.lang.String.(Unknown Source)
215.24/215.40	c 216	java.lang.StringBuilder.toString(Unknown Source)
215.24/215.40	c 216	jp.ac.kobe_u.cs.sugar.csp.BooleanVariable.(BooleanVariable.java:33)
215.24/215.40	c 216	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:227)
215.24/215.40	c 216	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:249)
215.24/215.40	c 216	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:113)
215.24/215.40	c 216	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
215.24/215.40	s UNKNOWN
215.31/215.54	c 216	CPU 213.84 (0.03 0 213.81 1.52)
215.31/215.54	c 216	END Thu Jul  3 21:12:52 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-1057991-1215112156/watcher-1057991-1215112156 -o /tmp/evaluation-result-1057991-1215112156/solver-1057991-1215112156 -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/picosat -tmp=HOME/temp HOME/instance-1057991-1215112156.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: 2.00 1.99 1.96 4/88 31362
/proc/meminfo: memFree=1214824/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=12272 CPUtime=0
/proc/31362/stat : 31362 (sugar) R 31360 31362 30873 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 122896266 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 0 0 0
/proc/31362/statm: 3068 327 246 3 0 168 0

[startup+0.0616529 s]
/proc/loadavg: 2.00 1.99 1.96 4/88 31362
/proc/meminfo: memFree=1214824/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=0.03
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 122896266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101555 s]
/proc/loadavg: 2.00 1.99 1.96 4/88 31362
/proc/meminfo: memFree=1214824/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=0.03
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 122896266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301573 s]
/proc/loadavg: 2.00 1.99 1.96 4/88 31362
/proc/meminfo: memFree=1214824/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=0.03
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 122896266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701623 s]
/proc/loadavg: 2.00 1.99 1.96 4/88 31362
/proc/meminfo: memFree=1214824/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=0.03
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 122896266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 2.00 1.99 1.96 3/99 31374
/proc/meminfo: memFree=1182992/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=0.03
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 122896266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 796 370 3 0 500 0
[pid=31365] ppid=31362 vsize=5356 CPUtime=0
/proc/31365/stat : 31365 (sh) S 31362 31362 30873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122896271 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31365/statm: 1339 233 193 169 0 50 0
[pid=31366] ppid=31365 vsize=866704 CPUtime=1.42
/proc/31366/stat : 31366 (java) S 31365 31362 30873 0 -1 0 17424 0 1 0 133 9 0 0 18 0 9 0 122896271 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31366/statm: 216676 15008 2529 9 0 211258 0
[pid=31366/tid=31367] ppid=31365 vsize=866704 CPUtime=0.78
/proc/31366/task/31367/stat : 31367 (java) R 31365 31362 30873 0 -1 64 3022 0 1 0 75 3 0 0 24 0 9 0 122896272 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31366/tid=31368] ppid=31365 vsize=866704 CPUtime=0.51
/proc/31366/task/31368/stat : 31368 (java) R 31365 31362 30873 0 -1 64 13201 0 0 0 46 5 0 0 16 0 9 0 122896273 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 102469616 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31366/tid=31369] ppid=31365 vsize=866704 CPUtime=0
/proc/31366/task/31369/stat : 31369 (java) S 31365 31362 30873 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 122896273 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31366/tid=31370] ppid=31365 vsize=866704 CPUtime=0
/proc/31366/task/31370/stat : 31370 (java) S 31365 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 122896273 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31366/tid=31371] ppid=31365 vsize=866704 CPUtime=0
/proc/31366/task/31371/stat : 31371 (java) S 31365 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 122896275 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31366/tid=31372] ppid=31365 vsize=866704 CPUtime=0.1
/proc/31366/task/31372/stat : 31372 (java) S 31365 31362 30873 0 -1 64 502 0 0 0 10 0 0 0 16 0 9 0 122896275 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31366/tid=31373] ppid=31365 vsize=866704 CPUtime=0
/proc/31366/task/31373/stat : 31373 (java) S 31365 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 122896275 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31366/tid=31374] ppid=31365 vsize=866704 CPUtime=0
/proc/31366/task/31374/stat : 31374 (java) S 31365 31362 30873 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 122896275 887504896 15008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 885660

[startup+3.10189 s]
/proc/loadavg: 2.00 1.99 1.96 3/99 31374
/proc/meminfo: memFree=1152592/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 973 20860 0 1 3 0 217 14 15 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 13600

[startup+6.30225 s]
/proc/loadavg: 2.00 1.99 1.96 3/99 31384
/proc/meminfo: memFree=1168656/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 16 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=868404 CPUtime=3.88
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 16893 0 1 0 378 10 0 0 20 0 9 0 122896507 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 217101 15294 2540 9 0 211676 0
[pid=31376/tid=31377] ppid=31375 vsize=868404 CPUtime=2.72
/proc/31376/task/31377/stat : 31377 (java) R 31375 31362 30873 0 -1 64 3300 0 1 0 269 3 0 0 25 0 9 0 122896508 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4126570557 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=868404 CPUtime=0.96
/proc/31376/task/31378/stat : 31378 (java) S 31375 31362 30873 0 -1 64 11427 0 0 0 90 6 0 0 16 0 9 0 122896509 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=868404 CPUtime=0.17
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1468 0 0 0 17 0 0 0 15 0 9 0 122896511 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 889245696 15294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887360

[startup+12.703 s]
/proc/loadavg: 2.00 1.99 1.96 3/99 31384
/proc/meminfo: memFree=1102096/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 16 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=878652 CPUtime=10.27
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 41445 0 1 0 1007 20 0 0 20 0 9 0 122896507 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 219663 33387 2540 9 0 214238 0
[pid=31376/tid=31377] ppid=31375 vsize=878652 CPUtime=7.54
/proc/31376/task/31377/stat : 31377 (java) R 31375 31362 30873 0 -1 64 3781 0 1 0 751 3 0 0 25 0 9 0 122896508 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=878652 CPUtime=2.52
/proc/31376/task/31378/stat : 31378 (java) R 31375 31362 30873 0 -1 64 35496 0 0 0 237 15 0 0 16 0 9 0 122896509 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 103834197 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=878652 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=878652 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=878652 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=878652 CPUtime=0.17
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1470 0 0 0 17 0 0 0 16 0 9 0 122896511 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=878652 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=878652 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 899739648 33387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 897608

[startup+25.5014 s]
/proc/loadavg: 2.08 2.00 1.96 3/99 31384
/proc/meminfo: memFree=970128/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 16 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=868404 CPUtime=23.07
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 78887 0 1 0 2272 35 0 0 20 0 9 0 122896507 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 217101 63744 2540 9 0 211676 0
[pid=31376/tid=31377] ppid=31375 vsize=868404 CPUtime=17.24
/proc/31376/task/31377/stat : 31377 (java) R 31375 31362 30873 0 -1 64 5642 0 1 0 1720 4 0 0 25 0 9 0 122896508 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4126570451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=868404 CPUtime=5.61
/proc/31376/task/31378/stat : 31378 (java) S 31375 31362 30873 0 -1 64 71072 0 0 0 532 29 0 0 16 0 9 0 122896509 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=868404 CPUtime=0.18
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1475 0 0 0 18 0 0 0 15 0 9 0 122896511 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=868404 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 889245696 63744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 887360

[startup+51.1013 s]
/proc/loadavg: 2.05 2.00 1.96 4/99 31384
/proc/meminfo: memFree=714512/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 16 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=868404 CPUtime=48.66
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 145960 0 1 0 4803 63 0 0 20 0 9 0 122896507 889245696 126296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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


[startup+204.702 s]
/proc/loadavg: 2.13 2.07 1.99 3/99 31384
/proc/meminfo: memFree=471184/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 15 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=875536 CPUtime=202.2
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 296782 0 1 0 20096 124 0 0 20 0 9 0 122896507 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 218884 186718 2540 9 0 213459 0
[pid=31376/tid=31377] ppid=31375 vsize=875536 CPUtime=63.58
/proc/31376/task/31377/stat : 31377 (java) S 31375 31362 30873 0 -1 64 9365 0 1 0 6351 7 0 0 17 0 9 0 122896508 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=875536 CPUtime=138.38
/proc/31376/task/31378/stat : 31378 (java) R 31375 31362 30873 0 -1 64 285229 0 0 0 13723 115 0 0 25 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 102731931 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=875536 CPUtime=0.2
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1490 0 0 0 20 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.54
Current children cumulated vsize (KiB) 894492

[startup+211.102 s]
/proc/loadavg: 2.11 2.07 1.99 3/99 31384
/proc/meminfo: memFree=471120/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 15 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=875536 CPUtime=208.6
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 301634 0 1 0 20734 126 0 0 20 0 9 0 122896507 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 218884 186718 2540 9 0 213459 0
[pid=31376/tid=31377] ppid=31375 vsize=875536 CPUtime=63.58
/proc/31376/task/31377/stat : 31377 (java) S 31375 31362 30873 0 -1 64 9367 0 1 0 6351 7 0 0 17 0 9 0 122896508 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=875536 CPUtime=144.79
/proc/31376/task/31378/stat : 31378 (java) R 31375 31362 30873 0 -1 64 290079 0 0 0 14361 118 0 0 25 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 102731931 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=875536 CPUtime=0.2
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1490 0 0 0 20 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.94
Current children cumulated vsize (KiB) 894492

[startup+212.702 s]
/proc/loadavg: 2.11 2.07 1.99 3/99 31384
/proc/meminfo: memFree=476432/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 15 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=870408 CPUtime=210.2
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 302135 0 1 0 20894 126 0 0 20 0 9 0 122896507 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 217602 185436 2540 9 0 212177 0
[pid=31376/tid=31377] ppid=31375 vsize=870408 CPUtime=63.58
/proc/31376/task/31377/stat : 31377 (java) S 31375 31362 30873 0 -1 64 9367 0 1 0 6351 7 0 0 17 0 9 0 122896508 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=870408 CPUtime=146.39
/proc/31376/task/31378/stat : 31378 (java) R 31375 31362 30873 0 -1 64 290580 0 0 0 14521 118 0 0 25 0 9 0 122896509 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=870408 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=870408 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=870408 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=870408 CPUtime=0.2
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1490 0 0 0 20 0 0 0 15 0 9 0 122896511 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=870408 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=870408 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 891297792 185436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 212.54
Current children cumulated vsize (KiB) 889364

[startup+214.302 s]
/proc/loadavg: 2.11 2.07 1.99 3/99 31384
/proc/meminfo: memFree=476432/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 15 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=875536 CPUtime=211.8
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 304059 0 1 0 21053 127 0 0 20 0 9 0 122896507 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 218884 186718 2540 9 0 213459 0
[pid=31376/tid=31377] ppid=31375 vsize=875536 CPUtime=63.58
/proc/31376/task/31377/stat : 31377 (java) S 31375 31362 30873 0 -1 64 9367 0 1 0 6351 7 0 0 17 0 9 0 122896508 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=875536 CPUtime=147.99
/proc/31376/task/31378/stat : 31378 (java) R 31375 31362 30873 0 -1 64 292504 0 0 0 14680 119 0 0 25 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=875536 CPUtime=0.2
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1490 0 0 0 20 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.14
Current children cumulated vsize (KiB) 894492

[startup+215.102 s]
/proc/loadavg: 2.11 2.07 1.99 3/99 31384
/proc/meminfo: memFree=471120/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 15 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=875536 CPUtime=212.6
/proc/31376/stat : 31376 (java) S 31375 31362 30873 0 -1 0 304059 0 1 0 21133 127 0 0 20 0 9 0 122896507 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 218884 186718 2540 9 0 213459 0
[pid=31376/tid=31377] ppid=31375 vsize=875536 CPUtime=63.58
/proc/31376/task/31377/stat : 31377 (java) S 31375 31362 30873 0 -1 64 9367 0 1 0 6351 7 0 0 17 0 9 0 122896508 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31375 vsize=875536 CPUtime=148.79
/proc/31376/task/31378/stat : 31378 (java) R 31375 31362 30873 0 -1 64 292504 0 0 0 14760 119 0 0 25 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 102731780 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31375 31362 30873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31375 31362 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 122896509 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31375 vsize=875536 CPUtime=0.2
/proc/31376/task/31382/stat : 31382 (java) S 31375 31362 30873 0 -1 64 1490 0 0 0 20 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31375 31362 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31375 vsize=875536 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31375 31362 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122896511 896548864 186718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.94
Current children cumulated vsize (KiB) 894492

[startup+215.502 s]
/proc/loadavg: 2.11 2.07 1.99 3/91 31384
/proc/meminfo: memFree=906960/2055920 swapFree=4179080/4192956
[pid=31362] ppid=31360 vsize=13600 CPUtime=2.34
/proc/31362/stat : 31362 (sugar) S 31360 31362 30873 0 -1 4194304 974 20860 0 1 3 0 217 14 16 0 1 0 122896266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31362/statm: 3400 797 370 3 0 500 0
[pid=31375] ppid=31362 vsize=5356 CPUtime=0
/proc/31375/stat : 31375 (sh) S 31362 31362 30873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122896507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31375/statm: 1339 233 193 169 0 50 0
[pid=31376] ppid=31375 vsize=0 CPUtime=212.97
/proc/31376/stat : 31376 (java) R 31375 31362 30873 0 -1 1028 304074 0 1 0 21163 134 0 0 17 0 1 0 122896507 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 0 0 0
/proc/31376/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 215.31
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 215.548
CPU time (s): 215.385
CPU user time (s): 213.846
CPU system time (s): 1.53877
CPU usage (%): 99.9247
Max. virtual memory (cumulated for all children) (KiB): 897612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.846
system time used= 1.53877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326246
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= 8937
involuntary context switches= 9923

runsolver used 0.293955 second user time and 0.699893 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-03 21:09:16
IDJOB=1057991
IDBENCH=54100
IDSOLVER=345
FILE ID=node76/1057991-1215112156
PBS_JOBID= 7877055
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057991-1215112156/watcher-1057991-1215112156 -o /tmp/evaluation-result-1057991-1215112156/solver-1057991-1215112156 -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/picosat" -tmp="HOME/temp" HOME/instance-1057991-1215112156.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d169279fa4e9bed6ceba6b2cb05fd73
RANDOM SEED=476393224

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1215304 kB
Buffers:         69292 kB
Cached:         641472 kB
SwapCached:       7656 kB
Active:         320536 kB
Inactive:       446424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1215304 kB
SwapTotal:     4192956 kB
SwapFree:      4179080 kB
Dirty:            6644 kB
Writeback:           0 kB
Mapped:          72624 kB
Slab:            58436 kB
Committed_AS:  1066720 kB
PageTables:       2212 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 node76 at 2008-07-03 21:12:52