Trace number 2068012

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 228.782 231.437

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-fiber.xml
MD5SUM050fcaedec2bdec60bcc496785fb1b05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark64.8981
Satisfiable
(Un)Satisfiability was proved
Number of variables2574
Number of constraints696
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension696
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 22:54:22 2009
0.05/0.08	c 0	PID 19867
0.05/0.08	c 0	HOST node17.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2068012-1247345662.xml TO HOME/temp.csp
0.05/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-2068012-1247345662.xml' 'HOME/temp.csp'
0.07/0.55	c 1	3 domains, 2574 variables, 27 predicates, 0 relations, 696 constraints
0.07/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	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.53/0.64	c 1	Parsing HOME/temp.csp
0.53/0.76	c 1	parsed 3300 expressions
0.53/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/0.77	c 1	Converting to clausal form CSP
0.53/0.79	c 1	converted 330 (10%) expressions
0.53/0.80	c 1	converted 660 (20%) expressions
0.53/0.80	c 1	converted 990 (30%) expressions
0.53/0.80	c 1	converted 1320 (40%) expressions
0.53/0.81	c 1	converted 1650 (50%) expressions
0.53/0.81	c 1	converted 1980 (60%) expressions
0.53/0.81	c 1	converted 2310 (70%) expressions
0.53/0.83	c 1	converted 2640 (80%) expressions
0.53/0.92	c 1	converted 2970 (90%) expressions
1.13/1.28	c 1	converted 3300 (100%) expressions
1.13/1.29	c 1	CSP : 3354 integers, 0 booleans, 2256 clauses, largest domain size 473
1.13/1.29	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.29	c 1	Propagation in CSP
1.24/1.35	c 1	373 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.36	c 1	CSP : 3354 integers, 0 booleans, 2256 clauses, largest domain size 473
1.24/1.36	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.37	c 1	CSP : 3354 integers, 0 booleans, 2256 clauses, largest domain size 473
1.24/1.37	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.40	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.41	c 1	336 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.42	c 1	671 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.42	c 1	1007 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.42	c 1	1342 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.42	c 1	1677 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.43	c 1	2013 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.43	c 1	2348 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.46	c 2	2684 (80%) CSP integer variables are encoded (23021 clauses, 329696 bytes)
1.43/1.55	c 2	3019 (90%) CSP integer variables are encoded (98670 clauses, 1466892 bytes)
1.53/1.66	c 2	3354 (100%) CSP integer variables are encoded (175634 clauses, 2775280 bytes)
1.53/1.68	c 2	226 (10%) CSP clauses are encoded (176216 clauses, 2783435 bytes)
1.63/1.70	c 2	452 (20%) CSP clauses are encoded (179024 clauses, 2835776 bytes)
2.82/2.97	c 3	677 (30%) CSP clauses are encoded (843018 clauses, 14936758 bytes)
8.04/8.24	c 8	903 (40%) CSP clauses are encoded (2968265 clauses, 59270589 bytes)
13.18/13.43	c 13	1128 (50%) CSP clauses are encoded (5635074 clauses, 115711605 bytes)
18.31/18.62	c 19	1354 (60%) CSP clauses are encoded (8208792 clauses, 170357062 bytes)
23.72/24.17	c 24	1580 (70%) CSP clauses are encoded (10942890 clauses, 229732878 bytes)
29.38/29.96	c 30	1805 (80%) CSP clauses are encoded (13645486 clauses, 295062230 bytes)
35.24/35.91	c 36	2031 (90%) CSP clauses are encoded (16445296 clauses, 362710011 bytes)
40.70/41.54	c 42	2256 (100%) CSP clauses are encoded (19113644 clauses, 427277664 bytes)
40.70/41.54	c 42	2256 CSP clauses encoded
40.70/41.54	c 42	Writing map file : HOME/temp.map
40.70/41.55	c 42	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.70/41.55	c 42	SAT : 178533 SAT variables, 19113644 SAT clauses, 427277664 bytes
40.70/41.55	c 42	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.70/41.59	c 42	SOLVING HOME/temp.cnf
40.70/41.59	c 42	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
227.88/230.52	c 231	DECODING HOME/temp.out WITH HOME/temp.map
227.88/230.52	c 231	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'
227.91/230.61	c 231	Decoding HOME/temp.out
228.36/231.07	s SATISFIABLE
228.45/231.17	v 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 1 1 0 1 0 1 1 0 0 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 1 1 0 0 1 0 0 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 1 1 1 0 0 1 1 1 0 0 1 0 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 1 1 1 0 1 0 1 0 0 1 0 1 1 1 1 0 0 0 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 1 0 1 1 1 1 1 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 1 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 0 1 1 1 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 1 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 0 0 0 0 1 1 1 0 1 0 0 0 1 0 0 0 1 1 0 1 1 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 1 0 1 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 0 1 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 0 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 1 1 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 0 0 1 1 1 1 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 0 0 0 1 1 0 1 1 1 1 0 0 0 0 0 1 0 1 1 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 0 0 1 1 0 1 1 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 0 0 0 0 0 1 1 1 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 0 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 0 1 0 0
228.45/231.17	c 231	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
228.52/231.22	c 231	CPU 228.53 (0.06 0.03 129.99 98.45)
228.52/231.22	c 231	END Sat Jul 11 22:58:13 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-2068012-1247345662/watcher-2068012-1247345662 -o /tmp/evaluation-result-2068012-1247345662/solver-2068012-1247345662 -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-2068012-1247345662.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.16 2.12 2.08 4/82 19867
/proc/meminfo: memFree=1442768/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=12268 CPUtime=0
/proc/19867/stat : 19867 (sugar) R 19865 19867 17588 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21633447 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245500677550 0 0 4224 0 0 0 0 17 1 0 0
/proc/19867/statm: 3067 316 241 3 0 167 0

[startup+0.074994 s]
/proc/loadavg: 2.16 2.12 2.08 4/82 19867
/proc/meminfo: memFree=1442768/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16608 CPUtime=0.05
/proc/19867/stat : 19867 (sugar) R 19865 19867 17588 0 -1 4194304 1058 0 0 0 4 1 0 0 18 0 1 0 21633447 17006592 1026 996147200 4194304 4206940 548682068608 18446744073709551615 245482557237 0 0 4224 0 0 0 0 17 1 0 0
/proc/19867/statm: 4152 1026 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.102998 s]
/proc/loadavg: 2.16 2.12 2.08 4/82 19867
/proc/meminfo: memFree=1442768/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.07
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302019 s]
/proc/loadavg: 2.16 2.12 2.08 4/82 19867
/proc/meminfo: memFree=1442768/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.07
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702058 s]
/proc/loadavg: 2.16 2.12 2.08 4/82 19867
/proc/meminfo: memFree=1442768/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.53
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1309 5178 0 1 5 2 42 4 16 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+1.50214 s]
/proc/loadavg: 2.16 2.12 2.08 4/93 19889
/proc/meminfo: memFree=1430456/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.53
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1310 5178 0 1 5 2 42 4 15 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
[pid=19880] ppid=19867 vsize=5356 CPUtime=0
/proc/19880/stat : 19880 (sh) S 19867 19867 17588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21633504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19880/statm: 1339 233 193 169 0 50 0
[pid=19881] ppid=19880 vsize=868612 CPUtime=0.9
/proc/19881/stat : 19881 (java) S 19880 19867 17588 0 -1 0 7121 0 1 0 85 5 0 0 18 0 9 0 21633504 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19881/statm: 217153 6298 2589 9 0 211630 0
[pid=19881/tid=19882] ppid=19880 vsize=868612 CPUtime=0.58
/proc/19881/task/19882/stat : 19882 (java) R 19880 19867 17588 0 -1 64 2771 0 1 0 56 2 0 0 18 0 9 0 21633505 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4125952279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19883] ppid=19880 vsize=868612 CPUtime=0.09
/proc/19881/task/19883/stat : 19883 (java) S 19880 19867 17588 0 -1 64 2125 0 0 0 8 1 0 0 16 0 9 0 21633506 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19884] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19884/stat : 19884 (java) S 19880 19867 17588 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21633506 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19885] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19885/stat : 19885 (java) S 19880 19867 17588 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21633506 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19886] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19886/stat : 19886 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21633508 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19887] ppid=19880 vsize=868612 CPUtime=0.21
/proc/19881/task/19887/stat : 19887 (java) S 19880 19867 17588 0 -1 64 1526 0 0 0 20 1 0 0 16 0 9 0 21633508 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19888] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19888/stat : 19888 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21633508 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19889] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19889/stat : 19889 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21633508 889458688 6298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890836

[startup+3.1013 s]
/proc/loadavg: 2.14 2.12 2.08 3/93 19889
/proc/meminfo: memFree=1418808/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.53
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1310 5178 0 1 5 2 42 4 16 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
[pid=19880] ppid=19867 vsize=5356 CPUtime=0
/proc/19880/stat : 19880 (sh) S 19867 19867 17588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21633504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19880/statm: 1339 233 193 169 0 50 0
[pid=19881] ppid=19880 vsize=868612 CPUtime=2.49
/proc/19881/stat : 19881 (java) S 19880 19867 17588 0 -1 0 7608 0 1 0 232 17 0 0 18 0 9 0 21633504 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19881/statm: 217153 6309 2589 9 0 211630 0
[pid=19881/tid=19882] ppid=19880 vsize=868612 CPUtime=2.04
/proc/19881/task/19882/stat : 19882 (java) R 19880 19867 17588 0 -1 64 3248 0 1 0 193 11 0 0 25 0 9 0 21633505 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4126431430 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19883] ppid=19880 vsize=868612 CPUtime=0.2
/proc/19881/task/19883/stat : 19883 (java) S 19880 19867 17588 0 -1 64 2125 0 0 0 16 4 0 0 16 0 9 0 21633506 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19884] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19884/stat : 19884 (java) S 19880 19867 17588 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21633506 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19885] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19885/stat : 19885 (java) S 19880 19867 17588 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21633506 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19886] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19886/stat : 19886 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21633508 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19887] ppid=19880 vsize=868612 CPUtime=0.22
/proc/19881/task/19887/stat : 19887 (java) S 19880 19867 17588 0 -1 64 1536 0 0 0 21 1 0 0 16 0 9 0 21633508 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19888] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19888/stat : 19888 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21633508 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19889] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19889/stat : 19889 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21633508 889458688 6309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890836

[startup+6.30262 s]
/proc/loadavg: 2.14 2.12 2.08 3/93 19889
/proc/meminfo: memFree=1383736/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.53
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1310 5178 0 1 5 2 42 4 16 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
[pid=19880] ppid=19867 vsize=5356 CPUtime=0
/proc/19880/stat : 19880 (sh) S 19867 19867 17588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21633504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19880/statm: 1339 233 193 169 0 50 0
[pid=19881] ppid=19880 vsize=868612 CPUtime=5.64
/proc/19881/stat : 19881 (java) S 19880 19867 17588 0 -1 0 8320 0 1 0 525 39 0 0 18 0 9 0 21633504 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19881/statm: 217153 6311 2589 9 0 211630 0
[pid=19881/tid=19882] ppid=19880 vsize=868612 CPUtime=4.99
/proc/19881/task/19882/stat : 19882 (java) R 19880 19867 17588 0 -1 64 3958 0 1 0 471 28 0 0 25 0 9 0 21633505 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4126553371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19883] ppid=19880 vsize=868612 CPUtime=0.4
/proc/19881/task/19883/stat : 19883 (java) S 19880 19867 17588 0 -1 64 2125 0 0 0 32 8 0 0 16 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19884] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19884/stat : 19884 (java) S 19880 19867 17588 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19885] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19885/stat : 19885 (java) S 19880 19867 17588 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19886] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19886/stat : 19886 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19887] ppid=19880 vsize=868612 CPUtime=0.23
/proc/19881/task/19887/stat : 19887 (java) S 19880 19867 17588 0 -1 64 1538 0 0 0 22 1 0 0 16 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19888] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19888/stat : 19888 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19889] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19889/stat : 19889 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890836

[startup+12.7013 s]
/proc/loadavg: 2.13 2.12 2.08 3/93 19889
/proc/meminfo: memFree=1323832/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.53
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1310 5178 0 1 5 2 42 4 16 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
[pid=19880] ppid=19867 vsize=5356 CPUtime=0
/proc/19880/stat : 19880 (sh) S 19867 19867 17588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21633504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19880/statm: 1339 233 193 169 0 50 0
[pid=19881] ppid=19880 vsize=868612 CPUtime=11.95
/proc/19881/stat : 19881 (java) S 19880 19867 17588 0 -1 0 10142 0 1 0 1102 93 0 0 18 0 9 0 21633504 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19881/statm: 217153 6311 2589 9 0 211630 0
[pid=19881/tid=19882] ppid=19880 vsize=868612 CPUtime=10.85
/proc/19881/task/19882/stat : 19882 (java) R 19880 19867 17588 0 -1 64 5780 0 1 0 1014 71 0 0 25 0 9 0 21633505 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19883] ppid=19880 vsize=868612 CPUtime=0.85
/proc/19881/task/19883/stat : 19883 (java) S 19880 19867 17588 0 -1 64 2125 0 0 0 65 20 0 0 16 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19884] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19884/stat : 19884 (java) S 19880 19867 17588 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19885] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19885/stat : 19885 (java) S 19880 19867 17588 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19886] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19886/stat : 19886 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19887] ppid=19880 vsize=868612 CPUtime=0.23
/proc/19881/task/19887/stat : 19887 (java) S 19880 19867 17588 0 -1 64 1538 0 0 0 22 1 0 0 16 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19888] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19888/stat : 19888 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19889] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19889/stat : 19889 (java) S 19880 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21633508 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890836

[startup+25.5026 s]
/proc/loadavg: 2.46 2.19 2.10 3/93 19889
/proc/meminfo: memFree=1182648/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=0.53
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1310 5178 0 1 5 2 42 4 16 0 1 0 21633447 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1111 409 3 0 796 0
[pid=19880] ppid=19867 vsize=5356 CPUtime=0
/proc/19880/stat : 19880 (sh) S 19867 19867 17588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21633504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19880/statm: 1339 233 193 169 0 50 0
[pid=19881] ppid=19880 vsize=868612 CPUtime=24.57
/proc/19881/stat : 19881 (java) S 19880 19867 17588 0 -1 0 13831 0 1 0 2252 205 0 0 18 0 9 0 21633504 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19881/statm: 217153 6311 2589 9 0 211630 0
[pid=19881/tid=19882] ppid=19880 vsize=868612 CPUtime=22.54
/proc/19881/task/19882/stat : 19882 (java) R 19880 19867 17588 0 -1 64 9469 0 1 0 2092 162 0 0 25 0 9 0 21633505 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4126431535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19883] ppid=19880 vsize=868612 CPUtime=1.77
/proc/19881/task/19883/stat : 19883 (java) S 19880 19867 17588 0 -1 64 2125 0 0 0 136 41 0 0 16 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19884] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19884/stat : 19884 (java) S 19880 19867 17588 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19885] ppid=19880 vsize=868612 CPUtime=0
/proc/19881/task/19885/stat : 19885 (java) S 19880 19867 17588 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21633506 889458688 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19881/tid=19886] ppid=19880 vsize=868612 CPUtime=0

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

[startup+51.1012 s]
/proc/loadavg: 2.63 2.25 2.12 3/85 19891
/proc/meminfo: memFree=967736/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=54036 CPUtime=9.4
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 12019 0 0 0 424 516 0 0 25 0 1 0 21637607 55332864 12005 996147200 134512640 134931368 4294956256 18446744073709551615 134545663 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 13509 12005 40 102 0 13404 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 76260

[startup+102.306 s]
/proc/loadavg: 2.29 2.22 2.12 3/85 19891
/proc/meminfo: memFree=771448/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=255760 CPUtime=60.09
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 60634 0 0 0 2731 3278 0 0 25 0 1 0 21637607 261898240 60620 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 63940 60620 40 102 0 63835 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 277984

[startup+162.301 s]
/proc/loadavg: 2.16 2.20 2.11 3/85 19891
/proc/meminfo: memFree=546296/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=490224 CPUtime=119.52
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 117339 0 0 0 5450 6502 0 0 25 0 1 0 21637607 501989376 117325 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 122556 117325 40 102 0 122451 0
Current children cumulated CPU time (s) 160.31
Current children cumulated vsize (KiB) 512448

[startup+222.303 s]
/proc/loadavg: 2.09 2.17 2.10 3/85 19891
/proc/meminfo: memFree=332536/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=743852 CPUtime=178.96
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 170002 0 0 0 8428 9468 0 0 25 0 1 0 21637607 761704448 169955 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 185963 169955 42 102 0 185858 0
Current children cumulated CPU time (s) 219.75
Current children cumulated vsize (KiB) 766076

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

[startup+223.903 s]
/proc/loadavg: 2.09 2.17 2.10 3/85 19891
/proc/meminfo: memFree=332408/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=744876 CPUtime=180.55
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 170045 0 0 0 8587 9468 0 0 25 0 1 0 21637607 762753024 169998 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 186219 169998 42 102 0 186114 0
Current children cumulated CPU time (s) 221.34
Current children cumulated vsize (KiB) 767100

[startup+227.101 s]
/proc/loadavg: 2.09 2.17 2.10 3/85 19891
/proc/meminfo: memFree=332152/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=746924 CPUtime=183.71
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 170082 0 0 0 8903 9468 0 0 25 0 1 0 21637607 764850176 170035 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 186731 170035 42 102 0 186626 0
Current children cumulated CPU time (s) 224.5
Current children cumulated vsize (KiB) 769148

[startup+228.701 s]
/proc/loadavg: 2.08 2.17 2.10 3/85 19891
/proc/meminfo: memFree=332088/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=746924 CPUtime=185.3
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 170104 0 0 0 9062 9468 0 0 25 0 1 0 21637607 764850176 170057 996147200 134512640 134931368 4294956256 18446744073709551615 134525659 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 186731 170057 42 102 0 186626 0
Current children cumulated CPU time (s) 226.09
Current children cumulated vsize (KiB) 769148

[startup+230.302 s]
/proc/loadavg: 2.08 2.17 2.10 3/85 19891
/proc/meminfo: memFree=330744/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=40.79
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1365 23947 0 2 6 2 3710 361 16 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19890] ppid=19867 vsize=5356 CPUtime=0
/proc/19890/stat : 19890 (sh) S 19867 19867 17588 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21637607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19890/statm: 1339 232 193 169 0 50 0
[pid=19891] ppid=19890 vsize=746928 CPUtime=186.89
/proc/19891/stat : 19891 (picosat) R 19890 19867 17588 0 -1 4194304 170127 0 0 0 9220 9469 0 0 25 0 1 0 21637607 764854272 170080 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 186732 170080 47 102 0 186627 0
Current children cumulated CPU time (s) 227.68
Current children cumulated vsize (KiB) 769152

[startup+231.102 s]
/proc/loadavg: 2.08 2.17 2.10 4/93 19901
/proc/meminfo: memFree=1006456/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=227.91
/proc/19867/stat : 19867 (sugar) S 19865 19867 17588 0 -1 4194304 1448 194360 0 2 6 2 12942 9841 15 0 1 0 21633447 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19867/statm: 4217 1113 409 3 0 796 0
[pid=19892] ppid=19867 vsize=5356 CPUtime=0
/proc/19892/stat : 19892 (sh) S 19867 19867 17588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21656500 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19892/statm: 1339 233 193 169 0 50 0
[pid=19893] ppid=19892 vsize=862288 CPUtime=0.54
/proc/19893/stat : 19893 (java) S 19892 19867 17588 0 -1 0 3282 0 1 0 52 2 0 0 18 0 9 0 21656500 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19893/statm: 215572 2749 1284 9 0 210485 0
[pid=19893/tid=19894] ppid=19892 vsize=862288 CPUtime=0.43
/proc/19893/task/19894/stat : 19894 (java) R 19892 19867 17588 0 -1 64 2050 0 1 0 42 1 0 0 21 0 9 0 21656501 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4125966969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19895] ppid=19892 vsize=862288 CPUtime=0
/proc/19893/task/19895/stat : 19895 (java) S 19892 19867 17588 0 -1 64 194 0 0 0 0 0 0 0 16 0 9 0 21656503 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19896] ppid=19892 vsize=862288 CPUtime=0
/proc/19893/task/19896/stat : 19896 (java) S 19892 19867 17588 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21656503 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19897] ppid=19892 vsize=862288 CPUtime=0
/proc/19893/task/19897/stat : 19897 (java) S 19892 19867 17588 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21656503 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19898] ppid=19892 vsize=862288 CPUtime=0
/proc/19893/task/19898/stat : 19898 (java) S 19892 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21656505 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19899] ppid=19892 vsize=862288 CPUtime=0.08
/proc/19893/task/19899/stat : 19899 (java) S 19892 19867 17588 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 21656505 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19900] ppid=19892 vsize=862288 CPUtime=0
/proc/19893/task/19900/stat : 19900 (java) S 19892 19867 17588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21656505 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19901] ppid=19892 vsize=862288 CPUtime=0
/proc/19893/task/19901/stat : 19901 (java) S 19892 19867 17588 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21656505 882982912 2749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.45
Current children cumulated vsize (KiB) 884512

[startup+231.303 s]
/proc/loadavg: 2.08 2.17 2.10 4/93 19901
/proc/meminfo: memFree=1006456/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=228.62
/proc/19867/stat : 19867 (sugar) R 19865 19867 17588 0 -1 4194304 1478 198464 0 3 6 12 12999 9845 16 0 1 0 21633447 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19867/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 228.62
Current children cumulated vsize (KiB) 16868

[startup+231.403 s]
/proc/loadavg: 2.08 2.17 2.10 4/93 19901
/proc/meminfo: memFree=1006456/2055920 swapFree=4192812/4192956
[pid=19867] ppid=19865 vsize=16868 CPUtime=228.72
/proc/19867/stat : 19867 (sugar) R 19865 19867 17588 0 -1 4194304 1478 198464 0 3 6 22 12999 9845 16 0 1 0 21633447 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19867/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 228.72
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 231.437
CPU time (s): 228.782
CPU user time (s): 130.065
CPU system time (s): 98.717
CPU usage (%): 98.8531
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.065
system time used= 98.717
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200003
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= 108179
involuntary context switches= 112969

runsolver used 0.306953 second user time and 0.762884 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-11 22:54:22
IDJOB=2068012
IDBENCH=54779
IDSOLVER=738
FILE ID=node17/2068012-1247345662
PBS_JOBID= 9506666
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-fiber.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-2068012-1247345662/watcher-2068012-1247345662 -o /tmp/evaluation-result-2068012-1247345662/solver-2068012-1247345662 -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-2068012-1247345662.xml

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

MD5SUM BENCH= 050fcaedec2bdec60bcc496785fb1b05
RANDOM SEED=344122703

node17.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.213
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.213
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:       1443312 kB
Buffers:         33028 kB
Cached:          94132 kB
SwapCached:          0 kB
Active:         508968 kB
Inactive:        46684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         448892 kB
Slab:            41156 kB
Committed_AS:   587164 kB
PageTables:       2816 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= 66448 MiB
End job on node17 at 2009-07-11 22:58:14