Trace number 2062347

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 814.452 817.831

General information on the benchmark

Namecsp/allsquares/
normalized-squares-33-33.xml
MD5SUMd3e9fb88cfd1b07e17afb6e1c39c5e12
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 benchmark567.061
Satisfiable
(Un)Satisfiability was proved
Number of variables2178
Number of constraints2643
Maximum constraint arity33
Maximum domain size113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)cumulative(2),weightedsum(528)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sat Jul 11 18:10:27 2009
0.04/0.07	c 0	PID 13721
0.04/0.07	c 0	HOST node82.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2062347-1247328627.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062347-1247328627.xml' 'HOME/temp.csp'
0.06/0.71	c 1	34 domains, 2178 variables, 2 predicates, 0 relations, 2643 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.70/0.83	c 1	Parsing HOME/temp.csp
0.70/0.95	c 1	parsed 4857 expressions
0.70/0.96	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.96	c 1	Converting to clausal form CSP
0.70/0.99	c 1	converted 486 (10%) expressions
0.70/0.99	c 1	converted 972 (20%) expressions
0.70/0.99	c 1	converted 1458 (30%) expressions
0.93/1.00	c 1	converted 1943 (40%) expressions
1.03/1.17	c 1	converted 2429 (50%) expressions
1.13/1.22	c 1	converted 2915 (60%) expressions
1.13/1.26	c 1	converted 3400 (70%) expressions
1.13/1.30	c 1	converted 3886 (80%) expressions
1.23/1.38	c 2	converted 4372 (90%) expressions
2.72/2.85	c 3	converted 4857 (100%) expressions
2.72/2.85	c 3	CSP : 11510 integers, 5134 booleans, 33831 clauses, largest domain size 114
2.72/2.85	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.72/2.85	c 3	Propagation in CSP
2.82/2.96	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.82/2.96	c 3	CSP : 11510 integers, 5134 booleans, 33831 clauses, largest domain size 114
2.82/2.96	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.82/2.98	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.00	c 3	CSP : 11510 integers, 5134 booleans, 33831 clauses, largest domain size 114
2.91/3.00	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.01/3.16	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.20	c 3	1151 (10%) CSP integer variables are encoded (6190 clauses, 78341 bytes)
3.12/3.20	c 3	2302 (20%) CSP integer variables are encoded (7770 clauses, 99026 bytes)
3.12/3.22	c 3	3453 (30%) CSP integer variables are encoded (23500 clauses, 334976 bytes)
3.12/3.24	c 3	4604 (40%) CSP integer variables are encoded (39079 clauses, 568661 bytes)
3.12/3.26	c 3	5755 (50%) CSP integer variables are encoded (54647 clauses, 802181 bytes)
3.12/3.28	c 3	6906 (60%) CSP integer variables are encoded (70008 clauses, 1032596 bytes)
3.12/3.30	c 3	8057 (70%) CSP integer variables are encoded (85722 clauses, 1268306 bytes)
3.22/3.32	c 3	9208 (80%) CSP integer variables are encoded (101743 clauses, 1528984 bytes)
3.22/3.34	c 3	10359 (90%) CSP integer variables are encoded (117360 clauses, 1794473 bytes)
3.22/3.36	c 4	11510 (100%) CSP integer variables are encoded (132672 clauses, 2054777 bytes)
3.72/3.87	c 4	3384 (10%) CSP clauses are encoded (409291 clauses, 7034156 bytes)
4.31/4.45	c 5	6767 (20%) CSP clauses are encoded (720060 clauses, 13434267 bytes)
4.89/5.08	c 5	10150 (30%) CSP clauses are encoded (1042979 clauses, 20364131 bytes)
5.49/5.67	c 6	13533 (40%) CSP clauses are encoded (1352584 clauses, 27008026 bytes)
6.78/6.92	c 7	16916 (50%) CSP clauses are encoded (1689307 clauses, 34807026 bytes)
8.88/9.05	c 9	20299 (60%) CSP clauses are encoded (2405882 clauses, 50446708 bytes)
9.57/9.72	c 10	23682 (70%) CSP clauses are encoded (2755429 clauses, 57949797 bytes)
10.15/10.35	c 10	27065 (80%) CSP clauses are encoded (3065034 clauses, 65420699 bytes)
11.12/12.17	c 12	30448 (90%) CSP clauses are encoded (3381947 clauses, 73515634 bytes)
13.62/14.68	c 15	33831 (100%) CSP clauses are encoded (4078390 clauses, 90980257 bytes)
13.62/14.68	c 15	33831 CSP clauses encoded
13.62/14.68	c 15	Writing map file : HOME/temp.map
13.71/14.70	c 15	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.71/14.70	c 15	SAT : 149236 SAT variables, 4078390 SAT clauses, 90980257 bytes
13.71/14.70	c 15	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.71/14.72	c 15	SOLVING HOME/temp.cnf
13.71/14.72	c 15	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
813.83/817.25	c 817	DECODING HOME/temp.out WITH HOME/temp.map
813.83/817.25	c 817	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'
813.90/817.34	c 817	Decoding HOME/temp.out
813.90/817.66	s SATISFIABLE
813.91/817.74	v 54 53 33 52 51 88 53 52 55 56 88 33 53 99 45 97 96 50 33 68 92 91 89 26 0 0 26 29 0 66 60 57 0 86 90 12 30 81 77 23 15 91 81 66 0 100 66 0 97 80 63 15 63 0 21 43 62 88 62 86 34 33 83 0 31 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 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 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 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 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 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 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 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 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 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 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 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 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 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 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 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 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0
813.91/817.74	c 818	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
813.91/817.79	c 818	CPU 814.38 (0.06 0.03 794.43 19.86)
813.91/817.79	c 818	END Sat Jul 11 18:24:05 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-2062347-1247328627/watcher-2062347-1247328627 -o /tmp/evaluation-result-2062347-1247328627/solver-2062347-1247328627 -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-2062347-1247328627.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: 1.92 1.98 2.07 4/85 13721
/proc/meminfo: memFree=1558048/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=12272 CPUtime=0
/proc/13721/stat : 13721 (sugar) R 13719 13721 12269 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19927682 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 1 0 0
/proc/13721/statm: 3068 327 246 3 0 168 0

[startup+0.048116 s]
/proc/loadavg: 1.92 1.98 2.07 4/85 13721
/proc/meminfo: memFree=1558048/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=14776 CPUtime=0.04
/proc/13721/stat : 13721 (sugar) R 13719 13721 12269 0 -1 4194304 872 0 0 0 3 1 0 0 18 0 1 0 19927682 15130624 840 996147200 4194304 4206940 548682068608 18446744073709551615 224264622817 0 0 4224 0 0 0 0 17 1 0 0
/proc/13721/statm: 3694 840 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.102122 s]
/proc/loadavg: 1.92 1.98 2.07 4/85 13721
/proc/meminfo: memFree=1558048/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=0.06
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19927682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30216 s]
/proc/loadavg: 1.92 1.98 2.07 4/85 13721
/proc/meminfo: memFree=1558048/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=0.06
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19927682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702235 s]
/proc/loadavg: 1.92 1.98 2.07 4/85 13721
/proc/meminfo: memFree=1558048/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=0.06
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19927682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50138 s]
/proc/loadavg: 2.01 2.00 2.08 4/96 13743
/proc/meminfo: memFree=1547144/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=0.7
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1309 6953 0 1 5 2 59 4 16 0 1 0 19927682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1111 409 3 0 796 0
[pid=13734] ppid=13721 vsize=5356 CPUtime=0
/proc/13734/stat : 13734 (sh) S 13721 13721 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19927757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13734/statm: 1339 233 193 169 0 50 0
[pid=13735] ppid=13734 vsize=868596 CPUtime=0.73
/proc/13735/stat : 13735 (java) S 13734 13721 12269 0 -1 0 7737 0 1 0 70 3 0 0 18 0 9 0 19927758 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13735/statm: 217149 6971 2567 9 0 211654 0
[pid=13735/tid=13736] ppid=13734 vsize=868596 CPUtime=0.42
/proc/13735/task/13736/stat : 13736 (java) R 13734 13721 12269 0 -1 64 2691 0 1 0 41 1 0 0 20 0 9 0 19927759 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13737] ppid=13734 vsize=868596 CPUtime=0.1
/proc/13735/task/13737/stat : 13737 (java) S 13734 13721 12269 0 -1 64 2852 0 0 0 10 0 0 0 16 0 9 0 19927760 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13738] ppid=13734 vsize=868596 CPUtime=0
/proc/13735/task/13738/stat : 13738 (java) S 13734 13721 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19927760 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13739] ppid=13734 vsize=868596 CPUtime=0
/proc/13735/task/13739/stat : 13739 (java) S 13734 13721 12269 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19927760 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13740] ppid=13734 vsize=868596 CPUtime=0
/proc/13735/task/13740/stat : 13740 (java) S 13734 13721 12269 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19927762 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13741] ppid=13734 vsize=868596 CPUtime=0.17
/proc/13735/task/13741/stat : 13741 (java) S 13734 13721 12269 0 -1 64 1496 0 0 0 17 0 0 0 16 0 9 0 19927762 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13742] ppid=13734 vsize=868596 CPUtime=0
/proc/13735/task/13742/stat : 13742 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19927762 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13743] ppid=13734 vsize=868596 CPUtime=0
/proc/13735/task/13743/stat : 13743 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19927762 889442304 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890820

[startup+3.10269 s]
/proc/loadavg: 2.01 2.00 2.08 3/96 13743
/proc/meminfo: memFree=1528776/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=0.7
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1310 6953 0 1 5 2 59 4 16 0 1 0 19927682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1111 409 3 0 796 0
[pid=13734] ppid=13721 vsize=5356 CPUtime=0
/proc/13734/stat : 13734 (sh) S 13721 13721 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19927757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13734/statm: 1339 233 193 169 0 50 0
[pid=13735] ppid=13734 vsize=869128 CPUtime=2.31
/proc/13735/stat : 13735 (java) S 13734 13721 12269 0 -1 0 12939 0 1 0 225 6 0 0 18 0 9 0 19927758 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13735/statm: 217282 11828 2567 9 0 211787 0
[pid=13735/tid=13736] ppid=13734 vsize=869128 CPUtime=1.37
/proc/13735/task/13736/stat : 13736 (java) R 13734 13721 12269 0 -1 64 3008 0 1 0 135 2 0 0 25 0 9 0 19927759 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13737] ppid=13734 vsize=869128 CPUtime=0.69
/proc/13735/task/13737/stat : 13737 (java) R 13734 13721 12269 0 -1 64 7696 0 0 0 66 3 0 0 16 0 9 0 19927760 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 102768171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13738] ppid=13734 vsize=869128 CPUtime=0
/proc/13735/task/13738/stat : 13738 (java) S 13734 13721 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19927760 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13739] ppid=13734 vsize=869128 CPUtime=0
/proc/13735/task/13739/stat : 13739 (java) S 13734 13721 12269 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19927760 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13740] ppid=13734 vsize=869128 CPUtime=0
/proc/13735/task/13740/stat : 13740 (java) S 13734 13721 12269 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19927762 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13741] ppid=13734 vsize=869128 CPUtime=0.22
/proc/13735/task/13741/stat : 13741 (java) S 13734 13721 12269 0 -1 64 1537 0 0 0 22 0 0 0 16 0 9 0 19927762 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13742] ppid=13734 vsize=869128 CPUtime=0
/proc/13735/task/13742/stat : 13742 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19927762 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13743] ppid=13734 vsize=869128 CPUtime=0
/proc/13735/task/13743/stat : 13743 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19927762 889987072 11828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891352

[startup+6.30128 s]
/proc/loadavg: 2.01 2.00 2.08 3/96 13743
/proc/meminfo: memFree=1492616/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=0.7
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1310 6953 0 1 5 2 59 4 16 0 1 0 19927682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1111 409 3 0 796 0
[pid=13734] ppid=13721 vsize=5356 CPUtime=0
/proc/13734/stat : 13734 (sh) S 13721 13721 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19927757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13734/statm: 1339 233 193 169 0 50 0
[pid=13735] ppid=13734 vsize=868736 CPUtime=5.48
/proc/13735/stat : 13735 (java) S 13734 13721 12269 0 -1 0 13352 0 1 0 523 25 0 0 18 0 9 0 19927758 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13735/statm: 217184 11793 2591 9 0 211661 0
[pid=13735/tid=13736] ppid=13734 vsize=868736 CPUtime=4.28
/proc/13735/task/13736/stat : 13736 (java) R 13734 13721 12269 0 -1 64 3385 0 1 0 410 18 0 0 25 0 9 0 19927759 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4127168165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13737] ppid=13734 vsize=868736 CPUtime=0.89
/proc/13735/task/13737/stat : 13737 (java) S 13734 13721 12269 0 -1 64 7701 0 0 0 84 5 0 0 16 0 9 0 19927760 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13738] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13738/stat : 13738 (java) S 13734 13721 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19927760 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13739] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13739/stat : 13739 (java) S 13734 13721 12269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19927760 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13740] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13740/stat : 13740 (java) S 13734 13721 12269 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13741] ppid=13734 vsize=868736 CPUtime=0.28
/proc/13735/task/13741/stat : 13741 (java) S 13734 13721 12269 0 -1 64 1568 0 0 0 27 1 0 0 17 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13742] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13742/stat : 13742 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13743] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13743/stat : 13743 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890960

[startup+12.7025 s]
/proc/loadavg: 2.16 2.03 2.09 3/96 13743
/proc/meminfo: memFree=1444104/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=0.7
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1310 6953 0 1 5 2 59 4 16 0 1 0 19927682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1111 409 3 0 796 0
[pid=13734] ppid=13721 vsize=5356 CPUtime=0
/proc/13734/stat : 13734 (sh) S 13721 13721 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19927757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13734/statm: 1339 233 193 169 0 50 0
[pid=13735] ppid=13734 vsize=868736 CPUtime=11.02
/proc/13735/stat : 13735 (java) S 13734 13721 12269 0 -1 0 13785 0 1 0 1047 55 0 0 18 0 9 0 19927758 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13735/statm: 217184 11793 2591 9 0 211661 0
[pid=13735/tid=13736] ppid=13734 vsize=868736 CPUtime=9.61
/proc/13735/task/13736/stat : 13736 (java) R 13734 13721 12269 0 -1 64 3818 0 1 0 917 44 0 0 25 0 9 0 19927759 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13737] ppid=13734 vsize=868736 CPUtime=1.1
/proc/13735/task/13737/stat : 13737 (java) S 13734 13721 12269 0 -1 64 7701 0 0 0 101 9 0 0 16 0 9 0 19927760 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13738] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13738/stat : 13738 (java) S 13734 13721 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19927760 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13739] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13739/stat : 13739 (java) S 13734 13721 12269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19927760 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13740] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13740/stat : 13740 (java) S 13734 13721 12269 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13741] ppid=13734 vsize=868736 CPUtime=0.28
/proc/13735/task/13741/stat : 13741 (java) S 13734 13721 12269 0 -1 64 1568 0 0 0 27 1 0 0 17 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13742] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13742/stat : 13742 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13735/tid=13743] ppid=13734 vsize=868736 CPUtime=0
/proc/13735/task/13743/stat : 13743 (java) S 13734 13721 12269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19927762 889585664 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 890960

[startup+25.5029 s]
/proc/loadavg: 2.29 2.06 2.10 3/88 13745
/proc/meminfo: memFree=1412808/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=64672 CPUtime=10.71
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 13375 0 0 0 489 582 0 0 25 0 1 0 19929155 66224128 13361 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 16168 13361 40 102 0 16063 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 86896

[startup+51.1026 s]
/proc/loadavg: 2.19 2.06 2.09 3/88 13745
/proc/meminfo: memFree=1314952/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0

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

/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=172284 CPUtime=565.28
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 40079 0 0 0 54619 1909 0 0 25 0 1 0 19929155 176418816 40063 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 43071 40063 48 102 0 42966 0
Current children cumulated CPU time (s) 579.01
Current children cumulated vsize (KiB) 194508

[startup+642.302 s]
/proc/loadavg: 1.99 1.99 2.03 3/76 13775
/proc/meminfo: memFree=1663976/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=173472 CPUtime=625.26
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 40397 0 0 0 60617 1909 0 0 25 0 1 0 19929155 177635328 40381 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 43368 40381 48 102 0 43263 0
Current children cumulated CPU time (s) 638.99
Current children cumulated vsize (KiB) 195696

[startup+702.302 s]
/proc/loadavg: 1.99 1.99 2.02 3/76 13775
/proc/meminfo: memFree=1662504/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=174792 CPUtime=685.24
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 40731 0 0 0 66614 1910 0 0 25 0 1 0 19929155 178987008 40715 996147200 134512640 134931368 4294956256 18446744073709551615 134522932 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 43698 40715 48 102 0 43593 0
Current children cumulated CPU time (s) 698.97
Current children cumulated vsize (KiB) 197016

[startup+762.306 s]
/proc/loadavg: 1.99 1.99 2.02 3/76 13775
/proc/meminfo: memFree=1661224/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=175980 CPUtime=745.23
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 41034 0 0 0 72613 1910 0 0 25 0 1 0 19929155 180203520 41018 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 43995 41018 48 102 0 43890 0
Current children cumulated CPU time (s) 758.96
Current children cumulated vsize (KiB) 198204

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

[startup+767.901 s]
/proc/loadavg: 1.99 1.99 2.02 3/76 13775
/proc/meminfo: memFree=1661160/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=176112 CPUtime=750.82
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 41056 0 0 0 73172 1910 0 0 25 0 1 0 19929155 180338688 41040 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 44028 41040 48 102 0 43923 0
Current children cumulated CPU time (s) 764.55
Current children cumulated vsize (KiB) 198336

[startup+793.502 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1660712/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=176504 CPUtime=776.41
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 41163 0 0 0 75731 1910 0 0 25 0 1 0 19929155 180740096 41147 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 44126 41147 48 102 0 44021 0
Current children cumulated CPU time (s) 790.14
Current children cumulated vsize (KiB) 198728

[startup+806.306 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1660456/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=176768 CPUtime=789.21
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 41220 0 0 0 77011 1910 0 0 25 0 1 0 19929155 181010432 41204 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 44192 41204 48 102 0 44087 0
Current children cumulated CPU time (s) 802.94
Current children cumulated vsize (KiB) 198992

[startup+812.702 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1660392/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=176900 CPUtime=795.61
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 41241 0 0 0 77651 1910 0 0 25 0 1 0 19929155 181145600 41225 996147200 134512640 134931368 4294956256 18446744073709551615 134525935 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 44225 41225 48 102 0 44120 0
Current children cumulated CPU time (s) 809.34
Current children cumulated vsize (KiB) 199124

[startup+815.902 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1660328/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=176900 CPUtime=798.8
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 41257 0 0 0 77970 1910 0 0 25 0 1 0 19929155 181145600 41241 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 44225 41241 48 102 0 44120 0
Current children cumulated CPU time (s) 812.53
Current children cumulated vsize (KiB) 199124

[startup+816.701 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1660328/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=13.73
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1365 21193 0 2 5 2 1297 69 16 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
[pid=13744] ppid=13721 vsize=5356 CPUtime=0
/proc/13744/stat : 13744 (sh) S 13721 13721 12269 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19929154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13744/statm: 1339 232 193 169 0 50 0
[pid=13745] ppid=13744 vsize=176900 CPUtime=799.6
/proc/13745/stat : 13745 (picosat) R 13744 13721 12269 0 -1 4194304 41260 0 0 0 78050 1910 0 0 25 0 1 0 19929155 181145600 41244 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13745/statm: 44225 41244 48 102 0 44120 0
Current children cumulated CPU time (s) 813.33
Current children cumulated vsize (KiB) 199124

[startup+817.501 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1659304/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=813.9
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1446 62752 0 2 5 2 79401 1982 15 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 813.9
Current children cumulated vsize (KiB) 16868

[startup+817.701 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1659304/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=813.91
/proc/13721/stat : 13721 (sugar) S 13719 13721 12269 0 -1 4194304 1448 62752 0 2 6 2 79401 1982 15 0 1 0 19927682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13721/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 813.91
Current children cumulated vsize (KiB) 16868

[startup+817.802 s]
/proc/loadavg: 1.99 1.99 2.01 3/76 13775
/proc/meminfo: memFree=1659304/2055920 swapFree=4192812/4192956
[pid=13721] ppid=13719 vsize=16868 CPUtime=814.4
/proc/13721/stat : 13721 (sugar) R 13719 13721 12269 0 -1 4194304 1477 66840 0 3 6 5 79443 1986 16 0 1 0 19927682 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13721/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 814.4
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 817.831
CPU time (s): 814.452
CPU user time (s): 794.507
CPU system time (s): 19.945
CPU usage (%): 99.5869
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 794.507
system time used= 19.945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68378
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= 14217
involuntary context switches= 19944

runsolver used 0.945856 second user time and 2.42763 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 18:10:27
IDJOB=2062347
IDBENCH=53891
IDSOLVER=738
FILE ID=node82/2062347-1247328627
PBS_JOBID= 9506470
Free space on /tmp= 66140 MiB

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

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

MD5SUM BENCH= d3e9fb88cfd1b07e17afb6e1c39c5e12
RANDOM SEED=1872040417

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1558464 kB
Buffers:          6448 kB
Cached:          57744 kB
SwapCached:          0 kB
Active:         424932 kB
Inactive:        18248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:         394604 kB
Slab:            38844 kB
Committed_AS:   836088 kB
PageTables:       2476 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= 66140 MiB
End job on node82 at 2009-07-11 18:24:05