Trace number 2072841

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 37.4673 66.9713

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga40-40-sat-pb-cnf-cr.xml
MD5SUM703f066a3a3c0d9c913433ae0b1564d5
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.4673
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints1720
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1720)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 02:03:41 2009
0.04/0.07	c 0	PID 16545
0.04/0.07	c 0	HOST node77.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2072841-1247357021.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072841-1247357021.xml' 'HOME/temp.csp'
0.06/0.83	c 1	1 domains, 2400 variables, 0 predicates, 0 relations, 1720 constraints
0.06/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	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.80/0.93	c 1	Parsing HOME/temp.csp
1.12/1.24	c 1	parsed 4121 expressions
1.12/1.25	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.25	c 2	Converting to clausal form CSP
1.12/1.28	c 2	converted 413 (10%) expressions
1.12/1.29	c 2	converted 825 (20%) expressions
1.12/1.29	c 2	converted 1237 (30%) expressions
1.22/1.30	c 2	converted 1649 (40%) expressions
1.22/1.30	c 2	converted 2061 (50%) expressions
1.32/1.47	c 2	converted 2473 (60%) expressions
1.72/1.86	c 2	converted 2885 (70%) expressions
2.02/2.10	c 2	converted 3297 (80%) expressions
2.31/2.41	c 3	converted 3709 (90%) expressions
2.52/2.70	c 3	converted 4121 (100%) expressions
2.61/2.70	c 3	CSP : 8040 integers, 0 booleans, 13000 clauses, largest domain size 15
2.61/2.70	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.70	c 3	Propagation in CSP
2.81/3.00	c 3	1360 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.92/3.00	c 3	CSP : 8040 integers, 0 booleans, 13000 clauses, largest domain size 15
2.92/3.00	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.92/3.01	c 3	Simplifing CSP by introducing new Boolean variables
2.92/3.03	c 3	CSP : 8040 integers, 0 booleans, 13000 clauses, largest domain size 15
2.92/3.03	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.02/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.02/3.12	c 3	804 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.13	c 3	1608 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.13	c 3	2412 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.14	c 3	3216 (40%) CSP integer variables are encoded (4176 clauses, 54352 bytes)
3.02/3.15	c 3	4020 (50%) CSP integer variables are encoded (9000 clauses, 122243 bytes)
3.02/3.16	c 3	4824 (60%) CSP integer variables are encoded (13824 clauses, 194603 bytes)
3.02/3.16	c 3	5628 (70%) CSP integer variables are encoded (18648 clauses, 266963 bytes)
3.02/3.18	c 3	6432 (80%) CSP integer variables are encoded (23472 clauses, 339323 bytes)
3.02/3.19	c 3	7236 (90%) CSP integer variables are encoded (28296 clauses, 411683 bytes)
3.02/3.19	c 3	8040 (100%) CSP integer variables are encoded (31640 clauses, 461843 bytes)
4.01/4.19	c 4	1300 (10%) CSP clauses are encoded (146230 clauses, 3465786 bytes)
5.22/15.91	c 16	2600 (20%) CSP clauses are encoded (287894 clauses, 7251249 bytes)
6.32/17.05	c 17	3900 (30%) CSP clauses are encoded (429558 clauses, 11159784 bytes)
7.42/18.18	c 18	5200 (40%) CSP clauses are encoded (571348 clauses, 15090966 bytes)
8.61/19.31	c 20	6500 (50%) CSP clauses are encoded (713012 clauses, 19018465 bytes)
9.70/20.46	c 21	7800 (60%) CSP clauses are encoded (854676 clauses, 22955436 bytes)
10.89/21.60	c 22	9100 (70%) CSP clauses are encoded (996340 clauses, 26906615 bytes)
11.99/22.74	c 23	10400 (80%) CSP clauses are encoded (1138130 clauses, 30861030 bytes)
12.99/23.75	c 24	11700 (90%) CSP clauses are encoded (1259239 clauses, 34197929 bytes)
13.49/24.26	c 25	13000 (100%) CSP clauses are encoded (1327360 clauses, 35777605 bytes)
13.49/24.26	c 25	13000 CSP clauses encoded
13.49/24.26	c 25	Writing map file : HOME/temp.map
13.49/24.28	c 25	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.49/24.28	c 25	SAT : 39680 SAT variables, 1327360 SAT clauses, 35777605 bytes
13.49/24.28	c 25	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.49/24.29	c 25	SOLVING HOME/temp.cnf
13.49/24.29	c 25	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
36.98/47.87	c 48	DECODING HOME/temp.out WITH HOME/temp.map
36.98/47.87	c 48	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'
37.05/48.79	c 49	Decoding HOME/temp.out
37.05/48.99	s SATISFIABLE
37.05/49.08	v 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 0 0 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 0 0 0 0 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 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 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 0 0 0 0 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 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 0 1 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 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 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 0 0 0 0 0 0 0 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 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 0 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 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 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 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 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 1 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 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 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 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 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 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 0 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 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 0 0 0 0 0 0 0 0 0 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 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 0 0 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 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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 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 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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 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 0 1 0 0 0 0 0 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 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 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 0 0 1 0 0 0 0 0 0 0 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 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 1 0 0 0 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 0 0 0 0 0 0 0 1 0 0 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 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
37.05/49.09	c 49	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
37.07/49.13	c 49	CPU 37.42 (0.06 0.03 28.63 8.7)
37.07/49.13	c 49	END Sun Jul 12 02:04:30 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-2072841-1247357021/watcher-2072841-1247357021 -o /tmp/evaluation-result-2072841-1247357021/solver-2072841-1247357021 -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-2072841-1247357021.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.29 2.32 4/73 16545
/proc/meminfo: memFree=1920072/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=12268 CPUtime=0
/proc/16545/stat : 16545 (sugar) R 16543 16545 15350 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 22767337 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 0 4224 0 0 0 0 17 0 0 0
/proc/16545/statm: 3067 316 241 3 0 167 0

[startup+0.0531541 s]
/proc/loadavg: 2.01 2.29 2.32 4/73 16545
/proc/meminfo: memFree=1920072/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16080 CPUtime=0.04
/proc/16545/stat : 16545 (sugar) R 16543 16545 15350 0 -1 4194304 922 0 0 0 3 1 0 0 18 0 1 0 22767337 16465920 890 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/16545/statm: 4020 891 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101166 s]
/proc/loadavg: 2.01 2.29 2.32 4/73 16545
/proc/meminfo: memFree=1920072/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=0.06
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 22767337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16545/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301202 s]
/proc/loadavg: 2.01 2.29 2.32 4/73 16545
/proc/meminfo: memFree=1920072/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=0.06
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 22767337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16545/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70128 s]
/proc/loadavg: 2.01 2.29 2.32 4/73 16545
/proc/meminfo: memFree=1920072/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=0.06
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 22767337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16545/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 2.01 2.29 2.32 4/84 16567
/proc/meminfo: memFree=1910704/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=0.8
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1309 7093 0 1 4 2 69 5 16 0 1 0 22767337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16545/statm: 4217 1111 409 3 0 796 0
[pid=16558] ppid=16545 vsize=5356 CPUtime=0
/proc/16558/stat : 16558 (sh) S 16545 16545 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22767423 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 1339 233 193 169 0 50 0
[pid=16559] ppid=16558 vsize=865676 CPUtime=0.62
/proc/16559/stat : 16559 (java) S 16558 16545 15350 0 -1 0 6965 0 1 0 59 3 0 0 18 0 9 0 22767423 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16559/statm: 216419 6242 2568 9 0 210924 0
[pid=16559/tid=16560] ppid=16558 vsize=865676 CPUtime=0.39
/proc/16559/task/16560/stat : 16560 (java) R 16558 16545 15350 0 -1 64 2601 0 1 0 38 1 0 0 22 0 9 0 22767424 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16561] ppid=16558 vsize=865676 CPUtime=0.08
/proc/16559/task/16561/stat : 16561 (java) S 16558 16545 15350 0 -1 64 2957 0 0 0 7 1 0 0 16 0 9 0 22767425 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16562] ppid=16558 vsize=865676 CPUtime=0
/proc/16559/task/16562/stat : 16562 (java) S 16558 16545 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22767425 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16563] ppid=16558 vsize=865676 CPUtime=0
/proc/16559/task/16563/stat : 16563 (java) S 16558 16545 15350 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22767425 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16564] ppid=16558 vsize=865676 CPUtime=0
/proc/16559/task/16564/stat : 16564 (java) S 16558 16545 15350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22767427 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16565] ppid=16558 vsize=865676 CPUtime=0.12
/proc/16559/task/16565/stat : 16565 (java) R 16558 16545 15350 0 -1 64 705 0 0 0 12 0 0 0 16 0 9 0 22767427 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 10860155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16566] ppid=16558 vsize=865676 CPUtime=0
/proc/16559/task/16566/stat : 16566 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22767427 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16567] ppid=16558 vsize=865676 CPUtime=0
/proc/16559/task/16567/stat : 16567 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22767427 886452224 6242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887900

[startup+3.10176 s]
/proc/loadavg: 2.09 2.31 2.33 3/84 16567
/proc/meminfo: memFree=1893808/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=0.81
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1310 7093 0 1 5 2 69 5 16 0 1 0 22767337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16545/statm: 4217 1111 409 3 0 796 0
[pid=16558] ppid=16545 vsize=5356 CPUtime=0
/proc/16558/stat : 16558 (sh) S 16545 16545 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22767423 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 1339 233 193 169 0 50 0
[pid=16559] ppid=16558 vsize=868856 CPUtime=2.21
/proc/16559/stat : 16559 (java) S 16558 16545 15350 0 -1 0 10556 0 1 0 214 7 0 0 18 0 9 0 22767423 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16559/statm: 217214 9594 2566 9 0 211719 0
[pid=16559/tid=16560] ppid=16558 vsize=868856 CPUtime=1.53
/proc/16559/task/16560/stat : 16560 (java) R 16558 16545 15350 0 -1 64 2891 0 1 0 152 1 0 0 25 0 9 0 22767424 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16561] ppid=16558 vsize=868856 CPUtime=0.47
/proc/16559/task/16561/stat : 16561 (java) R 16558 16545 15350 0 -1 64 5460 0 0 0 43 4 0 0 16 0 9 0 22767425 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16562] ppid=16558 vsize=868856 CPUtime=0
/proc/16559/task/16562/stat : 16562 (java) S 16558 16545 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22767425 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16563] ppid=16558 vsize=868856 CPUtime=0
/proc/16559/task/16563/stat : 16563 (java) S 16558 16545 15350 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22767425 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16564] ppid=16558 vsize=868856 CPUtime=0
/proc/16559/task/16564/stat : 16564 (java) S 16558 16545 15350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22767427 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16565] ppid=16558 vsize=868856 CPUtime=0.19
/proc/16559/task/16565/stat : 16565 (java) S 16558 16545 15350 0 -1 64 1503 0 0 0 18 1 0 0 16 0 9 0 22767427 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16566] ppid=16558 vsize=868856 CPUtime=0
/proc/16559/task/16566/stat : 16566 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22767427 889708544 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16567] ppid=16558 vsize=868856 CPUtime=0
/proc/16559/task/16567/stat : 16567 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22767427 889708544 9594 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) 891080

[startup+6.30238 s]
/proc/loadavg: 2.09 2.31 2.33 2/84 16567
/proc/meminfo: memFree=1882288/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=0.81
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1310 7093 0 1 5 2 69 5 16 0 1 0 22767337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16545/statm: 4217 1111 409 3 0 796 0
[pid=16558] ppid=16545 vsize=5356 CPUtime=0
/proc/16558/stat : 16558 (sh) S 16545 16545 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22767423 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 1339 233 193 169 0 50 0
[pid=16559] ppid=16558 vsize=868716 CPUtime=3.77
/proc/16559/stat : 16559 (java) S 16558 16545 15350 0 -1 0 10755 0 1 0 365 12 0 0 18 0 9 0 22767423 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16559/statm: 217179 9597 2590 9 0 211656 0
[pid=16559/tid=16560] ppid=16558 vsize=868716 CPUtime=3.01
/proc/16559/task/16560/stat : 16560 (java) D 16558 16545 15350 0 -1 64 3062 0 1 0 296 5 0 0 25 0 9 0 22767424 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=16559/tid=16561] ppid=16558 vsize=868716 CPUtime=0.51
/proc/16559/task/16561/stat : 16561 (java) S 16558 16545 15350 0 -1 64 5460 0 0 0 46 5 0 0 16 0 9 0 22767425 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16562] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16562/stat : 16562 (java) S 16558 16545 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22767425 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16563] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16563/stat : 16563 (java) S 16558 16545 15350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22767425 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16564] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16564/stat : 16564 (java) S 16558 16545 15350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16565] ppid=16558 vsize=868716 CPUtime=0.23
/proc/16559/task/16565/stat : 16565 (java) S 16558 16545 15350 0 -1 64 1531 0 0 0 22 1 0 0 16 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16566] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16566/stat : 16566 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16567] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16567/stat : 16567 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 890940
heavy processes:

[startup+12.7026 s]
/proc/loadavg: 2.23 2.33 2.33 2/84 16567
/proc/meminfo: memFree=1882032/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=0.81
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1310 7093 0 1 5 2 69 5 16 0 1 0 22767337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16545/statm: 4217 1111 409 3 0 796 0
[pid=16558] ppid=16545 vsize=5356 CPUtime=0
/proc/16558/stat : 16558 (sh) S 16545 16545 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22767423 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 1339 233 193 169 0 50 0
[pid=16559] ppid=16558 vsize=868716 CPUtime=3.77
/proc/16559/stat : 16559 (java) S 16558 16545 15350 0 -1 0 10755 0 1 0 365 12 0 0 18 0 9 0 22767423 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16559/statm: 217179 9597 2590 9 0 211656 0
[pid=16559/tid=16560] ppid=16558 vsize=868716 CPUtime=3.01
/proc/16559/task/16560/stat : 16560 (java) D 16558 16545 15350 0 -1 64 3062 0 1 0 296 5 0 0 25 0 9 0 22767424 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=16559/tid=16561] ppid=16558 vsize=868716 CPUtime=0.51
/proc/16559/task/16561/stat : 16561 (java) S 16558 16545 15350 0 -1 64 5460 0 0 0 46 5 0 0 16 0 9 0 22767425 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16562] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16562/stat : 16562 (java) S 16558 16545 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22767425 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16563] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16563/stat : 16563 (java) S 16558 16545 15350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22767425 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16564] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16564/stat : 16564 (java) S 16558 16545 15350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16565] ppid=16558 vsize=868716 CPUtime=0.23
/proc/16559/task/16565/stat : 16565 (java) S 16558 16545 15350 0 -1 64 1531 0 0 0 22 1 0 0 16 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16566] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16566/stat : 16566 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16559/tid=16567] ppid=16558 vsize=868716 CPUtime=0
/proc/16559/task/16567/stat : 16567 (java) S 16558 16545 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22767427 889565184 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 890940
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 2.27 2.33 2.34 3/76 16569
/proc/meminfo: memFree=1873648/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=13.58
/proc/16545/stat : 16545 (sugar) S 16543 16545 15350 0 -1 4194304 1365 18883 0 2 5 2 1312 39 16 0 1 0 22767337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16545/statm: 4217 1113 409 3 0 796 0
[pid=16568] ppid=16545 vsize=5356 CPUtime=0
/proc/16568/stat : 16568 (sh) S 16545 16545 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22769766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16568/statm: 1339 232 193 169 0 50 0
[pid=16569] ppid=16568 vsize=8880 CPUtime=1.18
/proc/16569/stat : 16569 (picosat) R 16568 16545 15350 0 -1 4194304 1714 0 0 0 53 65 0 0 25 0 1 0 22769767 9093120 1700 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16569/statm: 2220 1700 40 102 0 2115 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 31104
heavy processes:

[startup+51.1012 s]
/proc/loadavg: 2.73 2.43 2.37 2/74 16579
/proc/meminfo: memFree=1879808/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=37.42
/proc/16545/stat : 16545 (sugar) D 16543 16545 15350 0 -1 4194304 1479 37268 0 3 6 3 2863 870 15 0 1 0 22767337 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16545/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+57.5015 s]
/proc/loadavg: 2.85 2.47 2.38 2/74 16579
/proc/meminfo: memFree=1879808/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=37.42
/proc/16545/stat : 16545 (sugar) D 16543 16545 15350 0 -1 4194304 1479 37268 0 3 6 3 2863 870 15 0 1 0 22767337 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16545/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 16868

[startup+63.9027 s]
/proc/loadavg: 2.86 2.48 2.38 2/74 16579
/proc/meminfo: memFree=1879936/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=37.42
/proc/16545/stat : 16545 (sugar) D 16543 16545 15350 0 -1 4194304 1479 37268 0 3 6 3 2863 870 15 0 1 0 22767337 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16545/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 16868

[startup+65.5011 s]
/proc/loadavg: 2.86 2.48 2.38 2/74 16579
/proc/meminfo: memFree=1880000/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=37.42
/proc/16545/stat : 16545 (sugar) D 16543 16545 15350 0 -1 4194304 1479 37268 0 3 6 3 2863 870 15 0 1 0 22767337 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16545/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 16868

[startup+66.3012 s]
/proc/loadavg: 2.86 2.48 2.38 2/74 16579
/proc/meminfo: memFree=1880000/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=37.42
/proc/16545/stat : 16545 (sugar) D 16543 16545 15350 0 -1 4194304 1479 37268 0 3 6 3 2863 870 15 0 1 0 22767337 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16545/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 16868

[startup+66.7013 s]
/proc/loadavg: 2.86 2.48 2.38 2/74 16579
/proc/meminfo: memFree=1880000/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=37.42
/proc/16545/stat : 16545 (sugar) D 16543 16545 15350 0 -1 4194304 1479 37268 0 3 6 3 2863 870 15 0 1 0 22767337 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16545/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 16868

[startup+66.9013 s]
/proc/loadavg: 2.86 2.48 2.38 2/74 16579
/proc/meminfo: memFree=1880000/2055920 swapFree=4192812/4192956
[pid=16545] ppid=16543 vsize=16868 CPUtime=37.42
/proc/16545/stat : 16545 (sugar) D 16543 16545 15350 0 -1 4194304 1479 37268 0 3 6 3 2863 870 15 0 1 0 22767337 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16545/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 66.9713
CPU time (s): 37.4673
CPU user time (s): 28.7006
CPU system time (s): 8.76667
CPU usage (%): 55.9453
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7006
system time used= 8.76667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38807
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= 15080
involuntary context switches= 15000

runsolver used 0.104984 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 02:03:41
IDJOB=2072841
IDBENCH=55850
IDSOLVER=738
FILE ID=node77/2072841-1247357021
PBS_JOBID= 9506811
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga40-40-sat-pb-cnf-cr.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-2072841-1247357021/watcher-2072841-1247357021 -o /tmp/evaluation-result-2072841-1247357021/solver-2072841-1247357021 -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-2072841-1247357021.xml

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

MD5SUM BENCH= 703f066a3a3c0d9c913433ae0b1564d5
RANDOM SEED=345254441

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1920552 kB
Buffers:         10292 kB
Cached:          52676 kB
SwapCached:        136 kB
Active:          78528 kB
Inactive:         9864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          36876 kB
Slab:            32392 kB
Committed_AS:   166512 kB
PageTables:       1716 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= 66156 MiB
End job on node77 at 2009-07-12 02:04:48