Trace number 2062072

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+picosatSAT 367.186 370.805

General information on the benchmark

Namecsp/allsquares/
normalized-squares-30-30.xml
MD5SUMcc6320a0fc34022aa33c45eea138fa7d
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark367.186
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints2178
Maximum constraint arity30
Maximum domain size98
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1741
Global constraints used (with number of constraints)cumulative(2),weightedsum(435)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:00:50 2009
0.00/0.08	c 0	PID 16135
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062072-1247328050.xml TO HOME/temp.csp
0.00/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-2062072-1247328050.xml' 'HOME/temp.csp'
0.07/0.86	c 1	31 domains, 1800 variables, 2 predicates, 0 relations, 2178 constraints
0.07/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	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.85/0.95	c 1	Parsing HOME/temp.csp
0.85/1.07	c 1	parsed 4011 expressions
0.85/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.85/1.07	c 1	Converting to clausal form CSP
1.06/1.11	c 1	converted 402 (10%) expressions
1.06/1.12	c 1	converted 803 (20%) expressions
1.06/1.12	c 1	converted 1204 (30%) expressions
1.06/1.13	c 1	converted 1605 (40%) expressions
1.16/1.29	c 1	converted 2006 (50%) expressions
1.25/1.35	c 1	converted 2407 (60%) expressions
1.25/1.39	c 1	converted 2808 (70%) expressions
1.35/1.42	c 1	converted 3209 (80%) expressions
1.35/1.45	c 1	converted 3610 (90%) expressions
2.54/2.64	c 2	converted 4011 (100%) expressions
2.54/2.64	c 2	CSP : 8268 integers, 3952 booleans, 24884 clauses, largest domain size 99
2.54/2.64	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.54/2.64	c 2	Propagation in CSP
2.64/2.74	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.64/2.75	c 2	CSP : 8268 integers, 3952 booleans, 24884 clauses, largest domain size 99
2.64/2.75	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.64/2.76	c 2	Simplifing CSP by introducing new Boolean variables
2.64/2.78	c 2	CSP : 8268 integers, 3952 booleans, 24884 clauses, largest domain size 99
2.64/2.78	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.84/2.90	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.84/2.93	c 3	827 (10%) CSP integer variables are encoded (4822 clauses, 60561 bytes)
2.84/2.94	c 3	1654 (20%) CSP integer variables are encoded (4822 clauses, 60561 bytes)
2.84/2.95	c 3	2481 (30%) CSP integer variables are encoded (9322 clauses, 122211 bytes)
2.84/2.96	c 3	3308 (40%) CSP integer variables are encoded (14947 clauses, 206586 bytes)
2.84/2.97	c 3	4134 (50%) CSP integer variables are encoded (20572 clauses, 290961 bytes)
2.84/2.98	c 3	4961 (60%) CSP integer variables are encoded (26197 clauses, 375336 bytes)
2.84/2.98	c 3	5788 (70%) CSP integer variables are encoded (31822 clauses, 459711 bytes)
2.84/2.99	c 3	6615 (80%) CSP integer variables are encoded (37447 clauses, 544086 bytes)
2.94/3.00	c 3	7442 (90%) CSP integer variables are encoded (43200 clauses, 630381 bytes)
2.94/3.01	c 3	8268 (100%) CSP integer variables are encoded (48922 clauses, 716211 bytes)
3.24/3.38	c 3	2489 (10%) CSP clauses are encoded (222702 clauses, 3810370 bytes)
4.52/4.65	c 4	4977 (20%) CSP clauses are encoded (344259 clauses, 7081092 bytes)
6.49/6.65	c 6	7466 (30%) CSP clauses are encoded (451050 clauses, 11399401 bytes)
8.38/8.52	c 8	9954 (40%) CSP clauses are encoded (548358 clauses, 15345787 bytes)
10.16/10.36	c 10	12442 (50%) CSP clauses are encoded (643999 clauses, 19190028 bytes)
12.81/13.09	c 13	14931 (60%) CSP clauses are encoded (940103 clauses, 27545788 bytes)
15.08/15.31	c 15	17419 (70%) CSP clauses are encoded (1056375 clauses, 32273884 bytes)
16.86/17.18	c 17	19908 (80%) CSP clauses are encoded (1153684 clauses, 36221258 bytes)
18.64/18.98	c 19	22396 (90%) CSP clauses are encoded (1247254 clauses, 39995095 bytes)
21.12/21.48	c 21	24884 (100%) CSP clauses are encoded (1531205 clauses, 47902223 bytes)
21.12/21.48	c 21	24884 CSP clauses encoded
21.12/21.48	c 21	Writing map file : HOME/temp.map
21.12/21.50	c 21	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.12/21.50	c 21	SAT : 61074 SAT variables, 1531205 SAT clauses, 47902223 bytes
21.12/21.50	c 21	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.21/21.54	c 21	SOLVING HOME/temp.cnf
21.21/21.54	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
366.58/370.24	c 370	DECODING HOME/temp.out WITH HOME/temp.map
366.58/370.24	c 370	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
366.63/370.32	c 370	Decoding HOME/temp.out
366.63/370.67	s SATISFIABLE
367.05/370.75	v 16 25 39 48 25 19 42 62 11 52 0 13 0 25 50 65 81 30 0 30 49 20 49 25 0 72 71 70 42 0 75 35 84 21 30 55 62 16 76 15 74 86 85 84 0 0 0 20 55 0 25 62 46 38 30 45 71 17 69 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1
367.05/370.76	c 370	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
367.05/370.78	c 370	CPU 367.15 (0.05 0.03 355.93 11.14)
367.05/370.78	c 370	END Sat Jul 11 18:07:00 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062072-1247328050/watcher-2062072-1247328050 -o /tmp/evaluation-result-2062072-1247328050/solver-2062072-1247328050 -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-2062072-1247328050.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.06 1.98 1.91 4/76 16135
/proc/meminfo: memFree=846464/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=18576 CPUtime=0
/proc/16135/stat : 16135 (runsolver) R 16133 16135 12034 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19867659 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16135/statm: 4644 284 249 26 0 2626 0

[startup+0.12724 s]
/proc/loadavg: 2.06 1.98 1.91 4/76 16135
/proc/meminfo: memFree=846464/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.07
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201253 s]
/proc/loadavg: 2.06 1.98 1.91 4/76 16135
/proc/meminfo: memFree=846464/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.07
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301263 s]
/proc/loadavg: 2.06 1.98 1.91 4/76 16135
/proc/meminfo: memFree=846464/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.07
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701336 s]
/proc/loadavg: 2.06 1.98 1.91 4/76 16135
/proc/meminfo: memFree=846464/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.07
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 2.06 1.98 1.91 3/87 16157
/proc/meminfo: memFree=835688/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.85
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1309 5564 0 1 5 2 74 4 15 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
[pid=16148] ppid=16135 vsize=5356 CPUtime=0
/proc/16148/stat : 16148 (sh) S 16135 16135 12034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19867746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16148/statm: 1339 233 193 169 0 50 0
[pid=16149] ppid=16148 vsize=869536 CPUtime=0.6
/proc/16149/stat : 16149 (java) S 16148 16135 12034 0 -1 0 5884 0 1 0 58 2 0 0 18 0 9 0 19867746 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16149/statm: 217384 5305 1745 9 0 211889 0
[pid=16149/tid=16150] ppid=16148 vsize=869536 CPUtime=0.37
/proc/16149/task/16150/stat : 16150 (java) R 16148 16135 12034 0 -1 64 2677 0 1 0 36 1 0 0 22 0 9 0 19867747 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16151] ppid=16148 vsize=869536 CPUtime=0.04
/proc/16149/task/16151/stat : 16151 (java) S 16148 16135 12034 0 -1 64 1019 0 0 0 4 0 0 0 16 0 9 0 19867748 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16152] ppid=16148 vsize=869536 CPUtime=0
/proc/16149/task/16152/stat : 16152 (java) S 16148 16135 12034 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19867748 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16153] ppid=16148 vsize=869536 CPUtime=0
/proc/16149/task/16153/stat : 16153 (java) S 16148 16135 12034 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19867748 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16154] ppid=16148 vsize=869536 CPUtime=0
/proc/16149/task/16154/stat : 16154 (java) S 16148 16135 12034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19867750 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16155] ppid=16148 vsize=869536 CPUtime=0.17
/proc/16149/task/16155/stat : 16155 (java) R 16148 16135 12034 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 19867750 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4160645797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16156] ppid=16148 vsize=869536 CPUtime=0
/proc/16149/task/16156/stat : 16156 (java) S 16148 16135 12034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19867750 890404864 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16157] ppid=16148 vsize=869536 CPUtime=0
/proc/16149/task/16157/stat : 16157 (java) S 16148 16135 12034 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19867750 890404864 5305 996147200 134512640 134550932 4294955936 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) 891760

[startup+3.10358 s]
/proc/loadavg: 2.06 1.98 1.91 3/87 16157
/proc/meminfo: memFree=817832/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.85
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1310 5564 0 1 5 2 74 4 15 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
[pid=16148] ppid=16135 vsize=5356 CPUtime=0
/proc/16148/stat : 16148 (sh) S 16135 16135 12034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19867746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16148/statm: 1339 233 193 169 0 50 0
[pid=16149] ppid=16148 vsize=869732 CPUtime=2.19
/proc/16149/stat : 16149 (java) S 16148 16135 12034 0 -1 0 11331 0 1 0 213 6 0 0 18 0 9 0 19867746 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16149/statm: 217433 10261 2591 9 0 211910 0
[pid=16149/tid=16150] ppid=16148 vsize=869732 CPUtime=1.35
/proc/16149/task/16150/stat : 16150 (java) R 16148 16135 12034 0 -1 64 2954 0 1 0 133 2 0 0 25 0 9 0 19867747 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16151] ppid=16148 vsize=869732 CPUtime=0.54
/proc/16149/task/16151/stat : 16151 (java) S 16148 16135 12034 0 -1 64 6121 0 0 0 52 2 0 0 16 0 9 0 19867748 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16152] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16152/stat : 16152 (java) S 16148 16135 12034 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19867748 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16153] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16153/stat : 16153 (java) S 16148 16135 12034 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19867748 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16154] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16154/stat : 16154 (java) S 16148 16135 12034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19867750 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16155] ppid=16148 vsize=869732 CPUtime=0.27
/proc/16149/task/16155/stat : 16155 (java) S 16148 16135 12034 0 -1 64 1556 0 0 0 26 1 0 0 15 0 9 0 19867750 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16156] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16156/stat : 16156 (java) S 16148 16135 12034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19867750 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16157] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16157/stat : 16157 (java) S 16148 16135 12034 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19867750 890605568 10261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 891956

[startup+6.30228 s]
/proc/loadavg: 2.05 1.98 1.91 3/87 16157
/proc/meminfo: memFree=802856/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.85
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1310 5564 0 1 5 2 74 4 16 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
[pid=16148] ppid=16135 vsize=5356 CPUtime=0
/proc/16148/stat : 16148 (sh) S 16135 16135 12034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19867746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16148/statm: 1339 233 193 169 0 50 0
[pid=16149] ppid=16148 vsize=869732 CPUtime=5.36
/proc/16149/stat : 16149 (java) S 16148 16135 12034 0 -1 0 11513 0 1 0 522 14 0 0 18 0 9 0 19867746 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16149/statm: 217433 10272 2591 9 0 211910 0
[pid=16149/tid=16150] ppid=16148 vsize=869732 CPUtime=4.43
/proc/16149/task/16150/stat : 16150 (java) R 16148 16135 12034 0 -1 64 3125 0 1 0 435 8 0 0 25 0 9 0 19867747 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4126557095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16151] ppid=16148 vsize=869732 CPUtime=0.61
/proc/16149/task/16151/stat : 16151 (java) S 16148 16135 12034 0 -1 64 6121 0 0 0 57 4 0 0 16 0 9 0 19867748 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16152] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16152/stat : 16152 (java) S 16148 16135 12034 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19867748 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16153] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16153/stat : 16153 (java) S 16148 16135 12034 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19867748 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16154] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16154/stat : 16154 (java) S 16148 16135 12034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19867750 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16155] ppid=16148 vsize=869732 CPUtime=0.29
/proc/16149/task/16155/stat : 16155 (java) S 16148 16135 12034 0 -1 64 1567 0 0 0 28 1 0 0 16 0 9 0 19867750 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16156] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16156/stat : 16156 (java) S 16148 16135 12034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19867750 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16157] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16157/stat : 16157 (java) S 16148 16135 12034 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19867750 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 891956

[startup+12.7024 s]
/proc/loadavg: 2.05 1.98 1.91 3/87 16163
/proc/meminfo: memFree=789032/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=0.85
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1310 5564 0 1 5 2 74 4 16 0 1 0 19867659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1111 409 3 0 796 0
[pid=16148] ppid=16135 vsize=5356 CPUtime=0
/proc/16148/stat : 16148 (sh) S 16135 16135 12034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19867746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16148/statm: 1339 233 193 169 0 50 0
[pid=16149] ppid=16148 vsize=869732 CPUtime=11.66
/proc/16149/stat : 16149 (java) S 16148 16135 12034 0 -1 0 11798 0 1 0 1140 26 0 0 18 0 9 0 19867746 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16149/statm: 217433 10272 2591 9 0 211910 0
[pid=16149/tid=16150] ppid=16148 vsize=869732 CPUtime=10.64
/proc/16149/task/16150/stat : 16150 (java) R 16148 16135 12034 0 -1 64 3410 0 1 0 1045 19 0 0 25 0 9 0 19867747 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4126557229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16151] ppid=16148 vsize=869732 CPUtime=0.71
/proc/16149/task/16151/stat : 16151 (java) S 16148 16135 12034 0 -1 64 6121 0 0 0 66 5 0 0 16 0 9 0 19867748 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16152] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16152/stat : 16152 (java) S 16148 16135 12034 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19867748 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16153] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16153/stat : 16153 (java) S 16148 16135 12034 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19867748 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16154] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16154/stat : 16154 (java) S 16148 16135 12034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19867750 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16155] ppid=16148 vsize=869732 CPUtime=0.29
/proc/16149/task/16155/stat : 16155 (java) S 16148 16135 12034 0 -1 64 1567 0 0 0 28 1 0 0 17 0 9 0 19867750 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16156] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16156/stat : 16156 (java) S 16148 16135 12034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19867750 890605568 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16149/tid=16157] ppid=16148 vsize=869732 CPUtime=0
/proc/16149/task/16157/stat : 16157 (java) S 16148 16135 12034 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19867750 890605568 10272 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) 891956

[startup+25.5015 s]
/proc/loadavg: 2.04 1.98 1.91 3/79 16165
/proc/meminfo: memFree=778600/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=19200 CPUtime=3.9
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 4394 0 0 0 180 210 0 0 25 0 1 0 19869814 19660800 4380 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 4800 4380 40 102 0 4695 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 41424

[startup+51.1019 s]
/proc/loadavg: 2.02 1.98 1.91 3/79 16165
/proc/meminfo: memFree=730152/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0

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

[startup+222.308 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=722728/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=76552 CPUtime=198.85
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 18248 0 0 0 18829 1056 0 0 25 0 1 0 19869814 78389248 18232 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 19138 18232 48 102 0 19033 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 98776

[startup+282.303 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=720296/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=79192 CPUtime=258.28
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 18896 0 0 0 24771 1057 0 0 25 0 1 0 19869814 81092608 18880 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 19798 18880 48 102 0 19693 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 101416

[startup+342.301 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=717800/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=81568 CPUtime=317.71
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 19522 0 0 0 30713 1058 0 0 25 0 1 0 19869814 83525632 19506 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 20392 19506 48 102 0 20287 0
Current children cumulated CPU time (s) 338.94
Current children cumulated vsize (KiB) 103792

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

[startup+345.602 s]
/proc/loadavg: 2.00 1.98 1.91 4/79 16165
/proc/meminfo: memFree=717672/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=81832 CPUtime=320.97
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 19565 0 0 0 31039 1058 0 0 25 0 1 0 19869814 83795968 19549 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 20458 19549 48 102 0 20353 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 104056

[startup+358.403 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=717160/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=82228 CPUtime=333.66
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 19690 0 0 0 32307 1059 0 0 25 0 1 0 19869814 84201472 19674 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 20557 19674 48 102 0 20452 0
Current children cumulated CPU time (s) 354.89
Current children cumulated vsize (KiB) 104452

[startup+364.802 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=716840/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=82492 CPUtime=340
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 19760 0 0 0 32941 1059 0 0 25 0 1 0 19869814 84471808 19744 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 20623 19744 48 102 0 20518 0
Current children cumulated CPU time (s) 361.23
Current children cumulated vsize (KiB) 104716

[startup+368.002 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=716776/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=82624 CPUtime=343.17
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 19787 0 0 0 33258 1059 0 0 25 0 1 0 19869814 84606976 19771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 20656 19771 48 102 0 20551 0
Current children cumulated CPU time (s) 364.4
Current children cumulated vsize (KiB) 104848

[startup+369.603 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=716648/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=21.23
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1365 18052 0 2 5 2 2067 49 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16164] ppid=16135 vsize=5356 CPUtime=0
/proc/16164/stat : 16164 (sh) S 16135 16135 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16164/statm: 1339 232 193 169 0 50 0
[pid=16165] ppid=16164 vsize=82756 CPUtime=344.76
/proc/16165/stat : 16165 (picosat) R 16164 16135 12034 0 -1 4194304 19802 0 0 0 33417 1059 0 0 25 0 1 0 19869814 84742144 19786 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16165/statm: 20689 19786 48 102 0 20584 0
Current children cumulated CPU time (s) 365.99
Current children cumulated vsize (KiB) 104980

[startup+370.402 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=716648/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=366.63
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1446 38149 0 2 5 2 35546 1110 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 366.63
Current children cumulated vsize (KiB) 16868

[startup+370.602 s]
/proc/loadavg: 2.00 1.98 1.91 3/79 16165
/proc/meminfo: memFree=716648/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=366.63
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1446 38149 0 2 5 2 35546 1110 16 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 366.63
Current children cumulated vsize (KiB) 16868

[startup+370.702 s]
/proc/loadavg: 2.00 1.98 1.91 3/87 16175
/proc/meminfo: memFree=789416/2055920 swapFree=4192956/4192956
[pid=16135] ppid=16133 vsize=16868 CPUtime=366.63
/proc/16135/stat : 16135 (sugar) S 16133 16135 12034 0 -1 4194304 1448 38149 0 2 5 2 35546 1110 15 0 1 0 19867659 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16135/statm: 4217 1113 409 3 0 796 0
[pid=16166] ppid=16135 vsize=5356 CPUtime=0
/proc/16166/stat : 16166 (sh) S 16135 16135 12034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19904683 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16166/statm: 1339 233 193 169 0 50 0
[pid=16167] ppid=16166 vsize=862288 CPUtime=0.42
/proc/16167/stat : 16167 (java) S 16166 16135 12034 0 -1 0 3240 0 1 0 40 2 0 0 18 0 9 0 19904683 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16167/statm: 215572 2707 1285 9 0 210485 0
[pid=16167/tid=16168] ppid=16166 vsize=862288 CPUtime=0.32
/proc/16167/task/16168/stat : 16168 (java) R 16166 16135 12034 0 -1 64 2048 0 1 0 31 1 0 0 19 0 9 0 19904685 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16167/tid=16169] ppid=16166 vsize=862288 CPUtime=0
/proc/16167/task/16169/stat : 16169 (java) S 16166 16135 12034 0 -1 64 151 0 0 0 0 0 0 0 16 0 9 0 19904686 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16167/tid=16170] ppid=16166 vsize=862288 CPUtime=0
/proc/16167/task/16170/stat : 16170 (java) S 16166 16135 12034 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 19904686 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16167/tid=16171] ppid=16166 vsize=862288 CPUtime=0
/proc/16167/task/16171/stat : 16171 (java) S 16166 16135 12034 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19904686 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16167/tid=16172] ppid=16166 vsize=862288 CPUtime=0
/proc/16167/task/16172/stat : 16172 (java) S 16166 16135 12034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19904688 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16167/tid=16173] ppid=16166 vsize=862288 CPUtime=0.08
/proc/16167/task/16173/stat : 16173 (java) S 16166 16135 12034 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 19904688 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16167/tid=16174] ppid=16166 vsize=862288 CPUtime=0
/proc/16167/task/16174/stat : 16174 (java) S 16166 16135 12034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19904688 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16167/tid=16175] ppid=16166 vsize=862288 CPUtime=0
/proc/16167/task/16175/stat : 16175 (java) S 16166 16135 12034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19904688 882982912 2707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 367.05
Current children cumulated vsize (KiB) 884512

Child status: 0
Real time (s): 370.805
CPU time (s): 367.186
CPU user time (s): 355.987
CPU system time (s): 11.1993
CPU usage (%): 99.0241
Max. virtual memory (cumulated for all children) (KiB): 892096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 355.987
system time used= 11.1993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43749
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13405
involuntary context switches= 21291

runsolver used 0.45993 second user time and 1.24481 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 18:00:50
IDJOB=2062072
IDBENCH=53866
IDSOLVER=738
FILE ID=node68/2062072-1247328050
PBS_JOBID= 9506495
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-30-30.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-2062072-1247328050/watcher-2062072-1247328050 -o /tmp/evaluation-result-2062072-1247328050/solver-2062072-1247328050 -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-2062072-1247328050.xml

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

MD5SUM BENCH= cc6320a0fc34022aa33c45eea138fa7d
RANDOM SEED=857972261

node68.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.258
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.258
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:        846944 kB
Buffers:         70176 kB
Cached:        1041556 kB
SwapCached:          0 kB
Active:         121672 kB
Inactive:      1011668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        846944 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          32568 kB
Slab:            60616 kB
Committed_AS:   230292 kB
PageTables:       1920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node68 at 2009-07-11 18:07:01