Trace number 2062094

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 445.238 449.612

General information on the benchmark

Namecsp/allsquares/
normalized-squares-31-31.xml
MD5SUMcc4a849398686c6aea23fb28afe2d04f
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 benchmark388.083
Satisfiable
(Un)Satisfiability was proved
Number of variables1922
Number of constraints2328
Maximum constraint arity31
Maximum domain size103
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1861
Global constraints used (with number of constraints)cumulative(2),weightedsum(465)

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:01:45 2009
0.00/0.08	c 0	PID 12290
0.00/0.08	c 0	HOST node19.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062094-1247328105.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062094-1247328105.xml' 'HOME/temp.csp'
0.07/0.75	c 1	32 domains, 1922 variables, 2 predicates, 0 relations, 2328 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	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.72/0.85	c 1	Parsing HOME/temp.csp
0.72/0.98	c 1	parsed 4284 expressions
0.72/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.99	c 1	Converting to clausal form CSP
0.93/1.02	c 1	converted 429 (10%) expressions
0.93/1.03	c 1	converted 857 (20%) expressions
0.93/1.03	c 1	converted 1286 (30%) expressions
0.93/1.04	c 1	converted 1714 (40%) expressions
1.13/1.20	c 1	converted 2142 (50%) expressions
1.13/1.27	c 2	converted 2571 (60%) expressions
1.22/1.31	c 2	converted 2999 (70%) expressions
1.22/1.34	c 2	converted 3428 (80%) expressions
1.22/1.39	c 2	converted 3856 (90%) expressions
2.71/2.83	c 3	converted 4284 (100%) expressions
2.71/2.83	c 3	CSP : 9194 integers, 4330 booleans, 27524 clauses, largest domain size 104
2.71/2.83	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.71/2.83	c 3	Propagation in CSP
2.81/2.94	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.94	c 3	CSP : 9194 integers, 4330 booleans, 27524 clauses, largest domain size 104
2.81/2.95	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.81/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.98	c 3	CSP : 9194 integers, 4330 booleans, 27524 clauses, largest domain size 104
2.81/2.98	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.01/3.12	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.16	c 3	920 (10%) CSP integer variables are encoded (5260 clauses, 66253 bytes)
3.01/3.16	c 3	1839 (20%) CSP integer variables are encoded (5260 clauses, 66253 bytes)
3.01/3.18	c 3	2759 (30%) CSP integer variables are encoded (13793 clauses, 189117 bytes)
3.01/3.19	c 3	3678 (40%) CSP integer variables are encoded (23068 clauses, 328242 bytes)
3.10/3.21	c 3	4597 (50%) CSP integer variables are encoded (31776 clauses, 458862 bytes)
3.10/3.22	c 4	5517 (60%) CSP integer variables are encoded (38175 clauses, 554847 bytes)
3.10/3.23	c 4	6436 (70%) CSP integer variables are encoded (47553 clauses, 695517 bytes)
3.10/3.24	c 4	7356 (80%) CSP integer variables are encoded (57064 clauses, 838182 bytes)
3.10/3.25	c 4	8275 (90%) CSP integer variables are encoded (65537 clauses, 965277 bytes)
3.10/3.26	c 4	9194 (100%) CSP integer variables are encoded (72038 clauses, 1062792 bytes)
3.50/3.68	c 4	2753 (10%) CSP clauses are encoded (275534 clauses, 4701533 bytes)
4.68/4.85	c 5	5505 (20%) CSP clauses are encoded (466633 clauses, 9333067 bytes)
6.27/6.43	c 7	8258 (30%) CSP clauses are encoded (659928 clauses, 14886072 bytes)
7.84/8.01	c 8	11010 (40%) CSP clauses are encoded (844561 clauses, 20189076 bytes)
9.82/10.09	c 10	13762 (50%) CSP clauses are encoded (991003 clauses, 25198250 bytes)
13.28/13.51	c 14	16515 (60%) CSP clauses are encoded (1373716 clauses, 35785031 bytes)
14.98/15.29	c 16	19267 (70%) CSP clauses are encoded (1584332 clauses, 41839589 bytes)
16.55/16.86	c 17	22020 (80%) CSP clauses are encoded (1768966 clauses, 47143551 bytes)
18.33/18.69	c 19	24772 (90%) CSP clauses are encoded (1928371 clauses, 52154445 bytes)
21.80/22.18	c 22	27524 (100%) CSP clauses are encoded (2272137 clauses, 62028782 bytes)
21.80/22.19	c 22	27524 CSP clauses encoded
21.80/22.19	c 22	Writing map file : HOME/temp.map
21.90/22.21	c 22	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.90/22.21	c 22	SAT : 85490 SAT variables, 2272137 SAT clauses, 62028782 bytes
21.90/22.21	c 22	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.90/22.25	c 23	SOLVING HOME/temp.cnf
21.90/22.25	c 23	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
444.56/448.98	c 449	DECODING HOME/temp.out WITH HOME/temp.map
444.56/448.98	c 449	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'
444.65/449.07	c 449	Decoding HOME/temp.out
444.65/449.43	s SATISFIABLE
444.65/449.52	v 61 40 43 20 20 32 96 87 38 49 20 47 25 89 88 87 22 31 31 0 59 0 80 39 63 50 76 59 0 29 0 0 46 46 42 46 37 79 79 37 27 31 37 43 65 50 87 56 19 0 32 28 52 27 49 50 1 0 75 74 73 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 1 0 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 1 0 1 0 1 0 1 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 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 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 0 1 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 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 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 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 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 1 0 0 0 1 0 0 1 0 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 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 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 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 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 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 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 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 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 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1
444.65/449.52	c 450	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
444.65/449.58	c 450	CPU 445.18 (0.06 0.03 430.47 14.62)
444.65/449.58	c 450	END Sat Jul 11 18:09:15 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-2062094-1247328105/watcher-2062094-1247328105 -o /tmp/evaluation-result-2062094-1247328105/solver-2062094-1247328105 -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-2062094-1247328105.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.01 2.02 1.93 4/72 12290
/proc/meminfo: memFree=1349872/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=4708 CPUtime=0
/proc/12290/stat : 12290 (sugar) R 12288 12290 9863 0 -1 4194304 56 0 0 0 0 0 0 0 22 0 1 0 19877162 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 255233950416 0 0 4096 0 0 0 0 17 1 0 0
/proc/12290/statm: 1177 41 31 3 0 8 0

[startup+0.0922049 s]
/proc/loadavg: 2.01 2.02 1.93 4/72 12290
/proc/meminfo: memFree=1349872/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.07
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101456 s]
/proc/loadavg: 2.01 2.02 1.93 4/72 12290
/proc/meminfo: memFree=1349872/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.07
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301227 s]
/proc/loadavg: 2.01 2.02 1.93 4/72 12290
/proc/meminfo: memFree=1349872/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.07
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701268 s]
/proc/loadavg: 2.01 2.02 1.93 4/72 12290
/proc/meminfo: memFree=1349872/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.07
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50235 s]
/proc/loadavg: 2.01 2.02 1.93 3/83 12312
/proc/meminfo: memFree=1339224/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.72
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1309 6796 0 1 5 2 60 5 16 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
[pid=12303] ppid=12290 vsize=5356 CPUtime=0
/proc/12303/stat : 12303 (sh) S 12290 12290 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19877239 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12303/statm: 1339 233 193 169 0 50 0
[pid=12304] ppid=12303 vsize=869588 CPUtime=0.7
/proc/12304/stat : 12304 (java) S 12303 12290 9863 0 -1 0 7338 0 1 0 66 4 0 0 18 0 9 0 19877240 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 217397 6571 2566 9 0 211902 0
[pid=12304/tid=12305] ppid=12303 vsize=869588 CPUtime=0.4
/proc/12304/task/12305/stat : 12305 (java) R 12303 12290 9863 0 -1 64 2679 0 1 0 39 1 0 0 22 0 9 0 19877241 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12303 vsize=869588 CPUtime=0.09
/proc/12304/task/12306/stat : 12306 (java) R 12303 12290 9863 0 -1 64 2462 0 0 0 8 1 0 0 16 0 9 0 19877242 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 102549494 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12303 vsize=869588 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12303 12290 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19877242 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12303 vsize=869588 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12303 12290 9863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19877242 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12303 vsize=869588 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19877244 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12303 vsize=869588 CPUtime=0.18
/proc/12304/task/12310/stat : 12310 (java) S 12303 12290 9863 0 -1 64 1496 0 0 0 18 0 0 0 16 0 9 0 19877244 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12303 vsize=869588 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19877244 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12303 vsize=869588 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12303 12290 9863 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19877244 890458112 6571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 891812

[startup+3.10253 s]
/proc/loadavg: 2.09 2.03 1.93 4/83 12312
/proc/meminfo: memFree=1322648/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.72
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1310 6796 0 1 5 2 60 5 16 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
[pid=12303] ppid=12290 vsize=5356 CPUtime=0
/proc/12303/stat : 12303 (sh) S 12290 12290 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19877239 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12303/statm: 1339 233 193 169 0 50 0
[pid=12304] ppid=12303 vsize=870152 CPUtime=2.29
/proc/12304/stat : 12304 (java) S 12303 12290 9863 0 -1 0 12063 0 1 0 221 8 0 0 18 0 9 0 19877240 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 217538 10926 2567 9 0 212043 0
[pid=12304/tid=12305] ppid=12303 vsize=870152 CPUtime=1.31
/proc/12304/task/12305/stat : 12305 (java) R 12303 12290 9863 0 -1 64 2983 0 1 0 129 2 0 0 25 0 9 0 19877241 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12303 vsize=870152 CPUtime=0.7
/proc/12304/task/12306/stat : 12306 (java) R 12303 12290 9863 0 -1 64 6840 0 0 0 66 4 0 0 16 0 9 0 19877242 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12303 vsize=870152 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12303 12290 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19877242 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12303 vsize=870152 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12303 12290 9863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19877242 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12303 vsize=870152 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19877244 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12303 vsize=870152 CPUtime=0.24
/proc/12304/task/12310/stat : 12310 (java) S 12303 12290 9863 0 -1 64 1539 0 0 0 24 0 0 0 16 0 9 0 19877244 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12303 vsize=870152 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19877244 891035648 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12303 vsize=870152 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12303 12290 9863 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19877244 891035648 10926 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) 892376

[startup+6.30187 s]
/proc/loadavg: 2.09 2.03 1.93 3/83 12312
/proc/meminfo: memFree=1301464/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.73
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1310 6796 0 1 6 2 60 5 16 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
[pid=12303] ppid=12290 vsize=5356 CPUtime=0
/proc/12303/stat : 12303 (sh) S 12290 12290 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19877239 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12303/statm: 1339 233 193 169 0 50 0
[pid=12304] ppid=12303 vsize=869760 CPUtime=5.45
/proc/12304/stat : 12304 (java) S 12303 12290 9863 0 -1 0 12352 0 1 0 527 18 0 0 18 0 9 0 19877240 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 217440 10870 2591 9 0 211917 0
[pid=12304/tid=12305] ppid=12303 vsize=869760 CPUtime=4.33
/proc/12304/task/12305/stat : 12305 (java) R 12303 12290 9863 0 -1 64 3240 0 1 0 422 11 0 0 25 0 9 0 19877241 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4126557257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12303 vsize=869760 CPUtime=0.79
/proc/12304/task/12306/stat : 12306 (java) S 12303 12290 9863 0 -1 64 6840 0 0 0 74 5 0 0 16 0 9 0 19877242 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12303 12290 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19877242 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12303 12290 9863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19877242 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19877244 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12303 vsize=869760 CPUtime=0.29
/proc/12304/task/12310/stat : 12310 (java) S 12303 12290 9863 0 -1 64 1571 0 0 0 29 0 0 0 17 0 9 0 19877244 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19877244 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12303 12290 9863 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19877244 890634240 10870 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) 891984

[startup+12.7026 s]
/proc/loadavg: 2.07 2.03 1.93 3/83 12312
/proc/meminfo: memFree=1284056/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=0.73
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1310 6796 0 1 6 2 60 5 16 0 1 0 19877162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1111 409 3 0 796 0
[pid=12303] ppid=12290 vsize=5356 CPUtime=0
/proc/12303/stat : 12303 (sh) S 12290 12290 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19877239 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12303/statm: 1339 233 193 169 0 50 0
[pid=12304] ppid=12303 vsize=869760 CPUtime=11.77
/proc/12304/stat : 12304 (java) S 12303 12290 9863 0 -1 0 12612 0 1 0 1143 34 0 0 18 0 9 0 19877240 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 217440 10870 2591 9 0 211917 0
[pid=12304/tid=12305] ppid=12303 vsize=869760 CPUtime=10.53
/proc/12304/task/12305/stat : 12305 (java) R 12303 12290 9863 0 -1 64 3500 0 1 0 1028 25 0 0 25 0 9 0 19877241 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4126871589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12303 vsize=869760 CPUtime=0.92
/proc/12304/task/12306/stat : 12306 (java) S 12303 12290 9863 0 -1 64 6840 0 0 0 85 7 0 0 16 0 9 0 19877242 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12303 12290 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19877242 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12303 12290 9863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19877242 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19877244 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12303 vsize=869760 CPUtime=0.29
/proc/12304/task/12310/stat : 12310 (java) S 12303 12290 9863 0 -1 64 1571 0 0 0 29 0 0 0 17 0 9 0 19877244 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12303 12290 9863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19877244 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12303 vsize=869760 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12303 12290 9863 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19877244 890634240 10870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 891984

[startup+25.5019 s]
/proc/loadavg: 2.06 2.03 1.93 3/75 12314
/proc/meminfo: memFree=1268312/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=22060 CPUtime=3.2
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 4459 0 0 0 144 176 0 0 25 0 1 0 19879387 22589440 4445 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 5515 4445 40 102 0 5410 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 44284

[startup+51.1017 s]
/proc/loadavg: 2.04 2.03 1.93 3/75 12314
/proc/meminfo: memFree=1194136/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0

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

/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=108424 CPUtime=198.15
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 23941 0 0 0 18424 1391 0 0 25 0 1 0 19879387 111026176 23925 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 27106 23925 48 102 0 27001 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 130648

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/75 12314
/proc/meminfo: memFree=1187992/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=110008 CPUtime=257.6
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 24354 0 0 0 24368 1392 0 0 25 0 1 0 19879387 112648192 24338 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 27502 24338 48 102 0 27397 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 132232

[startup+342.302 s]
/proc/loadavg: 2.02 2.01 1.94 3/75 12314
/proc/meminfo: memFree=1186200/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=111724 CPUtime=317.03
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 24803 0 0 0 30310 1393 0 0 25 0 1 0 19879387 114405376 24787 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 27931 24787 48 102 0 27826 0
Current children cumulated CPU time (s) 338.96
Current children cumulated vsize (KiB) 133948

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/75 12314
/proc/meminfo: memFree=1184472/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=113440 CPUtime=376.47
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 25218 0 0 0 36253 1394 0 0 25 0 1 0 19879387 116162560 25202 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 28360 25202 48 102 0 28255 0
Current children cumulated CPU time (s) 398.4
Current children cumulated vsize (KiB) 135664

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

[startup+409.501 s]
/proc/loadavg: 2.01 2.01 1.94 3/75 12314
/proc/meminfo: memFree=1184216/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=113572 CPUtime=383.6
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 25275 0 0 0 36966 1394 0 0 25 0 1 0 19879387 116297728 25259 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 28393 25259 48 102 0 28288 0
Current children cumulated CPU time (s) 405.53
Current children cumulated vsize (KiB) 135796

[startup+435.102 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183448/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=114364 CPUtime=408.96
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 25477 0 0 0 39502 1394 0 0 25 0 1 0 19879387 117108736 25461 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 28591 25461 48 102 0 28486 0
Current children cumulated CPU time (s) 430.89
Current children cumulated vsize (KiB) 136588

[startup+441.502 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183320/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=114628 CPUtime=415.29
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 25524 0 0 0 40135 1394 0 0 25 0 1 0 19879387 117379072 25508 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 28657 25508 48 102 0 28552 0
Current children cumulated CPU time (s) 437.22
Current children cumulated vsize (KiB) 136852

[startup+444.702 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183192/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=114628 CPUtime=418.46
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 25544 0 0 0 40452 1394 0 0 25 0 1 0 19879387 117379072 25528 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 28657 25528 48 102 0 28552 0
Current children cumulated CPU time (s) 440.39
Current children cumulated vsize (KiB) 136852

[startup+447.902 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183128/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=114760 CPUtime=421.64
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 25567 0 0 0 40770 1394 0 0 25 0 1 0 19879387 117514240 25551 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 28690 25551 48 102 0 28585 0
Current children cumulated CPU time (s) 443.57
Current children cumulated vsize (KiB) 136984

[startup+448.702 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183064/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=21.93
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1365 20156 0 2 6 2 2123 62 17 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
[pid=12313] ppid=12290 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12290 12290 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19879387 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=114760 CPUtime=422.43
/proc/12314/stat : 12314 (picosat) R 12313 12290 9863 0 -1 4194304 25573 0 0 0 40849 1394 0 0 25 0 1 0 19879387 117514240 25557 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12314/statm: 28690 25557 48 102 0 28585 0
Current children cumulated CPU time (s) 444.36
Current children cumulated vsize (KiB) 136984

[startup+449.102 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183064/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=444.65
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1446 46022 0 2 6 2 42998 1459 16 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 444.65
Current children cumulated vsize (KiB) 16868

[startup+449.502 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183064/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=444.65
/proc/12290/stat : 12290 (sugar) S 12288 12290 9863 0 -1 4194304 1448 46022 0 2 6 2 42998 1459 15 0 1 0 19877162 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12290/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 444.65
Current children cumulated vsize (KiB) 16868

[startup+449.601 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 12314
/proc/meminfo: memFree=1183064/2055920 swapFree=4192952/4192956
[pid=12290] ppid=12288 vsize=16868 CPUtime=445.2
/proc/12290/stat : 12290 (sugar) R 12288 12290 9863 0 -1 4194304 1477 50093 0 3 6 5 43047 1462 16 0 1 0 19877162 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12290/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 445.2
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 449.612
CPU time (s): 445.238
CPU user time (s): 430.542
CPU system time (s): 14.6968
CPU usage (%): 99.0273
Max. virtual memory (cumulated for all children) (KiB): 892376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.542
system time used= 14.6968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51631
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= 14291
involuntary context switches= 23965

runsolver used 0.551916 second user time and 1.51177 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 18:01:45
IDJOB=2062094
IDBENCH=53868
IDSOLVER=738
FILE ID=node19/2062094-1247328105
PBS_JOBID= 9506589
Free space on /tmp= 66432 MiB

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

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

MD5SUM BENCH= cc4a849398686c6aea23fb28afe2d04f
RANDOM SEED=1539526347

node19.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.211
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.211
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:       1350352 kB
Buffers:         46920 kB
Cached:         495920 kB
SwapCached:          4 kB
Active:         169868 kB
Inactive:       484520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350352 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:         123192 kB
Slab:            36292 kB
Committed_AS:   225168 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node19 at 2009-07-11 18:09:15