Trace number 1061292

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+minisatSAT 8.59169 8.8187

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-16e1.xml
MD5SUM307e07a01d05504339271c7d2b146953
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 benchmark8.59169
Satisfiable
(Un)Satisfiability was proved
Number of variables2490
Number of constraints16011
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16011
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 02:39:18 2008
0.00/0.04	c 0	PID 18248
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1061292-1215131958.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1061292-1215131958.xml' 'HOME/temp.csp'
1.07/1.13	c 1	1 domains, 2490 variables, 4 predicates, 0 relations, 16011 constraints
1.07/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.14	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'
1.10/1.21	c 1	Parsing HOME/temp.csp
1.10/1.52	c 1	parsed 10000 expressions
1.10/1.87	c 2	parsed 18506 expressions
1.10/1.87	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.87	c 2	Converting to clausal form CSP
1.10/1.92	c 2	converted 1851 (10%) expressions
1.10/2.08	c 2	converted 3702 (20%) expressions
2.03/2.13	c 2	converted 5552 (30%) expressions
2.03/2.16	c 2	converted 7403 (40%) expressions
2.03/2.20	c 2	converted 9253 (50%) expressions
2.13/2.23	c 2	converted 11104 (60%) expressions
2.13/2.26	c 2	converted 12955 (70%) expressions
2.21/2.36	c 2	converted 14805 (80%) expressions
2.61/2.76	c 3	converted 16656 (90%) expressions
4.38/4.56	c 4	converted 18506 (100%) expressions
4.38/4.57	c 4	CSP : 34443 integers, 0 booleans, 79917 clauses, largest domain size 9
4.38/4.57	c 4	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.57	c 4	Propagation in CSP
4.77/4.92	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.77/4.93	c 5	CSP : 34443 integers, 0 booleans, 79917 clauses, largest domain size 9
4.77/4.93	c 5	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.95	c 5	Simplifing CSP by introducing new Boolean variables
4.77/4.99	c 5	CSP : 34443 integers, 0 booleans, 79917 clauses, largest domain size 9
4.77/4.99	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.26	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.16/5.30	c 5	3445 (10%) CSP integer variables are encoded (2285 clauses, 29769 bytes)
5.16/5.31	c 5	6889 (20%) CSP integer variables are encoded (10649 clauses, 149180 bytes)
5.16/5.33	c 5	10333 (30%) CSP integer variables are encoded (19013 clauses, 274640 bytes)
5.16/5.34	c 5	13778 (40%) CSP integer variables are encoded (27380 clauses, 400145 bytes)
5.16/5.36	c 5	17222 (50%) CSP integer variables are encoded (35744 clauses, 525605 bytes)
5.16/5.37	c 5	20666 (60%) CSP integer variables are encoded (44108 clauses, 651065 bytes)
5.16/5.38	c 5	24111 (70%) CSP integer variables are encoded (52479 clauses, 776630 bytes)
5.26/5.41	c 5	27555 (80%) CSP integer variables are encoded (60843 clauses, 902090 bytes)
5.26/5.42	c 5	30999 (90%) CSP integer variables are encoded (69207 clauses, 1027845 bytes)
5.26/5.43	c 5	34443 (100%) CSP integer variables are encoded (77571 clauses, 1170033 bytes)
5.35/5.53	c 5	7992 (10%) CSP clauses are encoded (85563 clauses, 1271121 bytes)
5.44/5.60	c 5	15984 (20%) CSP clauses are encoded (107159 clauses, 1592115 bytes)
5.55/5.74	c 6	23976 (30%) CSP clauses are encoded (164787 clauses, 2571091 bytes)
5.64/5.90	c 6	31967 (40%) CSP clauses are encoded (222372 clauses, 3599888 bytes)
5.84/6.05	c 6	39959 (50%) CSP clauses are encoded (279958 clauses, 4628699 bytes)
6.04/6.20	c 6	47951 (60%) CSP clauses are encoded (337556 clauses, 5657741 bytes)
6.14/6.36	c 6	55942 (70%) CSP clauses are encoded (395139 clauses, 6686512 bytes)
6.33/6.52	c 6	63934 (80%) CSP clauses are encoded (452732 clauses, 7715457 bytes)
6.43/6.67	c 6	71926 (90%) CSP clauses are encoded (510344 clauses, 8744797 bytes)
6.62/6.83	c 7	79917 (100%) CSP clauses are encoded (567948 clauses, 9890609 bytes)
6.62/6.83	c 7	79917 CSP clauses encoded
6.62/6.83	c 7	Writing map file : HOME/temp.map
6.62/6.88	c 7	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.62/6.88	c 7	SAT : 112014 SAT variables, 567948 SAT clauses, 9890609 bytes
6.62/6.88	c 7	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.71/6.92	c 7	SOLVING HOME/temp.cnf
6.71/6.92	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.71/6.93	c 7	This is MiniSat 2.0 beta
6.71/6.93	c 7	WARNING: for repeatability, setting FPU to use double precision
6.71/6.93	c 7	============================[ Problem Statistics ]=============================
6.71/6.93	c 7	|                                                                             |
6.71/6.93	c 7	|  Number of variables:  112014                                               |
6.71/6.93	c 7	|  Number of clauses:    567948                                               |
6.74/7.23	c 7	|  Parsing time:         0.25         s                                       |
6.74/7.25	c 7	============================[ Search Statistics ]==============================
6.74/7.25	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.74/7.25	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.74/7.25	c 7	===============================================================================
6.74/7.25	c 7	|         0 |  112014   567948  1391214 |   189316        0    nan |  0.000 % |
6.74/7.47	c 7	|       100 |  112014   567948  1391214 |   208247      100      5 |  0.000 % |
7.67/7.91	c 8	|       250 |  112014   567948  1391214 |   229072      250     17 |  0.000 % |
7.97/8.28	c 8	===============================================================================
7.97/8.29	c 8	restarts              : 3
7.97/8.29	c 8	conflicts             : 336            (261 /sec)
7.97/8.29	c 8	decisions             : 8753           (1.13 % random) (6802 /sec)
7.97/8.29	c 8	propagations          : 1905704        (1480959 /sec)
7.97/8.29	c 8	conflict literals     : 5185           (2.30 % deleted)
7.97/8.29	c 8	Memory used           : 33.68 MB
7.97/8.29	c 8	CPU time              : 1.2868 s
7.97/8.29	c 8	
8.08/8.33	c 8	SATISFIABLE
8.08/8.34	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.08/8.34	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.13/8.42	c 8	Decoding HOME/temp.out
8.13/8.68	s SATISFIABLE
8.48/8.77	v 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 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 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 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 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 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 0 1 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 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 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 0 1 0 1 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 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 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 0 1 1 0 0 1 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 0 1 1 0 1 0 0 1 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 0 1 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 1 0 0 1 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 0 1 0 1 1 0 1 0 1 0 0 1 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 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 1 0 1 0 1 0 1 0 0 1 0 1 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 0 1 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 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 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 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 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 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 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 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 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 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 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 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 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 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 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 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 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 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 1 0 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 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 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 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 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 1 0 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
8.48/8.77	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.54/8.81	c 9	CPU 8.16 (0.03 0.02 8.13 0.38)
8.54/8.81	c 9	END Fri Jul  4 02:39:27 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-1061292-1215131958/watcher-1061292-1215131958 -o /tmp/evaluation-result-1061292-1215131958/solver-1061292-1215131958 -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/minisat -tmp=HOME/temp HOME/instance-1061292-1215131958.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 1.98 1.99 4/93 18248
/proc/meminfo: memFree=1721520/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=12272 CPUtime=0
/proc/18248/stat : 18248 (sugar) R 18246 18248 16326 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 246183716 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 0 0 0
/proc/18248/statm: 3068 327 246 3 0 168 0

[startup+0.067146 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 18248
/proc/meminfo: memFree=1721520/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=0.03
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 246183716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101147 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 18248
/proc/meminfo: memFree=1721520/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=0.03
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 246183716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301169 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 18248
/proc/meminfo: memFree=1721520/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=0.03
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 246183716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701213 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 18248
/proc/meminfo: memFree=1721520/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=0.03
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 246183716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5013 s]
/proc/loadavg: 1.92 1.98 1.99 4/104 18260
/proc/meminfo: memFree=1689112/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=1.1
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 973 12007 0 1 3 0 100 7 15 0 1 0 246183716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18248/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.1052 s]
/proc/loadavg: 1.92 1.98 1.99 3/104 18270
/proc/meminfo: memFree=1699032/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=1.1
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 974 12007 0 1 3 0 100 7 15 0 1 0 246183716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18248/statm: 3400 797 370 3 0 500 0
[pid=18261] ppid=18248 vsize=5356 CPUtime=0
/proc/18261/stat : 18261 (sh) S 18248 18248 16326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 246183831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18261/statm: 1339 233 193 169 0 50 0
[pid=18262] ppid=18261 vsize=868408 CPUtime=1.91
/proc/18262/stat : 18262 (java) S 18261 18248 16326 0 -1 0 12431 0 1 0 184 7 0 0 18 0 9 0 246183831 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18262/statm: 217102 11238 2541 9 0 211677 0
[pid=18262/tid=18263] ppid=18261 vsize=868408 CPUtime=1.13
/proc/18262/task/18263/stat : 18263 (java) R 18261 18248 16326 0 -1 64 2958 0 1 0 112 1 0 0 25 0 9 0 246183832 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18264] ppid=18261 vsize=868408 CPUtime=0.54
/proc/18262/task/18264/stat : 18264 (java) S 18261 18248 16326 0 -1 64 7296 0 0 0 50 4 0 0 15 0 9 0 246183833 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18265] ppid=18261 vsize=868408 CPUtime=0
/proc/18262/task/18265/stat : 18265 (java) S 18261 18248 16326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 246183833 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18266] ppid=18261 vsize=868408 CPUtime=0
/proc/18262/task/18266/stat : 18266 (java) S 18261 18248 16326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 246183833 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18267] ppid=18261 vsize=868408 CPUtime=0
/proc/18262/task/18267/stat : 18267 (java) S 18261 18248 16326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246183835 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18268] ppid=18261 vsize=868408 CPUtime=0.2
/proc/18262/task/18268/stat : 18268 (java) S 18261 18248 16326 0 -1 64 1481 0 0 0 20 0 0 0 16 0 9 0 246183835 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18269] ppid=18261 vsize=868408 CPUtime=0
/proc/18262/task/18269/stat : 18269 (java) S 18261 18248 16326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 246183835 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18270] ppid=18261 vsize=868408 CPUtime=0
/proc/18262/task/18270/stat : 18270 (java) S 18261 18248 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 246183835 889249792 11238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887364

[startup+6.30183 s]
/proc/loadavg: 2.01 2.00 2.00 3/104 18270
/proc/meminfo: memFree=1656472/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=1.1
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 974 12007 0 1 3 0 100 7 15 0 1 0 246183716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18248/statm: 3400 797 370 3 0 500 0
[pid=18261] ppid=18248 vsize=5356 CPUtime=0
/proc/18261/stat : 18261 (sh) S 18248 18248 16326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 246183831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18261/statm: 1339 233 193 169 0 50 0
[pid=18262] ppid=18261 vsize=868520 CPUtime=5.04
/proc/18262/stat : 18262 (java) S 18261 18248 16326 0 -1 0 19696 0 1 0 488 16 0 0 18 0 9 0 246183831 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18262/statm: 217130 17703 2565 9 0 211677 0
[pid=18262/tid=18263] ppid=18261 vsize=868520 CPUtime=3.38
/proc/18262/task/18263/stat : 18263 (java) R 18261 18248 16326 0 -1 64 3382 0 1 0 332 6 0 0 25 0 9 0 246183832 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18264] ppid=18261 vsize=868520 CPUtime=1.36
/proc/18262/task/18264/stat : 18264 (java) S 18261 18248 16326 0 -1 64 14096 0 0 0 128 8 0 0 16 0 9 0 246183833 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18265] ppid=18261 vsize=868520 CPUtime=0
/proc/18262/task/18265/stat : 18265 (java) S 18261 18248 16326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 246183833 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18266] ppid=18261 vsize=868520 CPUtime=0
/proc/18262/task/18266/stat : 18266 (java) S 18261 18248 16326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 246183833 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18267] ppid=18261 vsize=868520 CPUtime=0
/proc/18262/task/18267/stat : 18267 (java) S 18261 18248 16326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246183835 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18268] ppid=18261 vsize=868520 CPUtime=0.27
/proc/18262/task/18268/stat : 18268 (java) S 18261 18248 16326 0 -1 64 1522 0 0 0 27 0 0 0 16 0 9 0 246183835 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18269] ppid=18261 vsize=868520 CPUtime=0
/proc/18262/task/18269/stat : 18269 (java) S 18261 18248 16326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 246183835 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18262/tid=18270] ppid=18261 vsize=868520 CPUtime=0
/proc/18262/task/18270/stat : 18270 (java) S 18261 18248 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 246183835 889364480 17703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887476

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

[startup+7.902 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 18272
/proc/meminfo: memFree=1677016/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=6.74
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 1033 32050 0 2 3 0 642 29 15 0 1 0 246183716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18248/statm: 3400 799 370 3 0 500 0
[pid=18271] ppid=18248 vsize=5356 CPUtime=0
/proc/18271/stat : 18271 (sh) S 18248 18248 16326 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246184409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18271/statm: 1339 232 193 169 0 50 0
[pid=18272] ppid=18271 vsize=34216 CPUtime=0.93
/proc/18272/stat : 18272 (minisat) R 18271 18248 16326 0 -1 4194304 7881 0 0 0 89 4 0 0 25 0 1 0 246184410 35037184 7867 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18272/statm: 8554 7867 76 150 0 8401 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 53172

[startup+8.30104 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 18272
/proc/meminfo: memFree=1677016/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=6.74
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 1033 32050 0 2 3 0 642 29 15 0 1 0 246183716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18248/statm: 3400 799 370 3 0 500 0
[pid=18271] ppid=18248 vsize=5356 CPUtime=0
/proc/18271/stat : 18271 (sh) S 18248 18248 16326 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246184409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18271/statm: 1339 232 193 169 0 50 0
[pid=18272] ppid=18271 vsize=34500 CPUtime=1.34
/proc/18272/stat : 18272 (minisat) R 18271 18248 16326 0 -1 4194304 7945 0 0 0 129 5 0 0 25 0 1 0 246184410 35328000 7930 996147200 134512640 135127466 4294956272 18446744073709551615 134783672 0 0 4096 3 0 0 0 17 1 0 0
/proc/18272/statm: 8625 7930 82 150 0 8472 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 53456

[startup+8.70109 s]
/proc/loadavg: 2.01 2.00 2.00 3/104 18282
/proc/meminfo: memFree=1701336/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=8.14
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 1090 40280 0 2 3 1 775 35 15 0 1 0 246183716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18248/statm: 3400 799 370 3 0 500 0
[pid=18273] ppid=18248 vsize=5356 CPUtime=0
/proc/18273/stat : 18273 (sh) S 18248 18248 16326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 246184551 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18273/statm: 1339 233 193 169 0 50 0
[pid=18274] ppid=18273 vsize=864044 CPUtime=0.34
/proc/18274/stat : 18274 (java) S 18273 18248 16326 0 -1 0 3659 0 1 0 32 2 0 0 20 0 9 0 246184551 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18274/statm: 216011 3131 1671 9 0 210593 0
[pid=18274/tid=18275] ppid=18273 vsize=864044 CPUtime=0.26
/proc/18274/task/18275/stat : 18275 (java) R 18273 18248 16326 0 -1 64 2475 0 1 0 25 1 0 0 25 0 9 0 246184552 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18276] ppid=18273 vsize=864044 CPUtime=0
/proc/18274/task/18276/stat : 18276 (java) S 18273 18248 16326 0 -1 64 157 0 0 0 0 0 0 0 16 0 9 0 246184553 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18277] ppid=18273 vsize=864044 CPUtime=0
/proc/18274/task/18277/stat : 18277 (java) S 18273 18248 16326 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 246184553 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18278] ppid=18273 vsize=864044 CPUtime=0
/proc/18274/task/18278/stat : 18278 (java) S 18273 18248 16326 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 246184553 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18279] ppid=18273 vsize=864044 CPUtime=0
/proc/18274/task/18279/stat : 18279 (java) S 18273 18248 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 246184555 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18280] ppid=18273 vsize=864044 CPUtime=0.06
/proc/18274/task/18280/stat : 18280 (java) S 18273 18248 16326 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 246184555 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18281] ppid=18273 vsize=864044 CPUtime=0
/proc/18274/task/18281/stat : 18281 (java) S 18273 18248 16326 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246184555 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18282] ppid=18273 vsize=864044 CPUtime=0
/proc/18274/task/18282/stat : 18282 (java) S 18273 18248 16326 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246184555 884781056 3131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 883000

[startup+8.80609 s]
/proc/loadavg: 2.01 2.00 2.00 3/104 18282
/proc/meminfo: memFree=1701336/2055920 swapFree=4179504/4192956
[pid=18248] ppid=18246 vsize=13600 CPUtime=8.15
/proc/18248/stat : 18248 (sugar) S 18246 18248 16326 0 -1 4194304 1092 40280 0 2 3 2 775 35 15 0 1 0 246183716 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18248/statm: 3400 800 370 3 0 500 0
[pid=18273] ppid=18248 vsize=5356 CPUtime=0
/proc/18273/stat : 18273 (sh) S 18248 18248 16326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 246184551 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18273/statm: 1339 233 193 169 0 50 0
[pid=18274] ppid=18273 vsize=864072 CPUtime=0.39
/proc/18274/stat : 18274 (java) S 18273 18248 16326 0 -1 0 3728 0 1 0 37 2 0 0 20 0 9 0 246184551 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18274/statm: 216018 3195 1702 9 0 210593 0
[pid=18274/tid=18275] ppid=18273 vsize=864072 CPUtime=0.29
/proc/18274/task/18275/stat : 18275 (java) S 18273 18248 16326 0 -1 64 2532 0 1 0 28 1 0 0 25 0 9 0 246184552 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18276] ppid=18273 vsize=864072 CPUtime=0
/proc/18274/task/18276/stat : 18276 (java) S 18273 18248 16326 0 -1 64 157 0 0 0 0 0 0 0 16 0 9 0 246184553 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18277] ppid=18273 vsize=864072 CPUtime=0
/proc/18274/task/18277/stat : 18277 (java) S 18273 18248 16326 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 246184553 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18278] ppid=18273 vsize=864072 CPUtime=0
/proc/18274/task/18278/stat : 18278 (java) S 18273 18248 16326 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 246184553 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18279] ppid=18273 vsize=864072 CPUtime=0
/proc/18274/task/18279/stat : 18279 (java) S 18273 18248 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 246184555 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18280] ppid=18273 vsize=864072 CPUtime=0.08
/proc/18274/task/18280/stat : 18280 (java) S 18273 18248 16326 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 246184555 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18281] ppid=18273 vsize=864072 CPUtime=0
/proc/18274/task/18281/stat : 18281 (java) S 18273 18248 16326 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246184555 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18274/tid=18282] ppid=18273 vsize=864072 CPUtime=0
/proc/18274/task/18282/stat : 18282 (java) S 18273 18248 16326 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246184555 884809728 3195 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 8.8187
CPU time (s): 8.59169
CPU user time (s): 8.17676
CPU system time (s): 0.414936
CPU usage (%): 97.4259
Max. virtual memory (cumulated for all children) (KiB): 888368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.17676
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45450
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= 7701
involuntary context switches= 7764

runsolver used 0.018997 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 02:39:18
IDJOB=1061292
IDBENCH=54537
IDSOLVER=346
FILE ID=node81/1061292-1215131958
PBS_JOBID= 7877046
Free space on /tmp= 126828 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-16e1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061292-1215131958/watcher-1061292-1215131958 -o /tmp/evaluation-result-1061292-1215131958/solver-1061292-1215131958 -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/minisat" -tmp="HOME/temp" HOME/instance-1061292-1215131958.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 307e07a01d05504339271c7d2b146953
RANDOM SEED=704544450

node81.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.236
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.236
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:       1721872 kB
Buffers:         31884 kB
Cached:         169932 kB
SwapCached:       6536 kB
Active:         216688 kB
Inactive:        82208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721872 kB
SwapTotal:     4192956 kB
SwapFree:      4179504 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:         114272 kB
Slab:            19932 kB
Committed_AS:  1166324 kB
PageTables:       1992 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= 126824 MiB
End job on node81 at 2008-07-04 02:39:27