Trace number 1062047

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 26.354 26.8045

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-ex5-pi.xml
MD5SUM1ac4e78a26edc4b10d5750638375b473
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 benchmark2.6526
Satisfiable
(Un)Satisfiability was proved
Number of variables2459
Number of constraints845
Maximum constraint arity146
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 03:08:25 2008
0.00/0.05	c 0	PID 19059
0.03/0.05	c 0	HOST node57.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1062047-1215133705.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062047-1215133705.xml' 'HOME/temp.csp'
0.04/0.61	c 1	2 domains, 2459 variables, 120 predicates, 0 relations, 845 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	c 1	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.59/0.71	c 1	Parsing HOME/temp.csp
1.33/1.46	c 2	parsed 3426 expressions
1.39/1.56	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.39/1.56	c 2	Converting to clausal form CSP
1.39/1.58	c 2	converted 343 (10%) expressions
1.39/1.59	c 2	converted 686 (20%) expressions
1.39/1.59	c 2	converted 1028 (30%) expressions
1.39/1.59	c 2	converted 1371 (40%) expressions
1.39/1.61	c 2	converted 1713 (50%) expressions
1.39/1.61	c 2	converted 2056 (60%) expressions
1.39/1.61	c 2	converted 2399 (70%) expressions
1.82/2.00	c 2	converted 2741 (80%) expressions
2.62/2.82	c 3	converted 3084 (90%) expressions
4.50/4.72	c 5	converted 3426 (100%) expressions
4.50/4.73	c 5	CSP : 41255 integers, 0 booleans, 78437 clauses, largest domain size 74
4.50/4.73	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.73	c 5	Propagation in CSP
4.89/5.15	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.89/5.16	c 5	CSP : 41255 integers, 0 booleans, 78437 clauses, largest domain size 74
4.89/5.16	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.19	c 5	Simplifing CSP by introducing new Boolean variables
4.99/5.22	c 5	CSP : 41255 integers, 0 booleans, 78437 clauses, largest domain size 74
4.99/5.22	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.38/5.63	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.38/5.68	c 6	4126 (10%) CSP integer variables are encoded (4373 clauses, 56913 bytes)
5.48/5.71	c 6	8251 (20%) CSP integer variables are encoded (17506 clauses, 251615 bytes)
5.48/5.73	c 6	12377 (30%) CSP integer variables are encoded (32251 clauses, 472790 bytes)
5.48/5.76	c 6	16502 (40%) CSP integer variables are encoded (48081 clauses, 710240 bytes)
5.48/5.78	c 6	20628 (50%) CSP integer variables are encoded (64588 clauses, 957845 bytes)
5.58/5.81	c 6	24753 (60%) CSP integer variables are encoded (81694 clauses, 1224804 bytes)
5.58/5.84	c 6	28879 (70%) CSP integer variables are encoded (99450 clauses, 1526656 bytes)
5.58/5.87	c 6	33004 (80%) CSP integer variables are encoded (118199 clauses, 1845389 bytes)
5.68/5.90	c 6	37130 (90%) CSP integer variables are encoded (137863 clauses, 2179677 bytes)
5.68/5.93	c 6	41255 (100%) CSP integer variables are encoded (158544 clauses, 2531254 bytes)
5.98/6.24	c 6	7844 (10%) CSP clauses are encoded (231921 clauses, 3811422 bytes)
6.17/6.48	c 7	15688 (20%) CSP clauses are encoded (331722 clauses, 5713719 bytes)
6.47/6.77	c 7	23532 (30%) CSP clauses are encoded (449922 clauses, 7993599 bytes)
6.77/7.07	c 7	31375 (40%) CSP clauses are encoded (583881 clauses, 10600483 bytes)
7.16/7.41	c 8	39219 (50%) CSP clauses are encoded (734259 clauses, 13553523 bytes)
7.45/7.77	c 8	47063 (60%) CSP clauses are encoded (899107 clauses, 17058777 bytes)
7.86/8.17	c 8	54906 (70%) CSP clauses are encoded (1078722 clauses, 21106590 bytes)
8.35/8.62	c 9	62750 (80%) CSP clauses are encoded (1282702 clauses, 25732183 bytes)
8.85/9.13	c 9	70594 (90%) CSP clauses are encoded (1516988 clauses, 31086331 bytes)
9.44/9.71	c 10	78437 (100%) CSP clauses are encoded (1791687 clauses, 37419381 bytes)
9.44/9.71	c 10	78437 CSP clauses encoded
9.44/9.71	c 10	Writing map file : HOME/temp.map
9.44/9.77	c 10	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.44/9.77	c 10	SAT : 199771 SAT variables, 1791687 SAT clauses, 37419381 bytes
9.44/9.77	c 10	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.50/9.82	c 10	SOLVING HOME/temp.cnf
9.50/9.82	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
25.55/26.04	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.55/26.04	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.60/26.12	c 26	Decoding HOME/temp.out
26.13/26.67	s SATISFIABLE
26.23/26.76	v 1 1 1 0 0 1 0 0 1 1 1 1 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 0 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 0 0 0 0 1 1 1 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 0 1 1 1 0 0 1 0 0 1 1 1 0 1 1 1 1 1 0 0 1 0 0 0 1 1 0 1 1 0 0 1 0 0 0 1 0 0 1 1 1 0 0 0 0 1 1 1 1 0 0 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 1 1 1 0 1 0 1 1 0 1 1 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 1 1 0 0 1 0 1 1 1 1 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 1 1 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 0 1 0 1 1 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 1 0 1 1 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 1 0 1 1 1 1 1 0 1 1 1 1 0 0 0 1 1 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 1 0 1 1 0 1 0 0 0 1 0 1 1 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 0 0 1 1 1 1 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 1 0 1 1 1 0 1 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 0 0 1 1 1 0 1 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 0 0 0 0 0 1 1 1 0 0 0 1 0 1 1 0 1 0 1 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 0 1 0 0 0 1 0 1 1 1 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 1 1 1 1 0 1 1 1 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 1 0 1 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 1 1 1 1 0 1 0 1 0 1 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 1 1 1 1 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 0 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0 1 0 1 1 1 1 0 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 1 0 1 1 1 1 1 1 0 1 1 0 0 0 0 0 1 1 1 0 1 0 1 1 1 1 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 0 0 1 0 0 1 1 1 1 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 1 0 0 1 1 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 0 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 1 1 0 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 1 0 1 1 0 1 0 0 1 0 0 0 0 1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 0 1 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 1 1 1 1 0 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 0 1 1 0 0 0 1 0 0 1 1 1 1 0 0 0 0 0 1 0 1 0 1 1 1 1 1 0 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 1 1 0 0 0 1 1 0 0 1 0 0 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 1 1 1 1 1 1 1 0 0 0 1 1 0 1 1 0 0 1 0 1 0 1 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 1 0 0 1 0 1 0 1 1 1 0 0 0 1 1 0 1 1 1 0 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1
26.23/26.76	c 27	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
26.23/26.79	c 27	CPU 17.57 (0.04 0.01 17.53 8.72)
26.23/26.79	c 27	END Fri Jul  4 03:08:52 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-1062047-1215133705/watcher-1062047-1215133705 -o /tmp/evaluation-result-1062047-1215133705/solver-1062047-1215133705 -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-1062047-1215133705.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.92 2.00 2.01 4/80 19059
/proc/meminfo: memFree=1767664/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=12268 CPUtime=0
/proc/19059/stat : 19059 (sugar) R 19057 19059 16976 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1992341963 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 218076248677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19059/statm: 3067 316 241 3 0 167 0

[startup+0.0512669 s]
/proc/loadavg: 1.92 2.00 2.01 4/80 19059
/proc/meminfo: memFree=1767664/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=0.03
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1992341963 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10185 s]
/proc/loadavg: 1.92 2.00 2.01 4/80 19059
/proc/meminfo: memFree=1767664/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=0.04
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992341963 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301869 s]
/proc/loadavg: 1.92 2.00 2.01 4/80 19059
/proc/meminfo: memFree=1767664/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=0.04
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992341963 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701935 s]
/proc/loadavg: 1.92 2.00 2.01 4/80 19059
/proc/meminfo: memFree=1767664/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=0.59
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 956 5421 0 1 3 1 50 5 16 0 1 0 1992341963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50107 s]
/proc/loadavg: 1.92 2.00 2.01 4/91 19081
/proc/meminfo: memFree=1759448/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=0.59
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 974 5421 0 1 3 1 50 5 16 0 1 0 1992341963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 797 370 3 0 500 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992342027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=864068 CPUtime=0.8
/proc/19073/stat : 19073 (java) S 19072 19059 16976 0 -1 0 6022 0 1 0 77 3 0 0 19 0 9 0 1992342027 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19073/statm: 216017 5237 2540 9 0 210592 0
[pid=19073/tid=19074] ppid=19072 vsize=864068 CPUtime=0.59
/proc/19073/task/19074/stat : 19074 (java) D 19072 19059 16976 0 -1 64 2558 0 1 0 58 1 0 0 23 0 9 0 1992342028 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744072099202260 0 0 -1 1 0 0
[pid=19073/tid=19075] ppid=19072 vsize=864068 CPUtime=0.11
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 16976 0 -1 64 2428 0 0 0 10 1 0 0 16 0 9 0 1992342030 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19076] ppid=19072 vsize=864068 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 16976 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992342030 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19077] ppid=19072 vsize=864068 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 16976 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992342030 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19078] ppid=19072 vsize=864068 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992342032 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19079] ppid=19072 vsize=864068 CPUtime=0.07
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 16976 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 1992342032 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19080] ppid=19072 vsize=864068 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992342032 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19081] ppid=19072 vsize=864068 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) S 19072 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992342032 884805632 5237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883024

[startup+3.10235 s]
/proc/loadavg: 1.92 2.00 2.01 3/91 19081
/proc/meminfo: memFree=1744984/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=0.59
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 974 5421 0 1 3 1 50 5 15 0 1 0 1992341963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 797 370 3 0 500 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992342027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=868388 CPUtime=2.32
/proc/19073/stat : 19073 (java) S 19072 19059 16976 0 -1 0 11983 0 1 0 225 7 0 0 19 0 9 0 1992342027 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19073/statm: 217097 10953 2541 9 0 211672 0
[pid=19073/tid=19074] ppid=19072 vsize=868388 CPUtime=1.47
/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 16976 0 -1 64 2992 0 1 0 145 2 0 0 25 0 9 0 1992342028 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4126649988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19075] ppid=19072 vsize=868388 CPUtime=0.62
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 16976 0 -1 64 6814 0 0 0 58 4 0 0 16 0 9 0 1992342030 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19076] ppid=19072 vsize=868388 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 16976 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992342030 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19077] ppid=19072 vsize=868388 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 16976 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992342030 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19078] ppid=19072 vsize=868388 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992342032 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19079] ppid=19072 vsize=868388 CPUtime=0.21
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 16976 0 -1 64 1480 0 0 0 21 0 0 0 16 0 9 0 1992342032 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19080] ppid=19072 vsize=868388 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992342032 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19081] ppid=19072 vsize=868388 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) S 19072 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992342032 889229312 10953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887344

[startup+6.30188 s]
/proc/loadavg: 1.93 2.00 2.01 4/91 19081
/proc/meminfo: memFree=1693272/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=0.59
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 974 5421 0 1 3 1 50 5 15 0 1 0 1992341963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 797 370 3 0 500 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992342027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=868500 CPUtime=5.49
/proc/19073/stat : 19073 (java) S 19072 19059 16976 0 -1 0 24371 0 1 0 531 18 0 0 19 0 9 0 1992342027 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19073/statm: 217125 17522 2565 9 0 211672 0
[pid=19073/tid=19074] ppid=19072 vsize=868500 CPUtime=3.58
/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 16976 0 -1 64 3378 0 1 0 353 5 0 0 25 0 9 0 1992342028 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19075] ppid=19072 vsize=868500 CPUtime=1.6
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 16976 0 -1 64 18778 0 0 0 149 11 0 0 16 0 9 0 1992342030 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19076] ppid=19072 vsize=868500 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 16976 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992342030 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19077] ppid=19072 vsize=868500 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 16976 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992342030 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19078] ppid=19072 vsize=868500 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992342032 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19079] ppid=19072 vsize=868500 CPUtime=0.27
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 16976 0 -1 64 1518 0 0 0 27 0 0 0 16 0 9 0 1992342032 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19080] ppid=19072 vsize=868500 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992342032 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19073/tid=19081] ppid=19072 vsize=868500 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) R 19072 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992342032 889344000 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887456

[startup+12.7019 s]
/proc/loadavg: 1.93 2.00 2.01 3/83 19083
/proc/meminfo: memFree=1706264/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=9.54
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 1022 30302 0 2 4 1 902 47 16 0 1 0 1992341963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 799 370 3 0 500 0
[pid=19082] ppid=19059 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19059 19059 16976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992342946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 232 193 169 0 50 0
[pid=19083] ppid=19082 vsize=27512 CPUtime=2.84
/proc/19083/stat : 19083 (picosat) R 19082 19059 16976 0 -1 4194304 5727 0 0 0 130 154 0 0 25 0 1 0 1992342946 28172288 5713 996147200 134512640 134931368 4294956256 18446744073709551615 134545867 0 0 4096 0 0 0 0 17 1 0 0
/proc/19083/statm: 6878 5713 40 102 0 6773 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 46468

[startup+25.5021 s]
/proc/loadavg: 2.01 2.02 2.02 3/83 19083
/proc/meminfo: memFree=1662232/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=9.54
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 1022 30302 0 2 4 1 902 47 16 0 1 0 1992341963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 799 370 3 0 500 0
[pid=19082] ppid=19059 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19059 19059 16976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992342946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 232 193 169 0 50 0
[pid=19083] ppid=19082 vsize=76940 CPUtime=15.51
/proc/19083/stat : 19083 (picosat) R 19082 19059 16976 0 -1 4194304 16567 0 0 0 732 819 0 0 25 0 1 0 1992342946 78786560 16553 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/19083/statm: 19235 16553 42 102 0 19130 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 95896

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

[startup+26.3012 s]
/proc/loadavg: 2.01 2.02 2.02 5/91 19093
/proc/meminfo: memFree=1721432/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=25.6
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 1091 47213 0 2 4 1 1687 868 16 0 1 0 1992341963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 799 370 3 0 500 0
[pid=19084] ppid=19059 vsize=5356 CPUtime=0
/proc/19084/stat : 19084 (sh) S 19059 19059 16976 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1992344568 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 1339 233 193 169 0 50 0
[pid=19085] ppid=19084 vsize=863720 CPUtime=0.24
/proc/19085/stat : 19085 (java) S 19084 19059 16976 0 -1 0 3408 0 1 0 22 2 0 0 18 0 9 0 1992344568 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19085/statm: 215930 2883 1637 9 0 210512 0
[pid=19085/tid=19086] ppid=19084 vsize=863720 CPUtime=0.22
/proc/19085/task/19086/stat : 19086 (java) R 19084 19059 16976 0 -1 64 2436 0 1 0 21 1 0 0 18 0 9 0 1992344569 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19087] ppid=19084 vsize=863720 CPUtime=0
/proc/19085/task/19087/stat : 19087 (java) R 19084 19059 16976 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 1992344571 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 102516830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19088] ppid=19084 vsize=863720 CPUtime=0
/proc/19085/task/19088/stat : 19088 (java) S 19084 19059 16976 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992344571 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19089] ppid=19084 vsize=863720 CPUtime=0
/proc/19085/task/19089/stat : 19089 (java) S 19084 19059 16976 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992344571 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19090] ppid=19084 vsize=863720 CPUtime=0
/proc/19085/task/19090/stat : 19090 (java) S 19084 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992344573 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19091] ppid=19084 vsize=863720 CPUtime=0
/proc/19085/task/19091/stat : 19091 (java) R 19084 19059 16976 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 1992344573 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 103775768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19092] ppid=19084 vsize=863720 CPUtime=0
/proc/19085/task/19092/stat : 19092 (java) S 19084 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992344573 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19093] ppid=19084 vsize=863720 CPUtime=0
/proc/19085/task/19093/stat : 19093 (java) S 19084 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1992344573 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.84
Current children cumulated vsize (KiB) 882676

[startup+26.7013 s]
/proc/loadavg: 2.01 2.02 2.02 5/91 19093
/proc/meminfo: memFree=1721432/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=25.6
/proc/19059/stat : 19059 (sugar) S 19057 19059 16976 0 -1 4194304 1091 47213 0 2 4 1 1687 868 15 0 1 0 1992341963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 3400 799 370 3 0 500 0
[pid=19084] ppid=19059 vsize=5356 CPUtime=0
/proc/19084/stat : 19084 (sh) S 19059 19059 16976 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1992344568 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 1339 233 193 169 0 50 0
[pid=19085] ppid=19084 vsize=864000 CPUtime=0.63
/proc/19085/stat : 19085 (java) S 19084 19059 16976 0 -1 0 3677 0 1 0 61 2 0 0 18 0 9 0 1992344568 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19085/statm: 216000 3148 1671 9 0 210582 0
[pid=19085/tid=19086] ppid=19084 vsize=864000 CPUtime=0.53
/proc/19085/task/19086/stat : 19086 (java) R 19084 19059 16976 0 -1 64 2465 0 1 0 52 1 0 0 22 0 9 0 1992344569 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4125963888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19087] ppid=19084 vsize=864000 CPUtime=0.01
/proc/19085/task/19087/stat : 19087 (java) S 19084 19059 16976 0 -1 64 187 0 0 0 1 0 0 0 16 0 9 0 1992344571 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19088] ppid=19084 vsize=864000 CPUtime=0
/proc/19085/task/19088/stat : 19088 (java) S 19084 19059 16976 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992344571 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19089] ppid=19084 vsize=864000 CPUtime=0
/proc/19085/task/19089/stat : 19089 (java) S 19084 19059 16976 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992344571 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19090] ppid=19084 vsize=864000 CPUtime=0
/proc/19085/task/19090/stat : 19090 (java) S 19084 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992344573 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19091] ppid=19084 vsize=864000 CPUtime=0.08
/proc/19085/task/19091/stat : 19091 (java) S 19084 19059 16976 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1992344573 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19092] ppid=19084 vsize=864000 CPUtime=0
/proc/19085/task/19092/stat : 19092 (java) S 19084 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992344573 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19085/tid=19093] ppid=19084 vsize=864000 CPUtime=0
/proc/19085/task/19093/stat : 19093 (java) S 19084 19059 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992344573 884736000 3148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.23
Current children cumulated vsize (KiB) 882956

[startup+26.8023 s]
/proc/loadavg: 2.01 2.02 2.02 5/91 19093
/proc/meminfo: memFree=1721432/2055920 swapFree=4180724/4192956
[pid=19059] ppid=19057 vsize=13600 CPUtime=26.32
/proc/19059/stat : 19059 (sugar) R 19057 19059 16976 0 -1 4194304 1120 51255 0 3 4 3 1753 872 16 0 1 0 1992341963 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19059/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 26.32
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 26.8045
CPU time (s): 26.354
CPU user time (s): 17.5843
CPU system time (s): 8.76967
CPU usage (%): 98.3194
Max. virtual memory (cumulated for all children) (KiB): 898596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5843
system time used= 8.76967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52405
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= 8186
involuntary context switches= 8920

runsolver used 0.031995 second user time and 0.108983 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 03:08:25
IDJOB=1062047
IDBENCH=54595
IDSOLVER=345
FILE ID=node57/1062047-1215133705
PBS_JOBID= 7877092
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-ex5-pi.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-1062047-1215133705/watcher-1062047-1215133705 -o /tmp/evaluation-result-1062047-1215133705/solver-1062047-1215133705 -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-1062047-1215133705.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ac4e78a26edc4b10d5750638375b473
RANDOM SEED=92567771

node57.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:       1768144 kB
Buffers:         10432 kB
Cached:          89780 kB
SwapCached:       6072 kB
Active:         181400 kB
Inactive:        47924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768144 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         142672 kB
Slab:            43540 kB
Committed_AS:  4711976 kB
PageTables:       2064 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= 66536 MiB
End job on node57 at 2008-07-04 03:08:52