Trace number 2063854

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.14.6+picosat? 236.727 239.018

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-1.xml
MD5SUM4d169279fa4e9bed6ceba6b2cb05fd73
Bench CategoryAlldiff (alldiff)
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:24:51 2009
0.00/0.08	c 0	PID 16103
0.06/0.08	c 0	HOST node1.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063854-1247333091.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063854-1247333091.xml' 'HOME/temp.csp'
2.44/2.52	c 3	421 domains, 800 variables, 1 predicates, 0 relations, 37537 constraints
2.44/2.54	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.44/2.54	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.48/2.62	c 3	Parsing HOME/temp.csp
2.48/2.80	c 3	parsed 10000 expressions
2.48/3.00	c 3	parsed 20000 expressions
2.48/3.11	c 3	parsed 30000 expressions
3.11/3.29	c 4	parsed 38759 expressions
3.11/3.29	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.29	c 4	Converting to clausal form CSP
4.79/4.99	c 5	converted 3876 (10%) expressions
6.87/7.07	c 7	converted 7752 (20%) expressions
8.75/8.93	c 9	converted 11628 (30%) expressions
11.12/11.30	c 12	converted 15504 (40%) expressions
12.92/13.14	c 13	converted 19380 (50%) expressions
15.37/15.68	c 16	converted 23256 (60%) expressions
17.27/17.54	c 18	converted 27132 (70%) expressions
19.04/19.38	c 20	converted 31008 (80%) expressions
20.82/21.16	c 21	converted 34884 (90%) expressions
84.13/85.04	c 85	converted 38759 (100%) expressions
84.13/85.04	c 85	CSP : 800 integers, 0 booleans, 143548 clauses, largest domain size 34
84.13/85.04	c 85	Heap : 662 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
84.13/85.04	c 85	Propagation in CSP
183.89/185.70	c 186	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
183.89/185.70	c 186	CSP : 800 integers, 0 booleans, 143548 clauses, largest domain size 34
183.89/185.70	c 186	Heap : 689 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
183.99/185.85	c 186	Simplifing CSP by introducing new Boolean variables
236.59/238.90	c 239	ERROR Exception Java heap space
236.59/238.90	c 239	java.lang.AbstractStringBuilder.<init>(Unknown Source)
236.59/238.90	c 239	java.lang.StringBuilder.<init>(Unknown Source)
236.59/238.90	c 239	jp.ac.kobe_u.cs.sugar.csp.BooleanVariable.<init>(BooleanVariable.java:33)
236.59/238.90	c 239	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:227)
236.59/238.90	c 239	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:249)
236.59/238.90	c 239	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:125)
236.59/238.90	c 239	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
236.59/238.90	s UNKNOWN
236.68/239.01	c 239	CPU 236.71 (0.06 0.02 235.22 1.41)
236.68/239.01	c 239	END Sat Jul 11 19:28:50 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063854-1247333091/watcher-2063854-1247333091 -o /tmp/evaluation-result-2063854-1247333091/solver-2063854-1247333091 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063854-1247333091.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.35 2.20 2.08 4/73 16103
/proc/meminfo: memFree=792928/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=18576 CPUtime=0
/proc/16103/stat : 16103 (runsolver) R 16101 16103 13879 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20376880 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16103/statm: 4644 284 249 26 0 2626 0

[startup+0.081141 s]
/proc/loadavg: 2.35 2.20 2.08 4/73 16103
/proc/meminfo: memFree=792928/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16740 CPUtime=0.06
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20376880 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100828 s]
/proc/loadavg: 2.35 2.20 2.08 4/73 16103
/proc/meminfo: memFree=792928/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=0.06
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301845 s]
/proc/loadavg: 2.35 2.20 2.08 4/73 16103
/proc/meminfo: memFree=792928/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=0.06
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701896 s]
/proc/loadavg: 2.35 2.20 2.08 4/73 16103
/proc/meminfo: memFree=792928/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=0.06
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.503 s]
/proc/loadavg: 2.35 2.20 2.08 3/84 16115
/proc/meminfo: memFree=766216/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=0.06
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16106] ppid=16103 vsize=5356 CPUtime=0
/proc/16106/stat : 16106 (sh) S 16103 16103 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20376888 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16106/statm: 1339 233 193 169 0 50 0
[pid=16107] ppid=16106 vsize=864772 CPUtime=1.39
/proc/16107/stat : 16107 (java) S 16106 16103 13879 0 -1 0 15579 0 1 0 131 8 0 0 18 0 9 0 20376888 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16107/statm: 216193 13608 2556 9 0 210705 0
[pid=16107/tid=16108] ppid=16106 vsize=864772 CPUtime=0.81
/proc/16107/task/16108/stat : 16108 (java) R 16106 16103 13879 0 -1 64 3071 0 1 0 79 2 0 0 24 0 9 0 20376889 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16107/tid=16109] ppid=16106 vsize=864772 CPUtime=0.43
/proc/16107/task/16109/stat : 16109 (java) R 16106 16103 13879 0 -1 64 11289 0 0 0 39 4 0 0 16 0 9 0 20376891 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16107/tid=16110] ppid=16106 vsize=864772 CPUtime=0
/proc/16107/task/16110/stat : 16110 (java) S 16106 16103 13879 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20376891 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16107/tid=16111] ppid=16106 vsize=864772 CPUtime=0
/proc/16107/task/16111/stat : 16111 (java) S 16106 16103 13879 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20376891 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16107/tid=16112] ppid=16106 vsize=864772 CPUtime=0
/proc/16107/task/16112/stat : 16112 (java) S 16106 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20376893 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16107/tid=16113] ppid=16106 vsize=864772 CPUtime=0.12
/proc/16107/task/16113/stat : 16113 (java) S 16106 16103 13879 0 -1 64 514 0 0 0 12 0 0 0 16 0 9 0 20376893 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16107/tid=16114] ppid=16106 vsize=864772 CPUtime=0
/proc/16107/task/16114/stat : 16114 (java) S 16106 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20376893 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16107/tid=16115] ppid=16106 vsize=864772 CPUtime=0
/proc/16107/task/16115/stat : 16115 (java) S 16106 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20376893 885526528 13608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10118 s]
/proc/loadavg: 2.40 2.21 2.09 3/84 16115
/proc/meminfo: memFree=730568/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.48
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1309 20948 0 1 5 1 229 13 15 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30257 s]
/proc/loadavg: 2.40 2.21 2.09 3/84 16125
/proc/meminfo: memFree=743112/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.48
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1309 20948 0 1 5 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=868644 CPUtime=3.7
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 16867 0 1 0 362 8 0 0 18 0 9 0 20377134 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 217161 15342 2566 9 0 211666 0
[pid=16117/tid=16118] ppid=16116 vsize=868644 CPUtime=2.62
/proc/16117/task/16118/stat : 16118 (java) R 16116 16103 13879 0 -1 64 2907 0 1 0 261 1 0 0 25 0 9 0 20377135 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4126511494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=868644 CPUtime=0.88
/proc/16117/task/16119/stat : 16119 (java) S 16116 16103 13879 0 -1 64 11789 0 0 0 84 4 0 0 16 0 9 0 20377137 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=868644 CPUtime=0.17
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1468 0 0 0 16 1 0 0 15 0 9 0 20377139 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) R 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 889491456 15342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890868

[startup+12.7023 s]
/proc/loadavg: 2.42 2.22 2.09 3/84 16125
/proc/meminfo: memFree=679688/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.48
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1309 20948 0 1 5 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=868644 CPUtime=10.03
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 36427 0 1 0 988 15 0 0 18 0 9 0 20377134 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 217161 31332 2567 9 0 211666 0
[pid=16117/tid=16118] ppid=16116 vsize=868644 CPUtime=7.68
/proc/16117/task/16118/stat : 16118 (java) R 16116 16103 13879 0 -1 64 3705 0 1 0 766 2 0 0 25 0 9 0 20377135 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4126511424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=868644 CPUtime=2.14
/proc/16117/task/16119/stat : 16119 (java) S 16116 16103 13879 0 -1 64 30548 0 0 0 203 11 0 0 16 0 9 0 20377137 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=868644 CPUtime=0.17
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1471 0 0 0 16 1 0 0 16 0 9 0 20377139 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 889491456 31332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890868

[startup+25.5018 s]
/proc/loadavg: 2.35 2.21 2.09 3/84 16125
/proc/meminfo: memFree=552072/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1309 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=868644 CPUtime=22.7
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 73882 0 1 0 2238 32 0 0 18 0 9 0 20377134 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 217161 61382 2567 9 0 211666 0
[pid=16117/tid=16118] ppid=16116 vsize=868644 CPUtime=16.77
/proc/16117/task/16118/stat : 16118 (java) R 16116 16103 13879 0 -1 64 5840 0 1 0 1674 3 0 0 25 0 9 0 20377135 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4126426204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=868644 CPUtime=5.72
/proc/16117/task/16119/stat : 16119 (java) S 16116 16103 13879 0 -1 64 65861 0 0 0 546 26 0 0 16 0 9 0 20377137 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=868644 CPUtime=0.18
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1478 0 0 0 17 1 0 0 15 0 9 0 20377139 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 889491456 61382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890868

[startup+51.1018 s]
/proc/loadavg: 2.30 2.21 2.09 3/84 16125
/proc/meminfo: memFree=342472/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1309 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=868644 CPUtime=48.06
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 131630 0 1 0 4751 55 0 0 18 0 9 0 20377134 889491456 114915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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


[startup+233.503 s]
/proc/loadavg: 2.25 2.25 2.12 3/85 16126
/proc/meminfo: memFree=51392/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1310 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=873772 CPUtime=228.75
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 275097 0 1 0 22759 116 0 0 18 0 9 0 20377134 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 218443 186301 2567 9 0 212948 0
[pid=16117/tid=16118] ppid=16116 vsize=873772 CPUtime=76.95
/proc/16117/task/16118/stat : 16118 (java) S 16116 16103 13879 0 -1 64 8631 0 1 0 7690 5 0 0 17 0 9 0 20377135 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=873772 CPUtime=151.57
/proc/16117/task/16119/stat : 16119 (java) R 16116 16103 13879 0 -1 64 264272 0 0 0 15049 108 0 0 25 0 9 0 20377137 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 104188802 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 20377137 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=873772 CPUtime=0.2
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1490 0 0 0 19 1 0 0 15 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.24
Current children cumulated vsize (KiB) 895996

[startup+236.702 s]
/proc/loadavg: 2.23 2.25 2.12 3/85 16126
/proc/meminfo: memFree=56320/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1310 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=869928 CPUtime=231.91
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 275579 0 1 0 23075 116 0 0 18 0 9 0 20377134 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 217482 185340 2567 9 0 211987 0
[pid=16117/tid=16118] ppid=16116 vsize=869928 CPUtime=76.95
/proc/16117/task/16118/stat : 16118 (java) S 16116 16103 13879 0 -1 64 8631 0 1 0 7690 5 0 0 17 0 9 0 20377135 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=869928 CPUtime=154.74
/proc/16117/task/16119/stat : 16119 (java) R 16116 16103 13879 0 -1 64 264754 0 0 0 15366 108 0 0 25 0 9 0 20377137 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 103731945 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=869928 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=869928 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 20377137 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=869928 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=869928 CPUtime=0.2
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1490 0 0 0 19 1 0 0 15 0 9 0 20377139 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=869928 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=869928 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 890806272 185340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.4
Current children cumulated vsize (KiB) 892152

[startup+238.302 s]
/proc/loadavg: 2.23 2.25 2.12 3/85 16126
/proc/meminfo: memFree=51392/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1310 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=873772 CPUtime=233.51
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 276861 0 1 0 23234 117 0 0 18 0 9 0 20377134 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 218443 186301 2567 9 0 212948 0
[pid=16117/tid=16118] ppid=16116 vsize=873772 CPUtime=76.95
/proc/16117/task/16118/stat : 16118 (java) S 16116 16103 13879 0 -1 64 8631 0 1 0 7690 5 0 0 17 0 9 0 20377135 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=873772 CPUtime=156.33
/proc/16117/task/16119/stat : 16119 (java) R 16116 16103 13879 0 -1 64 266036 0 0 0 15524 109 0 0 25 0 9 0 20377137 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 20377137 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=873772 CPUtime=0.2
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1490 0 0 0 19 1 0 0 15 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=873772 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 894742528 186301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236
Current children cumulated vsize (KiB) 895996

[startup+238.707 s]
/proc/loadavg: 2.23 2.25 2.12 3/85 16126
/proc/meminfo: memFree=56320/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1310 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=868644 CPUtime=233.9
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 276863 0 1 0 23273 117 0 0 18 0 9 0 20377134 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 217161 185020 2568 9 0 211666 0
[pid=16117/tid=16118] ppid=16116 vsize=868644 CPUtime=76.95
/proc/16117/task/16118/stat : 16118 (java) S 16116 16103 13879 0 -1 64 8633 0 1 0 7690 5 0 0 17 0 9 0 20377135 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=868644 CPUtime=156.72
/proc/16117/task/16119/stat : 16119 (java) R 16116 16103 13879 0 -1 64 266036 0 0 0 15563 109 0 0 25 0 9 0 20377137 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 104190130 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 20377137 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=868644 CPUtime=0.2
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1490 0 0 0 19 1 0 0 15 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.39
Current children cumulated vsize (KiB) 890868

[startup+238.902 s]
/proc/loadavg: 2.23 2.25 2.12 3/85 16126
/proc/meminfo: memFree=56320/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1310 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1111 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=868644 CPUtime=234.1
/proc/16117/stat : 16117 (java) S 16116 16103 13879 0 -1 0 276863 0 1 0 23293 117 0 0 18 0 9 0 20377134 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 217161 185020 2568 9 0 211666 0
[pid=16117/tid=16118] ppid=16116 vsize=868644 CPUtime=76.95
/proc/16117/task/16118/stat : 16118 (java) S 16116 16103 13879 0 -1 64 8633 0 1 0 7690 5 0 0 17 0 9 0 20377135 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=868644 CPUtime=156.92
/proc/16117/task/16119/stat : 16119 (java) R 16116 16103 13879 0 -1 64 266036 0 0 0 15583 109 0 0 25 0 9 0 20377137 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 102326600 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 13879 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20377137 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 13879 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 20377137 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=868644 CPUtime=0.2
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 13879 0 -1 64 1490 0 0 0 19 1 0 0 15 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 13879 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=868644 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20377139 889491456 185020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.59
Current children cumulated vsize (KiB) 890868

[startup+239.002 s]
/proc/loadavg: 2.23 2.25 2.12 3/85 16126
/proc/meminfo: memFree=56320/2055920 swapFree=4192956/4192956
[pid=16103] ppid=16101 vsize=16868 CPUtime=2.49
/proc/16103/stat : 16103 (sugar) S 16101 16103 13879 0 -1 4194304 1312 20948 0 1 6 1 229 13 16 0 1 0 20376880 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4217 1112 409 3 0 796 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20377134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=0 CPUtime=234.19
/proc/16117/stat : 16117 (java) Z 16116 16103 13879 0 -1 1036 276874 0 1 0 23293 126 0 0 16 0 2 0 20377134 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 236.68
Current children cumulated vsize (KiB) 22224

Child status: 0
Real time (s): 239.018
CPU time (s): 236.727
CPU user time (s): 235.289
CPU system time (s): 1.43778
CPU usage (%): 99.0416
Max. virtual memory (cumulated for all children) (KiB): 901116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.289
system time used= 1.43778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299505
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= 8935
involuntary context switches= 13885

runsolver used 0.299954 second user time and 0.812876 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-11 19:24:51
IDJOB=2063854
IDBENCH=54100
IDSOLVER=738
FILE ID=node1/2063854-1247333091
PBS_JOBID= 9506625
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-1.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063854-1247333091/watcher-2063854-1247333091 -o /tmp/evaluation-result-2063854-1247333091/solver-2063854-1247333091 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063854-1247333091.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4d169279fa4e9bed6ceba6b2cb05fd73
RANDOM SEED=720463433

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        793472 kB
Buffers:         68448 kB
Cached:        1095984 kB
SwapCached:          0 kB
Active:         428648 kB
Inactive:       755404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        793472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6704 kB
Writeback:           0 kB
Mapped:          30392 kB
Slab:            63632 kB
Committed_AS:   207076 kB
PageTables:       1796 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= 66380 MiB
End job on node1 at 2009-07-11 19:28:50