Trace number 2062281

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 190.2 204.166

General information on the benchmark

Namecsp/allsquares/
normalized-squares-32-32.xml
MD5SUMead5701db864634909571d8befed8462
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 benchmark190.2
Satisfiable
(Un)Satisfiability was proved
Number of variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size108
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:08:18 2009
0.00/0.08	c 0	PID 14284
0.06/0.08	c 0	HOST node28.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2062281-1247328498.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-2062281-1247328498.xml' 'HOME/temp.csp'
0.06/0.94	c 1	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.06/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.95	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.94/1.04	c 1	Parsing HOME/temp.csp
1.04/1.17	c 1	parsed 4566 expressions
1.04/1.18	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.18	c 1	Converting to clausal form CSP
1.13/1.21	c 1	converted 457 (10%) expressions
1.13/1.21	c 1	converted 914 (20%) expressions
1.13/1.22	c 1	converted 1370 (30%) expressions
1.13/1.23	c 1	converted 1827 (40%) expressions
1.24/1.40	c 1	converted 2283 (50%) expressions
1.34/1.46	c 1	converted 2740 (60%) expressions
1.44/1.50	c 1	converted 3197 (70%) expressions
1.44/1.54	c 1	converted 3653 (80%) expressions
1.53/1.62	c 1	converted 4110 (90%) expressions
2.92/3.07	c 3	converted 4566 (100%) expressions
2.92/3.08	c 3	CSP : 10320 integers, 4724 booleans, 30597 clauses, largest domain size 109
2.92/3.08	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.92/3.08	c 3	Propagation in CSP
3.02/3.18	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.02/3.19	c 3	CSP : 10320 integers, 4724 booleans, 30597 clauses, largest domain size 109
3.02/3.19	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.11/3.22	c 3	Simplifing CSP by introducing new Boolean variables
3.11/3.24	c 3	CSP : 10320 integers, 4724 booleans, 30597 clauses, largest domain size 109
3.11/3.24	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.21/3.39	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.32/3.43	c 3	1032 (10%) CSP integer variables are encoded (5716 clauses, 72179 bytes)
3.32/3.43	c 3	2064 (20%) CSP integer variables are encoded (5716 clauses, 72179 bytes)
3.38/3.52	c 3	3096 (30%) CSP integer variables are encoded (19292 clauses, 271683 bytes)
3.38/3.54	c 3	4128 (40%) CSP integer variables are encoded (33117 clauses, 479058 bytes)
3.38/3.55	c 3	5160 (50%) CSP integer variables are encoded (45736 clauses, 668343 bytes)
3.38/3.57	c 3	6192 (60%) CSP integer variables are encoded (56460 clauses, 829203 bytes)
3.38/3.59	c 3	7224 (70%) CSP integer variables are encoded (69902 clauses, 1030833 bytes)
3.46/3.61	c 3	8256 (80%) CSP integer variables are encoded (83861 clauses, 1240218 bytes)
3.46/3.62	c 3	9288 (90%) CSP integer variables are encoded (96480 clauses, 1440050 bytes)
3.46/3.64	c 3	10320 (100%) CSP integer variables are encoded (107204 clauses, 1622358 bytes)
3.95/4.12	c 4	3060 (10%) CSP clauses are encoded (345454 clauses, 5897128 bytes)
5.27/9.46	c 9	6120 (20%) CSP clauses are encoded (632495 clauses, 12256966 bytes)
6.57/10.70	c 10	9180 (30%) CSP clauses are encoded (942743 clauses, 19667533 bytes)
7.17/12.70	c 12	12239 (40%) CSP clauses are encoded (1239634 clauses, 26758558 bytes)
9.52/14.48	c 14	15299 (50%) CSP clauses are encoded (1487677 clauses, 33361183 bytes)
12.48/17.44	c 17	18359 (60%) CSP clauses are encoded (2046200 clauses, 46738830 bytes)
13.86/18.85	c 19	21418 (70%) CSP clauses are encoded (2383159 clauses, 54789819 bytes)
15.05/20.09	c 20	24478 (80%) CSP clauses are encoded (2680051 clauses, 61881847 bytes)
16.73/23.08	c 23	27538 (90%) CSP clauses are encoded (2943767 clauses, 68963412 bytes)
22.59/34.87	c 35	30597 (100%) CSP clauses are encoded (3446548 clauses, 82741065 bytes)
22.59/34.87	c 35	30597 CSP clauses encoded
22.59/34.87	c 35	Writing map file : HOME/temp.map
22.59/34.89	c 35	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.59/34.89	c 35	SAT : 122172 SAT variables, 3446548 SAT clauses, 82741065 bytes
22.59/34.89	c 35	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.68/34.91	c 35	SOLVING HOME/temp.cnf
22.68/34.91	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
189.52/203.53	c 203	DECODING HOME/temp.out WITH HOME/temp.map
189.52/203.53	c 203	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'
189.56/203.62	c 203	Decoding HOME/temp.out
189.56/204.02	s SATISFIABLE
189.58/204.10	v 58 0 44 37 0 57 6 49 29 38 2 14 13 0 0 66 49 63 38 63 29 15 26 57 83 82 81 50 0 78 32 0 31 77 32 31 63 32 61 54 77 77 68 54 66 47 32 62 62 20 35 0 87 32 54 38 0 52 25 79 79 78 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 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 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 0 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 0 1 0 0 0 1 0 0 0 1 0 0 1 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 1 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 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 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 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 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 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 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 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 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 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 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 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 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 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 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 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 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 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 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 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0
189.58/204.11	c 204	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
189.58/204.13	c 204	CPU 190.13 (0.07 0.02 170.04 20)
189.58/204.13	c 204	END Sat Jul 11 18:11:42 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-2062281-1247328498/watcher-2062281-1247328498 -o /tmp/evaluation-result-2062281-1247328498/solver-2062281-1247328498 -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-2062281-1247328498.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.00 2.31 4/74 14284
/proc/meminfo: memFree=1840680/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=4708 CPUtime=0
/proc/14284/stat : 14284 (sugar) R 14282 14284 11978 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 19916405 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 217868989833 0 0 4096 0 0 0 0 17 1 0 0
/proc/14284/statm: 1177 43 33 3 0 8 0

[startup+0.0837799 s]
/proc/loadavg: 2.00 2.00 2.31 4/74 14284
/proc/meminfo: memFree=1840680/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16740 CPUtime=0.06
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19916405 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102632 s]
/proc/loadavg: 2.00 2.00 2.31 4/74 14284
/proc/meminfo: memFree=1840680/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.06
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302654 s]
/proc/loadavg: 2.00 2.00 2.31 4/74 14284
/proc/meminfo: memFree=1840680/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.06
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702717 s]
/proc/loadavg: 2.00 2.00 2.31 4/74 14284
/proc/meminfo: memFree=1840680/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.06
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.08 2.02 2.31 3/81 14302
/proc/meminfo: memFree=1834416/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.92
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1309 6892 0 1 6 1 80 5 16 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
[pid=14297] ppid=14284 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14284 14284 11978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19916500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 233 193 169 0 50 0
[pid=14298] ppid=14297 vsize=868508 CPUtime=0.52
/proc/14298/stat : 14298 (java) S 14297 14284 11978 0 -1 0 5676 0 1 0 49 3 0 0 18 0 9 0 19916501 889352192 5105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14298/statm: 217127 5105 1743 9 0 211632 0
[pid=14298/tid=14299] ppid=14297 vsize=868508 CPUtime=0.3
/proc/14298/task/14299/stat : 14299 (java) R 14297 14284 11978 0 -1 64 2663 0 1 0 29 1 0 0 21 0 9 0 19916502 889352192 5105 996147200 134512640 134550932 4294955936 18446744073709551615 4126826227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14300] ppid=14297 vsize=868508 CPUtime=0.03
/proc/14298/task/14300/stat : 14300 (java) S 14297 14284 11978 0 -1 64 839 0 0 0 3 0 0 0 16 0 9 0 19916503 889352192 5105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14301] ppid=14297 vsize=868508 CPUtime=0
/proc/14298/task/14301/stat : 14301 (java) S 14297 14284 11978 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19916503 889352192 5105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14302] ppid=14297 vsize=868508 CPUtime=0
/proc/14298/task/14302/stat : 14302 (java) S 14297 14284 11978 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 19916503 889352192 5105 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) 890732

[startup+3.10105 s]
/proc/loadavg: 2.08 2.02 2.31 3/85 14306
/proc/meminfo: memFree=1815568/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.92
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1310 6892 0 1 6 1 80 5 16 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
[pid=14297] ppid=14284 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14284 14284 11978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19916500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 233 193 169 0 50 0
[pid=14298] ppid=14297 vsize=868592 CPUtime=2.1
/proc/14298/stat : 14298 (java) S 14297 14284 11978 0 -1 0 12163 0 1 0 203 7 0 0 18 0 9 0 19916501 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14298/statm: 217148 11131 2567 9 0 211653 0
[pid=14298/tid=14299] ppid=14297 vsize=868592 CPUtime=1.25
/proc/14298/task/14299/stat : 14299 (java) R 14297 14284 11978 0 -1 64 2977 0 1 0 123 2 0 0 25 0 9 0 19916502 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4127057920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14300] ppid=14297 vsize=868592 CPUtime=0.59
/proc/14298/task/14300/stat : 14300 (java) S 14297 14284 11978 0 -1 64 6954 0 0 0 56 3 0 0 16 0 9 0 19916503 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14301] ppid=14297 vsize=868592 CPUtime=0
/proc/14298/task/14301/stat : 14301 (java) S 14297 14284 11978 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19916503 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14302] ppid=14297 vsize=868592 CPUtime=0
/proc/14298/task/14302/stat : 14302 (java) S 14297 14284 11978 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19916503 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14303] ppid=14297 vsize=868592 CPUtime=0
/proc/14298/task/14303/stat : 14303 (java) S 14297 14284 11978 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19916506 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14304] ppid=14297 vsize=868592 CPUtime=0.23
/proc/14298/task/14304/stat : 14304 (java) S 14297 14284 11978 0 -1 64 1533 0 0 0 22 1 0 0 16 0 9 0 19916506 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14305] ppid=14297 vsize=868592 CPUtime=0
/proc/14298/task/14305/stat : 14305 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19916506 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14306] ppid=14297 vsize=868592 CPUtime=0
/proc/14298/task/14306/stat : 14306 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19916506 889438208 11131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890816

[startup+6.30229 s]
/proc/loadavg: 2.15 2.03 2.31 5/85 14306
/proc/meminfo: memFree=1790416/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.92
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1310 6892 0 1 6 1 80 5 15 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
[pid=14297] ppid=14284 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14284 14284 11978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19916500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 233 193 169 0 50 0
[pid=14298] ppid=14297 vsize=868704 CPUtime=3.84
/proc/14298/stat : 14298 (java) S 14297 14284 11978 0 -1 0 12676 0 1 0 369 15 0 0 18 0 9 0 19916501 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14298/statm: 217176 11284 2591 9 0 211653 0
[pid=14298/tid=14299] ppid=14297 vsize=868704 CPUtime=2.72
/proc/14298/task/14299/stat : 14299 (java) R 14297 14284 11978 0 -1 64 3167 0 1 0 264 8 0 0 25 0 9 0 19916502 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4126557887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14300] ppid=14297 vsize=868704 CPUtime=0.79
/proc/14298/task/14300/stat : 14300 (java) R 14297 14284 11978 0 -1 64 7241 0 0 0 75 4 0 0 16 0 9 0 19916503 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14298/tid=14301] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14301/stat : 14301 (java) S 14297 14284 11978 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19916503 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14302] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14302/stat : 14302 (java) S 14297 14284 11978 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19916503 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14303] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14303/stat : 14303 (java) S 14297 14284 11978 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19916506 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14304] ppid=14297 vsize=868704 CPUtime=0.29
/proc/14298/task/14304/stat : 14304 (java) S 14297 14284 11978 0 -1 64 1569 0 0 0 28 1 0 0 16 0 9 0 19916506 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14305] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14305/stat : 14305 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19916506 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14306] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14306/stat : 14306 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19916506 889552896 11284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 890928
heavy processes:

[startup+13.0364 s]
/proc/loadavg: 2.14 2.03 2.31 4/85 14306
/proc/meminfo: memFree=1777104/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.92
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1310 6892 0 1 6 1 80 5 16 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
[pid=14297] ppid=14284 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14284 14284 11978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19916500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 233 193 169 0 50 0
[pid=14298] ppid=14297 vsize=868704 CPUtime=7.26
/proc/14298/stat : 14298 (java) S 14297 14284 11978 0 -1 0 12879 0 1 0 686 40 0 0 18 0 9 0 19916501 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14298/statm: 217176 11285 2591 9 0 211653 0
[pid=14298/tid=14299] ppid=14297 vsize=868704 CPUtime=5.97
/proc/14298/task/14299/stat : 14299 (java) R 14297 14284 11978 0 -1 64 3369 0 1 0 571 26 0 0 25 0 9 0 19916502 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4126582958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14300] ppid=14297 vsize=868704 CPUtime=0.91
/proc/14298/task/14300/stat : 14300 (java) S 14297 14284 11978 0 -1 64 7241 0 0 0 83 8 0 0 16 0 9 0 19916503 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14301] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14301/stat : 14301 (java) S 14297 14284 11978 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19916503 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14302] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14302/stat : 14302 (java) S 14297 14284 11978 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19916503 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14303] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14303/stat : 14303 (java) S 14297 14284 11978 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14304] ppid=14297 vsize=868704 CPUtime=0.29
/proc/14298/task/14304/stat : 14304 (java) S 14297 14284 11978 0 -1 64 1570 0 0 0 28 1 0 0 17 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14305] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14305/stat : 14305 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14306] ppid=14297 vsize=868704 CPUtime=0.04
/proc/14298/task/14306/stat : 14306 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 2 2 0 0 15 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 890928
heavy processes:

[startup+25.5029 s]
/proc/loadavg: 2.20 2.05 2.31 5/85 14306
/proc/meminfo: memFree=1725712/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=0.92
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1310 6892 0 1 6 1 80 5 16 0 1 0 19916405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1111 409 3 0 796 0
[pid=14297] ppid=14284 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14284 14284 11978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19916500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 233 193 169 0 50 0
[pid=14298] ppid=14297 vsize=868704 CPUtime=17.78
/proc/14298/stat : 14298 (java) S 14297 14284 11978 0 -1 0 13415 0 1 0 1672 106 0 0 18 0 9 0 19916501 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14298/statm: 217176 11285 2591 9 0 211653 0
[pid=14298/tid=14299] ppid=14297 vsize=868704 CPUtime=15.96
/proc/14298/task/14299/stat : 14299 (java) R 14297 14284 11978 0 -1 64 3905 0 1 0 1532 64 0 0 25 0 9 0 19916502 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4126862354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14300] ppid=14297 vsize=868704 CPUtime=1.24
/proc/14298/task/14300/stat : 14300 (java) S 14297 14284 11978 0 -1 64 7241 0 0 0 102 22 0 0 16 0 9 0 19916503 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14301] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14301/stat : 14301 (java) S 14297 14284 11978 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19916503 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14302] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14302/stat : 14302 (java) S 14297 14284 11978 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19916503 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14303] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14303/stat : 14303 (java) S 14297 14284 11978 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14304] ppid=14297 vsize=868704 CPUtime=0.29
/proc/14298/task/14304/stat : 14304 (java) S 14297 14284 11978 0 -1 64 1570 0 0 0 28 1 0 0 17 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14305] ppid=14297 vsize=868704 CPUtime=0
/proc/14298/task/14305/stat : 14305 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14298/tid=14306] ppid=14297 vsize=868704 CPUtime=0.26
/proc/14298/task/14306/stat : 14306 (java) S 14297 14284 11978 0 -1 64 1 0 0 0 9 17 0 0 15 0 9 0 19916506 889552896 11285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.7
Current children cumulated vsize (KiB) 890928
heavy processes:

[startup+51.1016 s]
/proc/loadavg: 2.42 2.12 2.33 3/77 14308
/proc/meminfo: memFree=1687248/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=69008 CPUtime=15.99
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 16406 0 0 0 731 868 0 0 25 0 1 0 19919897 70664192 16392 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 17252 16392 40 102 0 17147 0
Current children cumulated CPU time (s) 38.69
Current children cumulated vsize (KiB) 91232
heavy processes:

[startup+102.303 s]
/proc/loadavg: 2.18 2.10 2.31 3/77 14308
/proc/meminfo: memFree=1614928/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=137336 CPUtime=66.61
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 32860 0 0 0 4807 1854 0 0 25 0 1 0 19919897 140632064 32844 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 34334 32844 48 102 0 34229 0
Current children cumulated CPU time (s) 89.31
Current children cumulated vsize (KiB) 159560

[startup+162.303 s]
/proc/loadavg: 2.06 2.08 2.29 3/77 14308
/proc/meminfo: memFree=1607504/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=138388 CPUtime=126.03
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 33138 0 0 0 10749 1854 0 0 25 0 1 0 19919897 141709312 33122 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 34597 33122 48 102 0 34492 0
Current children cumulated CPU time (s) 148.73
Current children cumulated vsize (KiB) 160612

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

[startup+180.102 s]
/proc/loadavg: 2.05 2.07 2.28 3/77 14308
/proc/meminfo: memFree=1606224/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=138780 CPUtime=143.65
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 33233 0 0 0 12511 1854 0 0 25 0 1 0 19919897 142110720 33217 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 34695 33217 48 102 0 34590 0
Current children cumulated CPU time (s) 166.35
Current children cumulated vsize (KiB) 161004

[startup+192.902 s]
/proc/loadavg: 2.04 2.07 2.27 3/77 14308
/proc/meminfo: memFree=1604752/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=138912 CPUtime=156.32
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 33280 0 0 0 13778 1854 0 0 25 0 1 0 19919897 142245888 33264 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 34728 33264 48 102 0 34623 0
Current children cumulated CPU time (s) 179.02
Current children cumulated vsize (KiB) 161136

[startup+199.302 s]
/proc/loadavg: 2.03 2.07 2.27 3/77 14308
/proc/meminfo: memFree=1602704/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=139044 CPUtime=162.66
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 33301 0 0 0 14412 1854 0 0 25 0 1 0 19919897 142381056 33285 996147200 134512640 134931368 4294956256 18446744073709551615 134525847 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 34761 33285 48 102 0 34656 0
Current children cumulated CPU time (s) 185.36
Current children cumulated vsize (KiB) 161268

[startup+202.501 s]
/proc/loadavg: 2.03 2.07 2.27 3/77 14308
/proc/meminfo: memFree=1602128/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=139044 CPUtime=165.83
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 33313 0 0 0 14729 1854 0 0 25 0 1 0 19919897 142381056 33297 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 34761 33297 48 102 0 34656 0
Current children cumulated CPU time (s) 188.53
Current children cumulated vsize (KiB) 161268

[startup+203.301 s]
/proc/loadavg: 2.03 2.07 2.27 3/77 14308
/proc/meminfo: memFree=1601936/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=22.7
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1365 20719 0 2 6 1 2124 139 17 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
[pid=14307] ppid=14284 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14284 14284 11978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919896 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 232 193 169 0 50 0
[pid=14308] ppid=14307 vsize=139176 CPUtime=166.62
/proc/14308/stat : 14308 (picosat) R 14307 14284 11978 0 -1 4194304 33321 0 0 0 14808 1854 0 0 25 0 1 0 19919897 142516224 33305 996147200 134512640 134931368 4294956256 18446744073709551615 134544839 0 0 4096 0 0 0 0 17 1 0 0
/proc/14308/statm: 34794 33305 48 102 0 34689 0
Current children cumulated CPU time (s) 189.32
Current children cumulated vsize (KiB) 161400

[startup+203.701 s]
/proc/loadavg: 2.03 2.07 2.27 3/77 14308
/proc/meminfo: memFree=1601936/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=189.56
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1446 54331 0 2 6 1 16953 1996 16 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 189.56
Current children cumulated vsize (KiB) 16868

[startup+204.101 s]
/proc/loadavg: 2.03 2.07 2.27 3/77 14308
/proc/meminfo: memFree=1601936/2055920 swapFree=4192812/4192956
[pid=14284] ppid=14282 vsize=16868 CPUtime=189.58
/proc/14284/stat : 14284 (sugar) S 14282 14284 11978 0 -1 4194304 1448 54331 0 2 7 2 16953 1996 15 0 1 0 19916405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14284/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 189.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 204.166
CPU time (s): 190.2
CPU user time (s): 170.119
CPU system time (s): 20.0809
CPU usage (%): 93.1596
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.119
system time used= 20.0809
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59944
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= 14966
involuntary context switches= 18282

runsolver used 0.371943 second user time and 0.898863 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 18:08:18
IDJOB=2062281
IDBENCH=53885
IDSOLVER=738
FILE ID=node28/2062281-1247328498
PBS_JOBID= 9506571
Free space on /tmp= 66084 MiB

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

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

MD5SUM BENCH= ead5701db864634909571d8befed8462
RANDOM SEED=1285699318

node28.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.230
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.230
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:       1841224 kB
Buffers:          5704 kB
Cached:          69844 kB
SwapCached:          0 kB
Active:         146008 kB
Inactive:        19584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:          97920 kB
Slab:            34148 kB
Committed_AS:   196304 kB
PageTables:       1996 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= 66084 MiB
End job on node28 at 2009-07-11 18:11:42