Trace number 1042229

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.13+picosatSAT 474.828 475.552

General information on the benchmark

Namecsp/allsquares/
normalized-squares-32-32.xml
MD5SUMead5701db864634909571d8befed8462
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark474.828
Satisfiable
(Un)Satisfiability was proved
Number of variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size108
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/picosat
0.00/0.17	c 0	BEGIN Wed Jul  2 14:47:36 2008
0.00/0.17	c 0	PID 3700
0.00/0.17	c 0	HOST node52.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1042229-1215002855.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042229-1215002855.xml' 'HOME/temp.csp'
0.84/1.07	c 0	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.91/1.11	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.91/1.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.19	c 1	Parsing HOME/temp.csp
0.91/1.45	c 1	parsed 4566 expressions
0.91/1.45	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.45	c 1	Converting to clausal form CSP
0.91/1.48	c 1	converted 457 (10%) expressions
0.91/1.49	c 1	converted 914 (20%) expressions
0.91/1.49	c 1	converted 1370 (30%) expressions
0.91/1.50	c 1	converted 1827 (40%) expressions
0.91/1.65	c 1	converted 2283 (50%) expressions
0.91/1.71	c 1	converted 2740 (60%) expressions
0.91/1.75	c 1	converted 3197 (70%) expressions
0.91/1.79	c 1	converted 3653 (80%) expressions
0.91/1.82	c 1	converted 4110 (90%) expressions
3.08/3.30	c 3	converted 4566 (100%) expressions
3.08/3.31	c 3	CSP : 15440 integers, 4724 booleans, 40837 clauses, largest domain size 281
3.08/3.31	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.31	c 3	Propagation in CSP
3.28/3.54	c 3	63075 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.54	c 3	CSP : 15440 integers, 4724 booleans, 40837 clauses, largest domain size 109
3.28/3.54	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.56	c 3	Simplifing CSP by introducing new Boolean variables
3.28/3.58	c 3	CSP : 15440 integers, 4724 booleans, 40837 clauses, largest domain size 109
3.28/3.58	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.74	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.79	c 3	1544 (10%) CSP integer variables are encoded (5716 clauses, 72179 bytes)
3.57/3.81	c 3	3088 (20%) CSP integer variables are encoded (24338 clauses, 347254 bytes)
3.57/3.84	c 3	4632 (30%) CSP integer variables are encoded (52416 clauses, 768424 bytes)
3.57/3.88	c 3	6176 (40%) CSP integer variables are encoded (80034 clauses, 1182694 bytes)
3.67/3.91	c 3	7720 (50%) CSP integer variables are encoded (107732 clauses, 1627365 bytes)
3.67/3.95	c 3	9264 (60%) CSP integer variables are encoded (135580 clauses, 2100781 bytes)
3.67/3.98	c 3	10808 (70%) CSP integer variables are encoded (163530 clauses, 2575931 bytes)
3.77/4.02	c 3	12352 (80%) CSP integer variables are encoded (191480 clauses, 3051081 bytes)
3.77/4.05	c 3	13896 (90%) CSP integer variables are encoded (219352 clauses, 3524905 bytes)
3.77/4.09	c 3	15440 (100%) CSP integer variables are encoded (247152 clauses, 3997505 bytes)
4.37/4.62	c 4	4084 (10%) CSP clauses are encoded (543355 clauses, 9340099 bytes)
6.17/6.42	c 6	8168 (20%) CSP clauses are encoded (1604262 clauses, 31566312 bytes)
7.67/7.98	c 7	12252 (30%) CSP clauses are encoded (2517584 clauses, 50926304 bytes)
9.25/9.60	c 9	16335 (40%) CSP clauses are encoded (3430905 clauses, 70286382 bytes)
11.05/11.30	c 11	20419 (50%) CSP clauses are encoded (4383070 clauses, 92185649 bytes)
13.21/13.54	c 13	24503 (60%) CSP clauses are encoded (5589665 clauses, 121271938 bytes)
15.01/15.38	c 15	28586 (70%) CSP clauses are encoded (6585644 clauses, 145324118 bytes)
16.70/17.06	c 16	32670 (80%) CSP clauses are encoded (7498966 clauses, 167378307 bytes)
18.38/18.77	c 18	36754 (90%) CSP clauses are encoded (8411045 clauses, 189402613 bytes)
20.47/20.85	c 20	40837 (100%) CSP clauses are encoded (9533684 clauses, 216469621 bytes)
20.47/20.85	c 20	40837 CSP clauses encoded
20.47/20.86	c 20	Writing map file : HOME/temp.map
20.57/20.91	c 20	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.57/20.91	c 20	SAT : 267240 SAT variables, 9533684 SAT clauses, 216469621 bytes
20.57/20.91	c 20	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.57/20.96	c 20	SOLVING HOME/temp.cnf
20.57/20.96	c 20	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
474.07/474.86	c 474	DECODING HOME/temp.out WITH HOME/temp.map
474.07/474.86	c 474	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
474.15/474.95	c 474	Decoding HOME/temp.out
474.56/475.34	s SATISFIABLE
474.65/475.42	v 82 77 90 86 59 0 6 74 47 64 82 96 0 82 93 0 47 64 0 0 13 86 34 62 57 82 20 19 32 47 77 0 24 24 22 22 29 45 46 26 52 24 26 65 32 63 22 53 61 59 69 88 32 0 29 0 34 37 81 53 0 78 77 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 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 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 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 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 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 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 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 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 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 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 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 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 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 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 0 0 1 0 0 0 1 1 0 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 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 0 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 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 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 1 0 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 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 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 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 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 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1
474.65/475.42	c 475	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
474.65/475.45	c 475	CPU 430.29 (0.04 0.03 430.25 44.39)
474.65/475.45	c 475	END Wed Jul  2 14:55:31 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042229-1215002855/watcher-1042229-1215002855 -o /tmp/evaluation-result-1042229-1215002855/solver-1042229-1215002855 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1042229-1215002855.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.05 2.01 4/72 3700
/proc/meminfo: memFree=1913952/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=18572 CPUtime=0
/proc/3700/stat : 3700 (runsolver) D 3698 3700 3004 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979257806 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273653755175 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/3700/statm: 4643 292 257 25 0 2626 0

[startup+0.0649151 s]
/proc/loadavg: 1.96 2.05 2.01 4/72 3700
/proc/meminfo: memFree=1913952/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=12268 CPUtime=0
/proc/3700/stat : 3700 (sugar) D 3698 3700 3004 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1979257806 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273653922405 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/3700/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101952 s]
/proc/loadavg: 1.96 2.05 2.01 4/72 3700
/proc/meminfo: memFree=1913952/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=12272 CPUtime=0
/proc/3700/stat : 3700 (sugar) D 3698 3700 3004 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 1979257806 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3700/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301949 s]
/proc/loadavg: 1.96 2.05 2.01 4/72 3700
/proc/meminfo: memFree=1913952/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=0.04
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979257806 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702011 s]
/proc/loadavg: 1.96 2.05 2.01 4/72 3700
/proc/meminfo: memFree=1913952/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=0.04
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979257806 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50113 s]
/proc/loadavg: 1.96 2.05 2.01 4/83 3712
/proc/meminfo: memFree=1898504/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=0.91
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 974 6805 0 3 3 1 83 4 16 0 1 0 1979257806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 13600

[startup+3.10137 s]
/proc/loadavg: 1.96 2.05 2.01 4/83 3722
/proc/meminfo: memFree=1892680/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=0.91
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 974 6805 0 3 3 1 83 4 15 0 1 0 1979257806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 797 370 3 0 500 0
[pid=3713] ppid=3700 vsize=5356 CPUtime=0
/proc/3713/stat : 3713 (sh) S 3700 3700 3004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979257917 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3713/statm: 1339 233 193 169 0 50 0
[pid=3714] ppid=3713 vsize=868368 CPUtime=1.97
/proc/3714/stat : 3714 (java) S 3713 3700 3004 0 -1 0 11670 0 2 0 191 6 0 0 18 0 9 0 1979257917 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3714/statm: 217092 10707 2541 9 0 211667 0
[pid=3714/tid=3715] ppid=3713 vsize=868368 CPUtime=1.14
/proc/3714/task/3715/stat : 3715 (java) R 3713 3700 3004 0 -1 64 2962 0 1 0 113 1 0 0 25 0 9 0 1979257918 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4126401472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3716] ppid=3713 vsize=868368 CPUtime=0.56
/proc/3714/task/3716/stat : 3716 (java) S 3713 3700 3004 0 -1 64 6513 0 0 0 54 2 0 0 16 0 9 0 1979257919 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3717] ppid=3713 vsize=868368 CPUtime=0
/proc/3714/task/3717/stat : 3717 (java) S 3713 3700 3004 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979257920 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3718] ppid=3713 vsize=868368 CPUtime=0
/proc/3714/task/3718/stat : 3718 (java) S 3713 3700 3004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979257920 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3719] ppid=3713 vsize=868368 CPUtime=0
/proc/3714/task/3719/stat : 3719 (java) S 3713 3700 3004 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979257921 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3714/tid=3720] ppid=3713 vsize=868368 CPUtime=0.23
/proc/3714/task/3720/stat : 3720 (java) S 3713 3700 3004 0 -1 64 1502 0 1 0 22 1 0 0 16 0 9 0 1979257922 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3721] ppid=3713 vsize=868368 CPUtime=0
/proc/3714/task/3721/stat : 3721 (java) S 3713 3700 3004 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979257922 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3714/tid=3722] ppid=3713 vsize=868368 CPUtime=0
/proc/3714/task/3722/stat : 3722 (java) S 3713 3700 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979257922 889208832 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887324

[startup+6.30292 s]
/proc/loadavg: 1.96 2.05 2.01 3/83 3722
/proc/meminfo: memFree=1851976/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=0.91
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 974 6805 0 3 3 1 83 4 15 0 1 0 1979257806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 797 370 3 0 500 0
[pid=3713] ppid=3700 vsize=5356 CPUtime=0
/proc/3713/stat : 3713 (sh) S 3700 3700 3004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979257917 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3713/statm: 1339 233 193 169 0 50 0
[pid=3714] ppid=3713 vsize=868480 CPUtime=5.16
/proc/3714/stat : 3714 (java) S 3713 3700 3004 0 -1 0 13952 0 2 0 493 23 0 0 18 0 9 0 1979257917 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3714/statm: 217120 12459 2565 9 0 211667 0
[pid=3714/tid=3715] ppid=3713 vsize=868480 CPUtime=3.88
/proc/3714/task/3715/stat : 3715 (java) R 3713 3700 3004 0 -1 64 3354 0 1 0 372 16 0 0 25 0 9 0 1979257918 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3716] ppid=3713 vsize=868480 CPUtime=0.94
/proc/3714/task/3716/stat : 3716 (java) S 3713 3700 3004 0 -1 64 8360 0 0 0 90 4 0 0 16 0 9 0 1979257919 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3717] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3717/stat : 3717 (java) S 3713 3700 3004 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979257920 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3718] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3718/stat : 3718 (java) S 3713 3700 3004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979257920 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3719] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3719/stat : 3719 (java) S 3713 3700 3004 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979257921 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3714/tid=3720] ppid=3713 vsize=868480 CPUtime=0.31
/proc/3714/task/3720/stat : 3720 (java) S 3713 3700 3004 0 -1 64 1545 0 1 0 30 1 0 0 16 0 9 0 1979257922 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3721] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3721/stat : 3721 (java) S 3713 3700 3004 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979257922 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3714/tid=3722] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3722/stat : 3722 (java) S 3713 3700 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979257922 889323520 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887436

[startup+12.7028 s]
/proc/loadavg: 1.97 2.05 2.01 3/83 3722
/proc/meminfo: memFree=1769928/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=0.91
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 974 6805 0 3 3 1 83 4 16 0 1 0 1979257806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 797 370 3 0 500 0
[pid=3713] ppid=3700 vsize=5356 CPUtime=0
/proc/3713/stat : 3713 (sh) S 3700 3700 3004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979257917 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3713/statm: 1339 233 193 169 0 50 0
[pid=3714] ppid=3713 vsize=868480 CPUtime=11.53
/proc/3714/stat : 3714 (java) S 3713 3700 3004 0 -1 0 14644 0 2 0 1080 73 0 0 18 0 9 0 1979257917 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3714/statm: 217120 12460 2565 9 0 211667 0
[pid=3714/tid=3715] ppid=3713 vsize=868480 CPUtime=9.97
/proc/3714/task/3715/stat : 3715 (java) R 3713 3700 3004 0 -1 64 4045 0 1 0 936 61 0 0 25 0 9 0 1979257918 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3716] ppid=3713 vsize=868480 CPUtime=1.22
/proc/3714/task/3716/stat : 3716 (java) S 3713 3700 3004 0 -1 64 8360 0 0 0 113 9 0 0 16 0 9 0 1979257919 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3717] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3717/stat : 3717 (java) S 3713 3700 3004 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979257920 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3718] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3718/stat : 3718 (java) S 3713 3700 3004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979257920 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3719] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3719/stat : 3719 (java) S 3713 3700 3004 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979257921 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3714/tid=3720] ppid=3713 vsize=868480 CPUtime=0.31
/proc/3714/task/3720/stat : 3720 (java) S 3713 3700 3004 0 -1 64 1546 0 1 0 30 1 0 0 17 0 9 0 1979257922 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3714/tid=3721] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3721/stat : 3721 (java) S 3713 3700 3004 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979257922 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3714/tid=3722] ppid=3713 vsize=868480 CPUtime=0
/proc/3714/task/3722/stat : 3722 (java) S 3713 3700 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979257922 889323520 12460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887436

[startup+25.5017 s]
/proc/loadavg: 2.11 2.08 2.02 3/75 3724
/proc/meminfo: memFree=1659656/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=52896 CPUtime=4.51
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 9020 0 0 0 208 243 0 0 25 0 1 0 1979259902 54165504 9006 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 13224 9006 40 102 0 13119 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 71852

[startup+51.1015 s]
/proc/loadavg: 2.07 2.07 2.01 3/75 3724
/proc/meminfo: memFree=1555464/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=161216 CPUtime=30.09
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 35447 0 0 0 1361 1648 0 0 25 0 1 0 1979259902 165085184 35433 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 40304 35433 40 102 0 40199 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 180172

[startup+102.306 s]
/proc/loadavg: 2.03 2.06 2.01 3/75 3724
/proc/meminfo: memFree=1353096/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=391360 CPUtime=81.12
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 85323 0 0 0 3838 4274 0 0 25 0 1 0 1979259902 400752640 85309 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 97840 85309 42 102 0 97735 0

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

[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=392292 CPUtime=201.07
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 85641 0 0 0 15832 4275 0 0 25 0 1 0 1979259902 401707008 85625 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98073 85625 48 102 0 97968 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 411248

[startup+282.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 3724
/proc/meminfo: memFree=1351624/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=392556 CPUtime=261.05
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 85724 0 0 0 21829 4276 0 0 25 0 1 0 1979259902 401977344 85708 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98139 85708 48 102 0 98034 0
Current children cumulated CPU time (s) 281.66
Current children cumulated vsize (KiB) 411512

[startup+342.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 3724
/proc/meminfo: memFree=1351048/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=392952 CPUtime=321.02
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 85828 0 0 0 27826 4276 0 0 25 0 1 0 1979259902 402382848 85812 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98238 85812 48 102 0 98133 0
Current children cumulated CPU time (s) 341.63
Current children cumulated vsize (KiB) 411908

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 3752
/proc/meminfo: memFree=1360896/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=393476 CPUtime=380.99
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 85962 0 0 0 33822 4277 0 0 25 0 1 0 1979259902 402919424 85946 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98369 85946 48 102 0 98264 0
Current children cumulated CPU time (s) 401.6
Current children cumulated vsize (KiB) 412432

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 3802
/proc/meminfo: memFree=1345648/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=394004 CPUtime=440.96
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 86083 0 0 0 39818 4278 0 0 25 0 1 0 1979259902 403460096 86067 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98501 86067 48 102 0 98396 0
Current children cumulated CPU time (s) 461.57
Current children cumulated vsize (KiB) 412960

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

[startup+467.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 3802
/proc/meminfo: memFree=1345008/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=394004 CPUtime=445.76
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 86095 0 0 0 40298 4278 0 0 25 0 1 0 1979259902 403460096 86079 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98501 86079 48 102 0 98396 0
Current children cumulated CPU time (s) 466.37
Current children cumulated vsize (KiB) 412960

[startup+470.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 3802
/proc/meminfo: memFree=1344560/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=394004 CPUtime=448.96
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 86106 0 0 0 40618 4278 0 0 25 0 1 0 1979259902 403460096 86090 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98501 86090 48 102 0 98396 0
Current children cumulated CPU time (s) 469.57
Current children cumulated vsize (KiB) 412960

[startup+473.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 3802
/proc/meminfo: memFree=1344176/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=394136 CPUtime=452.16
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 86111 0 0 0 40938 4278 0 0 25 0 1 0 1979259902 403595264 86095 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 98534 86095 48 102 0 98429 0
Current children cumulated CPU time (s) 472.77
Current children cumulated vsize (KiB) 413092

[startup+474.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 3802
/proc/meminfo: memFree=1343984/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=20.61
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1022 22639 0 8 3 1 1909 148 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3723] ppid=3700 vsize=5356 CPUtime=0
/proc/3723/stat : 3723 (sh) S 3700 3700 3004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979259902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3723/statm: 1339 232 193 169 0 50 0
[pid=3724] ppid=3723 vsize=398236 CPUtime=452.96
/proc/3724/stat : 3724 (picosat) R 3723 3700 3004 0 -1 4194304 86138 0 0 0 41017 4279 0 0 25 0 1 0 1979259902 407793664 86122 996147200 134512640 134931368 4294956256 18446744073709551615 134580602 0 0 4096 0 0 0 0 17 0 0 0
/proc/3724/statm: 99559 86122 52 102 0 99454 0
Current children cumulated CPU time (s) 473.57
Current children cumulated vsize (KiB) 417192

[startup+475.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 3812
/proc/meminfo: memFree=1681128/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=474.15
/proc/3700/stat : 3700 (sugar) S 3698 3700 3004 0 -1 4194304 1091 109063 0 8 3 2 42977 4433 16 0 1 0 1979257806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3700/statm: 3400 799 370 3 0 500 0
[pid=3803] ppid=3700 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3700 3700 3004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979305292 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3803/statm: 1339 233 193 169 0 50 0
[pid=3804] ppid=3803 vsize=864044 CPUtime=0.21
/proc/3804/stat : 3804 (java) S 3803 3700 3004 0 -1 0 3575 0 1 0 19 2 0 0 19 0 9 0 1979305293 884781056 3050 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3804/statm: 216011 3050 1652 9 0 210593 0
[pid=3804/tid=3805] ppid=3803 vsize=864044 CPUtime=0.14
/proc/3804/task/3805/stat : 3805 (java) R 3803 3700 3004 0 -1 64 2438 0 1 0 13 1 0 0 25 0 9 0 1979305294 884781056 3050 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3804/tid=3806] ppid=3803 vsize=864044 CPUtime=0
/proc/3804/task/3806/stat : 3806 (java) S 3803 3700 3004 0 -1 64 124 0 0 0 0 0 0 0 16 0 9 0 1979305295 884781056 3050 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3804/tid=3807] ppid=3803 vsize=864044 CPUtime=0
/proc/3804/task/3807/stat : 3807 (java) S 3803 3700 3004 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 1979305295 884781056 3050 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3804/tid=3808] ppid=3803 vsize=864044 CPUtime=0
/proc/3804/task/3808/stat : 3808 (java) S 3803 3700 3004 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1979305295 884781056 3051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3804/tid=3809] ppid=3803 vsize=864044 CPUtime=0
/proc/3804/task/3809/stat : 3809 (java) S 3803 3700 3004 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1979305297 884781056 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3804/tid=3810] ppid=3803 vsize=864044 CPUtime=0.06
/proc/3804/task/3810/stat : 3810 (java) S 3803 3700 3004 0 -1 64 322 0 0 0 6 0 0 0 21 0 9 0 1979305297 884781056 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3804/tid=3811] ppid=3803 vsize=864044 CPUtime=0
/proc/3804/task/3811/stat : 3811 (java) S 3803 3700 3004 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979305297 884781056 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3804/tid=3812] ppid=3803 vsize=864044 CPUtime=0
/proc/3804/task/3812/stat : 3812 (java) S 3803 3700 3004 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 1979305297 884781056 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 474.36
Current children cumulated vsize (KiB) 883000

[startup+475.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 3812
/proc/meminfo: memFree=1681128/2055920 swapFree=4180424/4192956
[pid=3700] ppid=3698 vsize=13600 CPUtime=474.77
/proc/3700/stat : 3700 (sugar) R 3698 3700 3004 0 -1 4194304 1120 113103 0 9 4 9 43025 4439 16 0 1 0 1979257806 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3700/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 474.77
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 475.552
CPU time (s): 474.828
CPU user time (s): 430.293
CPU system time (s): 44.5352
CPU usage (%): 99.8477
Max. virtual memory (cumulated for all children) (KiB): 887828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.293
system time used= 44.5352
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114253
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19293
involuntary context switches= 20442

runsolver used 0.642902 second user time and 1.50377 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-02 14:47:35
IDJOB=1042229
IDBENCH=53885
IDSOLVER=345
FILE ID=node52/1042229-1215002855
PBS_JOBID= 7870818
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-32-32.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042229-1215002855/watcher-1042229-1215002855 -o /tmp/evaluation-result-1042229-1215002855/solver-1042229-1215002855 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1042229-1215002855.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ead5701db864634909571d8befed8462
RANDOM SEED=853481368

node52.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1914432 kB
Buffers:          5788 kB
Cached:          56924 kB
SwapCached:       6784 kB
Active:          59304 kB
Inactive:        25844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914432 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          29680 kB
Slab:            41540 kB
Committed_AS:  3784520 kB
PageTables:       1856 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= 66524 MiB
End job on node52 at 2008-07-02 14:55:31