Trace number 2066626

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 9.8825 10.1315

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-16d1.xml
MD5SUM13c13845f3d3eaaf59d21a0fef40246a
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 benchmark6.99994
Satisfiable
(Un)Satisfiability was proved
Number of variables2460
Number of constraints17131
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17131
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sat Jul 11 22:13:06 2009
0.03/0.08	c 0	PID 17936
0.03/0.08	c 0	HOST node68.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2066626-1247343186.xml TO HOME/temp.csp
0.03/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-2066626-1247343186.xml' 'HOME/temp.csp'
1.36/1.49	c 2	1 domains, 2460 variables, 4 predicates, 0 relations, 17131 constraints
1.45/1.54	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.54	c 2	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'
1.46/1.62	c 2	Parsing HOME/temp.csp
1.46/1.77	c 2	parsed 10000 expressions
1.46/1.93	c 2	parsed 19596 expressions
1.46/1.93	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.46/1.93	c 2	Converting to clausal form CSP
1.46/1.98	c 2	converted 1960 (10%) expressions
1.99/2.19	c 2	converted 3920 (20%) expressions
2.09/2.29	c 3	converted 5879 (30%) expressions
2.19/2.33	c 3	converted 7839 (40%) expressions
2.19/2.37	c 3	converted 9798 (50%) expressions
2.28/2.41	c 3	converted 11758 (60%) expressions
2.28/2.44	c 3	converted 13718 (70%) expressions
2.28/2.48	c 3	converted 15677 (80%) expressions
2.39/2.60	c 3	converted 17637 (90%) expressions
3.08/3.21	c 3	converted 19596 (100%) expressions
3.08/3.21	c 3	CSP : 5730 integers, 0 booleans, 23671 clauses, largest domain size 7
3.08/3.21	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.21	c 3	Propagation in CSP
3.18/3.36	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.18/3.36	c 4	CSP : 5730 integers, 0 booleans, 23671 clauses, largest domain size 7
3.18/3.36	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.18/3.38	c 4	Simplifing CSP by introducing new Boolean variables
3.18/3.39	c 4	CSP : 5730 integers, 0 booleans, 23671 clauses, largest domain size 7
3.18/3.39	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.49	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.37/3.51	c 4	573 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.37/3.51	c 4	1146 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.37/3.52	c 4	1719 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.37/3.52	c 4	2292 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.37/3.52	c 4	2865 (50%) CSP integer variables are encoded (1755 clauses, 22879 bytes)
3.37/3.53	c 4	3438 (60%) CSP integer variables are encoded (4238 clauses, 55158 bytes)
3.37/3.53	c 4	4011 (70%) CSP integer variables are encoded (6721 clauses, 88628 bytes)
3.37/3.54	c 4	4584 (80%) CSP integer variables are encoded (9204 clauses, 125873 bytes)
3.37/3.54	c 4	5157 (90%) CSP integer variables are encoded (11687 clauses, 163118 bytes)
3.37/3.55	c 4	5730 (100%) CSP integer variables are encoded (14170 clauses, 200363 bytes)
3.47/3.60	c 4	2368 (10%) CSP clauses are encoded (16538 clauses, 227843 bytes)
3.47/3.63	c 4	4735 (20%) CSP clauses are encoded (18905 clauses, 257989 bytes)
3.47/3.64	c 4	7102 (30%) CSP clauses are encoded (21272 clauses, 288131 bytes)
3.47/3.66	c 4	9469 (40%) CSP clauses are encoded (23639 clauses, 318269 bytes)
3.47/3.67	c 4	11836 (50%) CSP clauses are encoded (26006 clauses, 348415 bytes)
3.47/3.69	c 4	14203 (60%) CSP clauses are encoded (28373 clauses, 378557 bytes)
4.46/4.63	c 5	16570 (70%) CSP clauses are encoded (49224 clauses, 728678 bytes)
4.86/5.09	c 5	18937 (80%) CSP clauses are encoded (134093 clauses, 2374279 bytes)
5.35/5.57	c 6	21304 (90%) CSP clauses are encoded (218962 clauses, 4156234 bytes)
5.85/6.04	c 6	23671 (100%) CSP clauses are encoded (303801 clauses, 5952048 bytes)
5.85/6.04	c 6	23671 CSP clauses encoded
5.85/6.04	c 6	Writing map file : HOME/temp.map
5.85/6.06	c 6	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.85/6.06	c 6	SAT : 19900 SAT variables, 303801 SAT clauses, 5952048 bytes
5.85/6.06	c 6	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.92/6.10	c 6	SOLVING HOME/temp.cnf
5.92/6.10	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
9.38/9.68	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.38/9.68	c 10	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'
9.47/9.77	c 10	Decoding HOME/temp.out
9.66/9.98	s SATISFIABLE
9.74/10.08	v 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1
9.74/10.09	c 10	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.83/10.13	c 10	CPU 9.85 (0.06 0.02 7.77 2)
9.83/10.13	c 10	END Sat Jul 11 22:13:16 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-2066626-1247343186/watcher-2066626-1247343186 -o /tmp/evaluation-result-2066626-1247343186/solver-2066626-1247343186 -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-2066626-1247343186.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 17936
/proc/meminfo: memFree=1373688/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=12000 CPUtime=0
/proc/17936/stat : 17936 (sugar) R 17934 17936 16557 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 21381312 12288000 180 996147200 4194304 4206940 548682068608 18446744073709551615 209578423328 0 0 4224 0 0 0 0 17 1 0 0
/proc/17936/statm: 3000 180 141 3 0 100 0

[startup+0.048486 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 17936
/proc/meminfo: memFree=1373688/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=13468 CPUtime=0.03
/proc/17936/stat : 17936 (sugar) R 17934 17936 16557 0 -1 4194304 758 0 0 0 3 0 0 0 18 0 1 0 21381312 13791232 726 996147200 4194304 4206940 548682068608 18446744073709551615 209560762981 0 0 4224 0 0 0 0 17 1 0 0
/proc/17936/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101485 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 17936
/proc/meminfo: memFree=1373688/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=0.07
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21381312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301513 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 17936
/proc/meminfo: memFree=1373688/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=0.07
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21381312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701585 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 17936
/proc/meminfo: memFree=1373688/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=0.07
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21381312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 17948
/proc/meminfo: memFree=1347680/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=0.07
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1245 128 0 0 6 1 0 0 16 0 1 0 21381312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1111 409 3 0 796 0
[pid=17939] ppid=17936 vsize=5356 CPUtime=0
/proc/17939/stat : 17939 (sh) S 17936 17936 16557 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 21381321 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17939/statm: 1339 233 193 169 0 50 0
[pid=17940] ppid=17939 vsize=864772 CPUtime=1.38
/proc/17940/stat : 17940 (java) S 17939 17936 16557 0 -1 0 11903 0 1 0 132 6 0 0 18 0 9 0 21381321 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17940/statm: 216193 10386 2558 9 0 210705 0
[pid=17940/tid=17941] ppid=17939 vsize=864772 CPUtime=0.91
/proc/17940/task/17941/stat : 17941 (java) S 17939 17936 16557 0 -1 64 2916 0 1 0 89 2 0 0 25 0 9 0 21381322 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17940/tid=17942] ppid=17939 vsize=864772 CPUtime=0.3
/proc/17940/task/17942/stat : 17942 (java) S 17939 17936 16557 0 -1 64 7749 0 0 0 27 3 0 0 16 0 9 0 21381323 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17940/tid=17943] ppid=17939 vsize=864772 CPUtime=0
/proc/17940/task/17943/stat : 17943 (java) S 17939 17936 16557 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21381323 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17940/tid=17944] ppid=17939 vsize=864772 CPUtime=0
/proc/17940/task/17944/stat : 17944 (java) S 17939 17936 16557 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21381323 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17940/tid=17945] ppid=17939 vsize=864772 CPUtime=0
/proc/17940/task/17945/stat : 17945 (java) S 17939 17936 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21381325 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17940/tid=17946] ppid=17939 vsize=864772 CPUtime=0.14
/proc/17940/task/17946/stat : 17946 (java) S 17939 17936 16557 0 -1 64 534 0 0 0 14 0 0 0 16 0 9 0 21381325 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17940/tid=17947] ppid=17939 vsize=864772 CPUtime=0
/proc/17940/task/17947/stat : 17947 (java) S 17939 17936 16557 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21381325 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17940/tid=17948] ppid=17939 vsize=864772 CPUtime=0
/proc/17940/task/17948/stat : 17948 (java) S 17939 17936 16557 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21381326 885526528 10386 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10299 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 17958
/proc/meminfo: memFree=1356064/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=1.46
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1309 12320 0 1 6 1 132 7 16 0 1 0 21381312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1111 409 3 0 796 0
[pid=17949] ppid=17936 vsize=5356 CPUtime=0
/proc/17949/stat : 17949 (sh) S 17936 17936 16557 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21381467 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17949/statm: 1339 233 193 169 0 50 0
[pid=17950] ppid=17949 vsize=868592 CPUtime=1.52
/proc/17950/stat : 17950 (java) S 17949 17936 16557 0 -1 0 10627 0 1 0 145 7 0 0 18 0 9 0 21381468 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 217148 9633 2566 9 0 211653 0
[pid=17950/tid=17951] ppid=17949 vsize=868592 CPUtime=0.97
/proc/17950/task/17951/stat : 17951 (java) R 17949 17936 16557 0 -1 64 2747 0 1 0 96 1 0 0 25 0 9 0 21381469 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4126550380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17950/tid=17952] ppid=17949 vsize=868592 CPUtime=0.33
/proc/17950/task/17952/stat : 17952 (java) S 17949 17936 16557 0 -1 64 5684 0 0 0 30 3 0 0 16 0 9 0 21381470 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17949 vsize=868592 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17949 17936 16557 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21381470 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17949 vsize=868592 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17949 17936 16557 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21381470 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17949 vsize=868592 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17949 17936 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21381472 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17949 vsize=868592 CPUtime=0.19
/proc/17950/task/17956/stat : 17956 (java) S 17949 17936 16557 0 -1 64 1494 0 0 0 18 1 0 0 16 0 9 0 21381472 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17949 vsize=868592 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17949 17936 16557 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21381472 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17949 vsize=868592 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17949 17936 16557 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21381472 889438208 9633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890816

[startup+6.30153 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17958
/proc/meminfo: memFree=1336160/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=5.93
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1365 24038 0 2 6 1 564 22 16 0 1 0 21381312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 16868

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

[startup+7.9018 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 17960
/proc/meminfo: memFree=1357536/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=5.93
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1365 24038 0 2 6 1 564 22 16 0 1 0 21381312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1113 409 3 0 796 0
[pid=17959] ppid=17936 vsize=5356 CPUtime=0
/proc/17959/stat : 17959 (sh) S 17936 17936 16557 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21381923 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17959/statm: 1339 232 193 169 0 50 0
[pid=17960] ppid=17959 vsize=8204 CPUtime=1.76
/proc/17960/stat : 17960 (picosat) R 17959 17936 16557 0 -1 4194304 1797 0 0 0 80 96 0 0 25 0 1 0 21381923 8400896 1783 996147200 134512640 134931368 4294956256 18446744073709551615 134560097 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 2051 1783 40 102 0 1946 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 30428

[startup+9.50208 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 17960
/proc/meminfo: memFree=1354080/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=5.93
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1365 24038 0 2 6 1 564 22 16 0 1 0 21381312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1113 409 3 0 796 0
[pid=17959] ppid=17936 vsize=5356 CPUtime=0
/proc/17959/stat : 17959 (sh) S 17936 17936 16557 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21381923 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17959/statm: 1339 232 193 169 0 50 0
[pid=17960] ppid=17959 vsize=13204 CPUtime=3.35
/proc/17960/stat : 17960 (picosat) R 17959 17936 16557 0 -1 4194304 2983 0 0 0 163 172 0 0 25 0 1 0 21381923 13520896 2969 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 3301 2969 42 102 0 3196 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 35428

[startup+9.90816 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 17970
/proc/meminfo: memFree=1359072/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=9.47
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1446 27314 0 2 6 1 745 195 16 0 1 0 21381312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1113 409 3 0 796 0
[pid=17961] ppid=17936 vsize=5356 CPUtime=0
/proc/17961/stat : 17961 (sh) S 17936 17936 16557 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21382281 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17961/statm: 1339 233 193 169 0 50 0
[pid=17962] ppid=17961 vsize=862156 CPUtime=0.19
/proc/17962/stat : 17962 (java) S 17961 17936 16557 0 -1 0 3129 0 1 0 17 2 0 0 18 0 9 0 21382281 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17962/statm: 215539 2600 1266 9 0 210452 0
[pid=17962/tid=17963] ppid=17961 vsize=862156 CPUtime=0.11
/proc/17962/task/17963/stat : 17963 (java) R 17961 17936 16557 0 -1 64 2008 0 1 0 10 1 0 0 19 0 9 0 21382282 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17964] ppid=17961 vsize=862156 CPUtime=0
/proc/17962/task/17964/stat : 17964 (java) S 17961 17936 16557 0 -1 64 119 0 0 0 0 0 0 0 16 0 9 0 21382283 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17965] ppid=17961 vsize=862156 CPUtime=0
/proc/17962/task/17965/stat : 17965 (java) S 17961 17936 16557 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21382283 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17966] ppid=17961 vsize=862156 CPUtime=0
/proc/17962/task/17966/stat : 17966 (java) S 17961 17936 16557 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 21382283 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17967] ppid=17961 vsize=862156 CPUtime=0
/proc/17962/task/17967/stat : 17967 (java) S 17961 17936 16557 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21382287 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17968] ppid=17961 vsize=862156 CPUtime=0.05
/proc/17962/task/17968/stat : 17968 (java) R 17961 17936 16557 0 -1 64 309 0 0 0 5 0 0 0 17 0 9 0 21382287 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 102018279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17969] ppid=17961 vsize=862156 CPUtime=0
/proc/17962/task/17969/stat : 17969 (java) S 17961 17936 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21382287 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17970] ppid=17961 vsize=862156 CPUtime=0
/proc/17962/task/17970/stat : 17970 (java) S 17961 17936 16557 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21382287 882847744 2600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 884380

[startup+10.1012 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 17970
/proc/meminfo: memFree=1359072/2055920 swapFree=4192952/4192956
[pid=17936] ppid=17934 vsize=16868 CPUtime=9.48
/proc/17936/stat : 17936 (sugar) S 17934 17936 16557 0 -1 4194304 1452 27314 0 2 6 2 745 195 15 0 1 0 21381312 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17936/statm: 4217 1115 409 3 0 796 0
[pid=17961] ppid=17936 vsize=5356 CPUtime=0
/proc/17961/stat : 17961 (sh) S 17936 17936 16557 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21382281 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17961/statm: 1339 233 193 169 0 50 0
[pid=17962] ppid=17961 vsize=864152 CPUtime=0.35
/proc/17962/stat : 17962 (java) S 17961 17936 16557 0 -1 0 3799 0 1 0 32 3 0 0 18 0 9 0 21382281 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17962/statm: 216038 3260 1719 9 0 210543 0
[pid=17962/tid=17963] ppid=17961 vsize=864152 CPUtime=0.22
/proc/17962/task/17963/stat : 17963 (java) S 17961 17936 16557 0 -1 64 2568 0 1 0 20 2 0 0 20 0 9 0 21382282 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17964] ppid=17961 vsize=864152 CPUtime=0
/proc/17962/task/17964/stat : 17964 (java) S 17961 17936 16557 0 -1 64 173 0 0 0 0 0 0 0 16 0 9 0 21382283 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17965] ppid=17961 vsize=864152 CPUtime=0
/proc/17962/task/17965/stat : 17965 (java) S 17961 17936 16557 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 21382283 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17966] ppid=17961 vsize=864152 CPUtime=0
/proc/17962/task/17966/stat : 17966 (java) S 17961 17936 16557 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21382283 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17967] ppid=17961 vsize=864152 CPUtime=0
/proc/17962/task/17967/stat : 17967 (java) S 17961 17936 16557 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21382287 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17968] ppid=17961 vsize=864152 CPUtime=0.11
/proc/17962/task/17968/stat : 17968 (java) S 17961 17936 16557 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 21382287 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17969] ppid=17961 vsize=864152 CPUtime=0
/proc/17962/task/17969/stat : 17969 (java) S 17961 17936 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21382287 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17962/tid=17970] ppid=17961 vsize=864152 CPUtime=0
/proc/17962/task/17970/stat : 17970 (java) S 17961 17936 16557 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21382287 884891648 3260 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.83
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 10.1315
CPU time (s): 9.8825
CPU user time (s): 7.84981
CPU system time (s): 2.03269
CPU usage (%): 97.5422
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.84981
system time used= 2.03269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32943
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= 7398
involuntary context switches= 7459

runsolver used 0.017997 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 22:13:06
IDJOB=2066626
IDBENCH=54550
IDSOLVER=738
FILE ID=node68/2066626-1247343186
PBS_JOBID= 9506664
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-16d1.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-2066626-1247343186/watcher-2066626-1247343186 -o /tmp/evaluation-result-2066626-1247343186/solver-2066626-1247343186 -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-2066626-1247343186.xml

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

MD5SUM BENCH= 13c13845f3d3eaaf59d21a0fef40246a
RANDOM SEED=1033525009

node68.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.258
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.258
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:       1374168 kB
Buffers:         55448 kB
Cached:         523636 kB
SwapCached:          4 kB
Active:         107400 kB
Inactive:       500556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374168 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3636 kB
Writeback:           0 kB
Mapped:          40396 kB
Slab:            58728 kB
Committed_AS:   179400 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node68 at 2009-07-11 22:13:16