Trace number 2061863

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? (TO) 1800.11 1807.34

General information on the benchmark

Namecsp/cjss/
normalized-la03x3-590.xml
MD5SUM4a57b1e7f8dbec9499f874ec5413a1d3
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
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 variables151
Number of constraints155
Maximum constraint arity30
Maximum domain size591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)cumulative(5)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:53:45 2009
0.00/0.08	c 0	PID 17296
0.06/0.08	c 0	HOST node17.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2061863-1247327625.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-2061863-1247327625.xml' 'HOME/temp.csp'
0.06/0.38	c 1	2 domains, 151 variables, 1 predicates, 0 relations, 155 constraints
0.06/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	c 1	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'
0.41/0.54	c 1	Parsing HOME/temp.csp
0.41/0.58	c 1	parsed 309 expressions
0.41/0.59	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.59	c 1	Converting to clausal form CSP
0.41/0.61	c 1	converted 31 (10%) expressions
0.41/0.61	c 1	converted 62 (20%) expressions
0.41/0.61	c 1	converted 93 (30%) expressions
0.41/0.61	c 1	converted 124 (40%) expressions
0.41/0.63	c 1	converted 155 (50%) expressions
0.41/0.64	c 1	converted 186 (60%) expressions
0.41/0.64	c 1	converted 217 (70%) expressions
0.41/0.65	c 1	converted 248 (80%) expressions
0.41/0.66	c 1	converted 279 (90%) expressions
15.19/15.46	c 16	converted 309 (100%) expressions
15.19/15.48	c 16	CSP : 95677 integers, 58539 booleans, 296568 clauses, largest domain size 570
15.19/15.48	c 16	Heap : 198 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.19/15.48	c 16	Propagation in CSP
16.97/17.25	c 18	12933 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.97/17.27	c 18	CSP : 95677 integers, 58539 booleans, 296568 clauses, largest domain size 434
16.97/17.27	c 18	Heap : 195 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.07/17.36	c 18	Simplifing CSP by introducing new Boolean variables
17.27/17.51	c 18	CSP : 95677 integers, 58539 booleans, 296568 clauses, largest domain size 434
17.27/17.51	c 18	Heap : 200 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.36/18.67	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.55/18.81	c 19	9568 (10%) CSP integer variables are encoded (54099 clauses, 789407 bytes)
18.55/18.82	c 19	19136 (20%) CSP integer variables are encoded (55835 clauses, 815447 bytes)
18.55/18.84	c 19	28704 (30%) CSP integer variables are encoded (57393 clauses, 838817 bytes)
18.55/18.86	c 19	38271 (40%) CSP integer variables are encoded (59133 clauses, 864917 bytes)
18.55/18.87	c 19	47839 (50%) CSP integer variables are encoded (60771 clauses, 889727 bytes)
18.55/18.89	c 19	57407 (60%) CSP integer variables are encoded (62511 clauses, 919307 bytes)
18.65/18.90	c 19	66974 (70%) CSP integer variables are encoded (64251 clauses, 948887 bytes)
18.65/18.92	c 19	76542 (80%) CSP integer variables are encoded (65991 clauses, 978467 bytes)
18.65/18.93	c 19	86110 (90%) CSP integer variables are encoded (67137 clauses, 997949 bytes)
18.65/18.95	c 19	95677 (100%) CSP integer variables are encoded (68877 clauses, 1027529 bytes)
35.68/36.13	c 36	29657 (10%) CSP clauses are encoded (371854 clauses, 9194646 bytes)
64.41/65.15	c 66	59314 (20%) CSP clauses are encoded (711455 clauses, 19115424 bytes)
79.56/80.47	c 81	88971 (30%) CSP clauses are encoded (935496 clauses, 25510335 bytes)
112.93/114.16	c 115	118628 (40%) CSP clauses are encoded (1268358 clauses, 35225768 bytes)
137.10/138.53	c 139	148284 (50%) CSP clauses are encoded (1603733 clauses, 45345910 bytes)
163.44/165.16	c 166	177941 (60%) CSP clauses are encoded (1948812 clauses, 56901098 bytes)
182.96/184.82	c 185	207598 (70%) CSP clauses are encoded (2225503 clauses, 66057472 bytes)
208.11/210.23	c 211	237255 (80%) CSP clauses are encoded (2565163 clauses, 77550231 bytes)
218.50/220.75	c 221	266912 (90%) CSP clauses are encoded (2733461 clauses, 82817086 bytes)
266.05/268.77	c 269	296568 (100%) CSP clauses are encoded (3091182 clauses, 94767680 bytes)
266.05/268.78	c 269	296568 CSP clauses encoded
266.05/268.78	c 269	Writing map file : HOME/temp.map
266.15/268.80	c 269	Heap : 187 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
266.15/268.80	c 269	SAT : 208539 SAT variables, 3091182 SAT clauses, 94767680 bytes
266.15/268.80	c 269	Heap : 187 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
266.15/268.86	c 269	SOLVING HOME/temp.cnf
266.15/268.86	c 269	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.11/1807.32	c ERROR INTERRUPTED
1800.11/1807.33	s UNKNOWN
1800.11/1807.33	c 1808	CPU 266.22 (0.06 0.01 265 1.15)
1800.11/1807.33	c 1808	END Sat Jul 11 18:23:53 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-2061863-1247327625/watcher-2061863-1247327625 -o /tmp/evaluation-result-2061863-1247327625/solver-2061863-1247327625 -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-2061863-1247327625.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.00 2.07 2.02 4/74 17296
/proc/meminfo: memFree=1834896/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=12268 CPUtime=0
/proc/17296/stat : 17296 (sugar) R 17294 17296 15412 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 19829775 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482585056 0 0 4224 0 0 0 0 17 1 0 0
/proc/17296/statm: 3067 316 241 3 0 167 0

[startup+0.083075 s]
/proc/loadavg: 2.00 2.07 2.02 4/74 17296
/proc/meminfo: memFree=1834896/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16740 CPUtime=0.06
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19829775 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101353 s]
/proc/loadavg: 2.00 2.07 2.02 4/74 17296
/proc/meminfo: memFree=1834896/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.06
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301368 s]
/proc/loadavg: 2.00 2.07 2.02 4/74 17296
/proc/meminfo: memFree=1834896/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.06
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701413 s]
/proc/loadavg: 2.00 2.07 2.02 4/74 17296
/proc/meminfo: memFree=1834896/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.42
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1309 4552 0 1 6 1 31 4 15 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.00 2.07 2.02 3/85 17318
/proc/meminfo: memFree=1814200/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.42
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1309 4552 0 1 6 1 31 4 15 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
[pid=17309] ppid=17296 vsize=5356 CPUtime=0
/proc/17309/stat : 17309 (sh) S 17296 17296 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829821 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17309/statm: 1339 233 193 169 0 50 0
[pid=17310] ppid=17309 vsize=868496 CPUtime=1.02
/proc/17310/stat : 17310 (java) S 17309 17296 15412 0 -1 0 8740 0 1 0 96 6 0 0 18 0 9 0 19829821 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17310/statm: 217124 7947 2567 9 0 211629 0
[pid=17310/tid=17311] ppid=17309 vsize=868496 CPUtime=0.57
/proc/17310/task/17311/stat : 17311 (java) R 17309 17296 15412 0 -1 64 2715 0 1 0 56 1 0 0 24 0 9 0 19829822 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4126408512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17312] ppid=17309 vsize=868496 CPUtime=0.21
/proc/17310/task/17312/stat : 17312 (java) S 17309 17296 15412 0 -1 64 3831 0 0 0 19 2 0 0 16 0 9 0 19829824 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17313] ppid=17309 vsize=868496 CPUtime=0
/proc/17310/task/17313/stat : 17313 (java) S 17309 17296 15412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829824 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17314] ppid=17309 vsize=868496 CPUtime=0
/proc/17310/task/17314/stat : 17314 (java) S 17309 17296 15412 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19829824 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17315] ppid=17309 vsize=868496 CPUtime=0
/proc/17310/task/17315/stat : 17315 (java) S 17309 17296 15412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829826 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17316] ppid=17309 vsize=868496 CPUtime=0.19
/proc/17310/task/17316/stat : 17316 (java) S 17309 17296 15412 0 -1 64 1496 0 0 0 19 0 0 0 16 0 9 0 19829826 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17317] ppid=17309 vsize=868496 CPUtime=0
/proc/17310/task/17317/stat : 17317 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19829827 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17318] ppid=17309 vsize=868496 CPUtime=0
/proc/17310/task/17318/stat : 17318 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19829827 889339904 7947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890720

[startup+3.11166 s]
/proc/loadavg: 2.00 2.07 2.02 3/85 17318
/proc/meminfo: memFree=1801272/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.42
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1309 4552 0 1 6 1 31 4 15 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
[pid=17309] ppid=17296 vsize=5356 CPUtime=0
/proc/17309/stat : 17309 (sh) S 17296 17296 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829821 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17309/statm: 1339 233 193 169 0 50 0
[pid=17310] ppid=17309 vsize=868768 CPUtime=2.61
/proc/17310/stat : 17310 (java) S 17309 17296 15412 0 -1 0 14987 0 1 0 251 10 0 0 18 0 9 0 19829821 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17310/statm: 217192 13990 2567 9 0 211697 0
[pid=17310/tid=17311] ppid=17309 vsize=868768 CPUtime=1.63
/proc/17310/task/17311/stat : 17311 (java) R 17309 17296 15412 0 -1 64 3058 0 1 0 161 2 0 0 25 0 9 0 19829822 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17312] ppid=17309 vsize=868768 CPUtime=0.75
/proc/17310/task/17312/stat : 17312 (java) R 17309 17296 15412 0 -1 64 9730 0 0 0 69 6 0 0 16 0 9 0 19829824 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17313] ppid=17309 vsize=868768 CPUtime=0
/proc/17310/task/17313/stat : 17313 (java) S 17309 17296 15412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829824 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17314] ppid=17309 vsize=868768 CPUtime=0
/proc/17310/task/17314/stat : 17314 (java) S 17309 17296 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829824 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17315] ppid=17309 vsize=868768 CPUtime=0
/proc/17310/task/17315/stat : 17315 (java) S 17309 17296 15412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829826 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17316] ppid=17309 vsize=868768 CPUtime=0.2
/proc/17310/task/17316/stat : 17316 (java) S 17309 17296 15412 0 -1 64 1501 0 0 0 20 0 0 0 16 0 9 0 19829826 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17317] ppid=17309 vsize=868768 CPUtime=0
/proc/17310/task/17317/stat : 17317 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19829827 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17318] ppid=17309 vsize=868768 CPUtime=0
/proc/17310/task/17318/stat : 17318 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19829827 889618432 13990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890992

[startup+6.30299 s]
/proc/loadavg: 2.08 2.09 2.02 3/85 17318
/proc/meminfo: memFree=1757496/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.42
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1309 4552 0 1 6 1 31 4 15 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
[pid=17309] ppid=17296 vsize=5356 CPUtime=0
/proc/17309/stat : 17309 (sh) S 17296 17296 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829821 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17309/statm: 1339 233 193 169 0 50 0
[pid=17310] ppid=17309 vsize=868580 CPUtime=5.76
/proc/17310/stat : 17310 (java) S 17309 17296 15412 0 -1 0 26550 0 1 0 561 15 0 0 18 0 9 0 19829821 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17310/statm: 217145 24820 2567 9 0 211650 0
[pid=17310/tid=17311] ppid=17309 vsize=868580 CPUtime=3.63
/proc/17310/task/17311/stat : 17311 (java) R 17309 17296 15412 0 -1 64 3580 0 1 0 361 2 0 0 25 0 9 0 19829822 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4126810299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17312] ppid=17309 vsize=868580 CPUtime=1.89
/proc/17310/task/17312/stat : 17312 (java) S 17309 17296 15412 0 -1 64 20757 0 0 0 178 11 0 0 16 0 9 0 19829824 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17313] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17313/stat : 17313 (java) S 17309 17296 15412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829824 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17314] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17314/stat : 17314 (java) S 17309 17296 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829824 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17315] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17315/stat : 17315 (java) S 17309 17296 15412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829826 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17316] ppid=17309 vsize=868580 CPUtime=0.21
/proc/17310/task/17316/stat : 17316 (java) S 17309 17296 15412 0 -1 64 1515 0 0 0 21 0 0 0 16 0 9 0 19829826 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17317] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17317/stat : 17317 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19829827 889425920 24820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17318] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17318/stat : 17318 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19829827 889425920 24820 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) 890804

[startup+12.7016 s]
/proc/loadavg: 2.07 2.09 2.02 3/85 17318
/proc/meminfo: memFree=1669496/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.42
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1309 4552 0 1 6 1 31 4 15 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
[pid=17309] ppid=17296 vsize=5356 CPUtime=0
/proc/17309/stat : 17309 (sh) S 17296 17296 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829821 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17309/statm: 1339 233 193 169 0 50 0
[pid=17310] ppid=17309 vsize=868580 CPUtime=12.09
/proc/17310/stat : 17310 (java) S 17309 17296 15412 0 -1 0 56167 0 1 0 1179 30 0 0 18 0 9 0 19829821 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17310/statm: 217145 45679 2568 9 0 211650 0
[pid=17310/tid=17311] ppid=17309 vsize=868580 CPUtime=7.26
/proc/17310/task/17311/stat : 17311 (java) R 17309 17296 15412 0 -1 64 4782 0 1 0 723 3 0 0 25 0 9 0 19829822 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4126543705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17312] ppid=17309 vsize=868580 CPUtime=4.58
/proc/17310/task/17312/stat : 17312 (java) S 17309 17296 15412 0 -1 64 49171 0 0 0 433 25 0 0 16 0 9 0 19829824 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17313] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17313/stat : 17313 (java) S 17309 17296 15412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829824 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17314] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17314/stat : 17314 (java) S 17309 17296 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829824 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17315] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17315/stat : 17315 (java) S 17309 17296 15412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829826 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17316] ppid=17309 vsize=868580 CPUtime=0.21
/proc/17310/task/17316/stat : 17316 (java) S 17309 17296 15412 0 -1 64 1516 0 0 0 21 0 0 0 17 0 9 0 19829826 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17317] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17317/stat : 17317 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19829827 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17318] ppid=17309 vsize=868580 CPUtime=0
/proc/17310/task/17318/stat : 17318 (java) S 17309 17296 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19829827 889425920 45679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890804

[startup+25.5029 s]
/proc/loadavg: 2.06 2.08 2.02 3/85 17318
/proc/meminfo: memFree=1597880/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=0.42
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1310 4552 0 1 6 1 31 4 16 0 1 0 19829775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1111 409 3 0 796 0
[pid=17309] ppid=17296 vsize=5356 CPUtime=0
/proc/17309/stat : 17309 (sh) S 17296 17296 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829821 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17309/statm: 1339 233 193 169 0 50 0
[pid=17310] ppid=17309 vsize=868692 CPUtime=24.76
/proc/17310/stat : 17310 (java) S 17309 17296 15412 0 -1 0 75518 0 1 0 2434 42 0 0 18 0 9 0 19829821 889540608 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17310/statm: 217173 59611 2592 9 0 211650 0
[pid=17310/tid=17311] ppid=17309 vsize=868692 CPUtime=18.01
/proc/17310/task/17311/stat : 17311 (java) R 17309 17296 15412 0 -1 64 6013 0 1 0 1794 7 0 0 25 0 9 0 19829822 889540608 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4126466323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17312] ppid=17309 vsize=868692 CPUtime=6.45
/proc/17310/task/17312/stat : 17312 (java) S 17309 17296 15412 0 -1 64 67255 0 0 0 612 33 0 0 16 0 9 0 19829824 889540608 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17313] ppid=17309 vsize=868692 CPUtime=0
/proc/17310/task/17313/stat : 17313 (java) S 17309 17296 15412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829824 889540608 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17314] ppid=17309 vsize=868692 CPUtime=0
/proc/17310/task/17314/stat : 17314 (java) S 17309 17296 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829824 889540608 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17310/tid=17315] ppid=17309 vsize=868692 CPUtime=0

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

/proc/meminfo: memFree=1674688/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=146868 CPUtime=1089.07
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 33477 0 0 0 106919 1988 0 0 25 0 1 0 19856663 150392832 33210 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 36717 33210 48 102 0 36612 0
Current children cumulated CPU time (s) 1355.28
Current children cumulated vsize (KiB) 169092

[startup+1422.31 s]
/proc/loadavg: 2.07 2.03 2.00 3/76 17356
/proc/meminfo: memFree=1674624/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=146868 CPUtime=1149.05
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 33477 0 0 0 112917 1988 0 0 25 0 1 0 19856663 150392832 33210 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 36717 33210 48 102 0 36612 0
Current children cumulated CPU time (s) 1415.26
Current children cumulated vsize (KiB) 169092

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/76 17356
/proc/meminfo: memFree=1674624/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=146868 CPUtime=1209.02
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 33477 0 0 0 118914 1988 0 0 25 0 1 0 19856663 150392832 33210 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 36717 33210 48 102 0 36612 0
Current children cumulated CPU time (s) 1475.23
Current children cumulated vsize (KiB) 169092

[startup+1542.3 s]
/proc/loadavg: 2.20 2.08 2.01 3/76 17356
/proc/meminfo: memFree=1674560/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=146868 CPUtime=1269
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 33477 0 0 0 124912 1988 0 0 25 0 1 0 19856663 150392832 33210 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 36717 33210 48 102 0 36612 0
Current children cumulated CPU time (s) 1535.21
Current children cumulated vsize (KiB) 169092

[startup+1602.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/77 17357
/proc/meminfo: memFree=1672568/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=148712 CPUtime=1328.98
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 33953 0 0 0 130909 1989 0 0 25 0 1 0 19856663 152281088 33686 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 37178 33686 48 102 0 37073 0
Current children cumulated CPU time (s) 1595.19
Current children cumulated vsize (KiB) 170936

[startup+1662.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/77 17357
/proc/meminfo: memFree=1669368/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=151728 CPUtime=1388.95
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 34694 0 0 0 136905 1990 0 0 25 0 1 0 19856663 155369472 34427 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 37932 34427 48 102 0 37827 0
Current children cumulated CPU time (s) 1655.16
Current children cumulated vsize (KiB) 173952

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/77 17357
/proc/meminfo: memFree=1666744/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=154332 CPUtime=1448.93
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 35359 0 0 0 142902 1991 0 0 25 0 1 0 19856663 158035968 35092 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 38583 35092 48 102 0 38478 0
Current children cumulated CPU time (s) 1715.14
Current children cumulated vsize (KiB) 176556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 17357
/proc/meminfo: memFree=1663480/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=157484 CPUtime=1508.9
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 36146 0 0 0 148898 1992 0 0 25 0 1 0 19856663 161263616 35879 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 39371 35879 48 102 0 39266 0
Current children cumulated CPU time (s) 1775.11
Current children cumulated vsize (KiB) 179708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 17357
/proc/meminfo: memFree=1662200/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=158532 CPUtime=1533.9
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 36539 0 0 0 151398 1992 0 0 25 0 1 0 19856663 162336768 36154 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 39633 36154 48 102 0 39528 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 180756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 17357
/proc/meminfo: memFree=1662200/2055920 swapFree=4192812/4192956
[pid=17296] ppid=17294 vsize=16868 CPUtime=266.21
/proc/17296/stat : 17296 (sugar) S 17294 17296 15412 0 -1 4194304 1365 80700 0 2 6 1 26500 114 17 0 1 0 19829775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17296/statm: 4217 1113 409 3 0 796 0
[pid=17319] ppid=17296 vsize=5356 CPUtime=0
/proc/17319/stat : 17319 (sh) S 17296 17296 15412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856662 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17319/statm: 1339 232 193 169 0 50 0
[pid=17320] ppid=17319 vsize=158532 CPUtime=1533.9
/proc/17320/stat : 17320 (picosat) R 17319 17296 15412 0 -1 4194304 36539 0 0 0 151398 1992 0 0 25 0 1 0 19856663 162336768 36154 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/17320/statm: 39633 36154 48 102 0 39528 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 180756

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17296 and gives
#  childrusage.ru_utime.tv_sec=265
#  childrusage.ru_utime.tv_usec=68703
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=170822
# CPU time returned by wait4() is 266.24
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.34
CPU time (s): 1800.11
CPU user time (s): 1779.04
CPU system time (s): 21.07
CPU usage (%): 99.6
Max. virtual memory (cumulated for all children) (KiB): 905620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.069
system time used= 1.17082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82459
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= 12579
involuntary context switches= 13377

runsolver used 2.12968 second user time and 6.12707 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-11 17:53:45
IDJOB=2061863
IDBENCH=53847
IDSOLVER=738
FILE ID=node17/2061863-1247327625
PBS_JOBID= 9506593
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-la03x3-590.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-2061863-1247327625/watcher-2061863-1247327625 -o /tmp/evaluation-result-2061863-1247327625/solver-2061863-1247327625 -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-2061863-1247327625.xml

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

MD5SUM BENCH= 4a57b1e7f8dbec9499f874ec5413a1d3
RANDOM SEED=2033420348

node17.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.213
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.213
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:       1835376 kB
Buffers:          8188 kB
Cached:          83340 kB
SwapCached:          0 kB
Active:         143520 kB
Inactive:        21484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          84624 kB
Slab:            40504 kB
Committed_AS:   194828 kB
PageTables:       2040 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= 66448 MiB
End job on node17 at 2009-07-11 18:23:55