Trace number 2088671

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+minisatSAT 65.913 66.6726

General information on the benchmark

Namecsp/bibd6/
normalized-bibd-6-100-50-3-20_glb.xml
MD5SUM73b554379e6ff90aa529f4a7045a5fdc
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.96209
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of constraints1621
Maximum constraint arity100
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1500
Global constraints used (with number of constraints)weightedsum(121)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:05:25 2009
0.00/0.08	c 0	PID 28099
0.07/0.08	c 0	HOST node58.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2088671-1247389525.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088671-1247389525.xml' 'HOME/temp.csp'
0.07/0.83	c 1	1 domains, 2100 variables, 1 predicates, 0 relations, 1621 constraints
0.07/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.81/0.94	c 1	Parsing HOME/temp.csp
1.03/1.19	c 1	parsed 3723 expressions
1.12/1.20	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.20	c 1	Converting to clausal form CSP
1.12/1.23	c 1	converted 373 (10%) expressions
1.12/1.24	c 1	converted 745 (20%) expressions
1.12/1.24	c 1	converted 1117 (30%) expressions
1.12/1.24	c 1	converted 1490 (40%) expressions
1.12/1.25	c 1	converted 1862 (50%) expressions
1.32/1.48	c 2	converted 2234 (60%) expressions
1.51/1.66	c 2	converted 2607 (70%) expressions
1.62/1.78	c 2	converted 2979 (80%) expressions
1.82/1.92	c 2	converted 3351 (90%) expressions
2.12/2.21	c 2	converted 3723 (100%) expressions
2.12/2.21	c 2	CSP : 5982 integers, 3000 booleans, 17006 clauses, largest domain size 35
2.12/2.21	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.12/2.21	c 2	Propagation in CSP
2.12/2.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.28	c 2	CSP : 5982 integers, 3000 booleans, 17006 clauses, largest domain size 35
2.12/2.28	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.12/2.29	c 2	Simplifing CSP by introducing new Boolean variables
2.21/2.31	c 2	CSP : 5982 integers, 3000 booleans, 17006 clauses, largest domain size 35
2.21/2.31	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.21/2.39	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.30/2.40	c 3	599 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.41	c 3	1197 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.42	c 3	1795 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.42	c 3	2393 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.42	c 3	2991 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.42	c 3	3590 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.42	c 3	4188 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.42	c 3	4786 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.30/2.44	c 3	5384 (90%) CSP integer variables are encoded (3720 clauses, 48424 bytes)
2.30/2.45	c 3	5982 (100%) CSP integer variables are encoded (11118 clauses, 157737 bytes)
2.30/2.49	c 3	1701 (10%) CSP clauses are encoded (12819 clauses, 182116 bytes)
2.40/2.52	c 3	3402 (20%) CSP clauses are encoded (14520 clauses, 206683 bytes)
2.40/2.53	c 3	5102 (30%) CSP clauses are encoded (16220 clauses, 231310 bytes)
2.40/2.54	c 3	6803 (40%) CSP clauses are encoded (17921 clauses, 256829 bytes)
2.40/2.55	c 3	8503 (50%) CSP clauses are encoded (19621 clauses, 282329 bytes)
2.40/2.57	c 3	10204 (60%) CSP clauses are encoded (21322 clauses, 307841 bytes)
2.40/2.58	c 3	11905 (70%) CSP clauses are encoded (23023 clauses, 333353 bytes)
2.40/2.60	c 3	13605 (80%) CSP clauses are encoded (24723 clauses, 358853 bytes)
2.79/2.93	c 3	15306 (90%) CSP clauses are encoded (58792 clauses, 1076300 bytes)
7.55/7.75	c 8	17006 (100%) CSP clauses are encoded (502776 clauses, 12988050 bytes)
7.55/7.75	c 8	17006 CSP clauses encoded
7.55/7.76	c 8	Writing map file : HOME/temp.map
7.55/7.77	c 8	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.55/7.77	c 8	SAT : 20100 SAT variables, 502776 SAT clauses, 12988050 bytes
7.55/7.77	c 8	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.62/7.80	c 8	SOLVING HOME/temp.cnf
7.62/7.80	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.62/7.81	c 8	This is MiniSat 2.0 beta
7.62/7.81	c 8	WARNING: for repeatability, setting FPU to use double precision
7.62/7.81	c 8	============================[ Problem Statistics ]=============================
7.62/7.81	c 8	|                                                                             |
7.62/7.81	c 8	|  Number of variables:  20100                                                |
7.62/7.81	c 8	|  Number of clauses:    502776                                               |
7.64/8.12	c 8	|  Parsing time:         0.27         s                                       |
7.64/8.14	c 8	============================[ Search Statistics ]==============================
7.64/8.14	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.64/8.14	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.64/8.14	c 8	===============================================================================
7.64/8.14	c 8	|         0 |   20100   502776  2249670 |   167592        0    nan |  0.000 % |
7.64/8.17	c 8	|       100 |   20100   502776  2249670 |   184351      100     47 |  0.000 % |
7.64/8.19	c 8	|       250 |   20100   502776  2249670 |   202786      250     27 |  0.000 % |
7.64/8.32	c 8	|       479 |   20100   502776  2249670 |   223064      479     33 |  0.000 % |
7.64/8.45	c 9	|       816 |   20100   502776  2249670 |   245371      816     29 |  0.000 % |
7.64/8.65	c 9	|      1322 |   20100   502776  2249670 |   269908     1322     31 |  0.000 % |
9.00/9.29	c 9	|      2082 |   20100   502776  2249670 |   296899     2082     34 |  0.000 % |
9.20/9.45	c 10	|      3221 |   20100   502776  2249670 |   326589     3221     26 |  0.000 % |
9.60/9.89	c 10	|      4929 |   20100   502776  2249670 |   359248     4929     32 |  0.000 % |
11.18/11.44	c 12	|      7491 |   20100   502776  2249670 |   395173     7491     28 |  0.000 % |
12.17/12.46	c 13	|     11336 |   20100   502776  2249670 |   434690    11336     30 |  0.000 % |
13.36/13.66	c 14	|     17103 |   20100   502776  2249670 |   478159    17103     33 |  0.000 % |
15.24/15.57	c 16	|     25753 |   20100   502776  2249670 |   525975    25753     36 |  0.000 % |
18.41/18.73	c 19	|     38729 |   20100   502776  2249670 |   578573    38729     34 |  0.000 % |
29.61/30.02	c 30	|     58190 |   20100   502776  2249670 |   636430    58190     44 |  0.000 % |
40.40/40.90	c 41	|     87383 |   20100   502776  2249670 |   700073    87383     42 |  0.000 % |
62.59/63.37	c 63	|    131172 |   20100   502776  2249670 |   770080   131172     44 |  0.000 % |
65.37/66.10	c 66	===============================================================================
65.37/66.11	c 66	restarts              : 17
65.37/66.11	c 66	conflicts             : 135104         (2344 /sec)
65.37/66.11	c 66	decisions             : 220416         (1.16 % random) (3825 /sec)
65.37/66.11	c 66	propagations          : 40385847       (700800 /sec)
65.37/66.11	c 66	conflict literals     : 5915641        (7.15 % deleted)
65.37/66.11	c 66	Memory used           : 58.68 MB
65.37/66.11	c 66	CPU time              : 57.6282 s
65.37/66.11	c 66	
65.37/66.11	c 66	SATISFIABLE
65.37/66.13	c 66	DECODING HOME/temp.out WITH HOME/temp.map
65.37/66.13	c 66	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'
65.40/66.21	c 66	Decoding HOME/temp.out
65.40/66.52	s SATISFIABLE
65.41/66.61	v 0 1 1 1 0 0 0 1 1 1 1 0 0 1 0 0 0 0 1 1 0 1 1 1 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 1 1 1 1 0 0 1 0 0 1 0 1 1 1 1 0 1 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 1 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 1 1 1 1 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 1 1 1 0 0 1 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 1 1 0 0 1 0 1 1 0 0 1 1 1 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 1 0 0 1 1 1 1 0 1 0 0 0 1 0 0 0 1 1 1 1 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 1 1 0 1 1 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 1 1 1 1 0 0 1 1 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 0 1 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 1 1 1 0 1 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 0 1 1 0 0 0 1 0 0 1 1 1 1 0 1 1 0 1 1 1 1 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 1 0 1 0 1 1 1 0 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 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 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 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 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 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 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 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 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 1 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0
65.41/66.61	c 67	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
65.41/66.67	c 67	CPU 65.89 (0.07 0.02 65.43 0.37)
65.41/66.67	c 67	END Sun Jul 12 11:06:32 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-2088671-1247389525/watcher-2088671-1247389525 -o /tmp/evaluation-result-2088671-1247389525/solver-2088671-1247389525 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2088671-1247389525.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: 1.92 2.01 2.03 4/72 28099
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=18576 CPUtime=0
/proc/28099/stat : 28099 (runsolver) R 28097 28099 26742 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26015635 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28099/statm: 4644 284 249 26 0 2626 0

[startup+0.0820621 s]
/proc/loadavg: 1.92 2.01 2.03 4/72 28099
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16740 CPUtime=0.07
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 26015635 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.107172 s]
/proc/loadavg: 1.92 2.01 2.03 4/72 28099
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=0.07
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26015635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301811 s]
/proc/loadavg: 1.92 2.01 2.03 4/72 28099
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=0.07
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26015635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701852 s]
/proc/loadavg: 1.92 2.01 2.03 4/72 28099
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=0.07
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26015635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.01 2.03 2.04 5/83 28121
/proc/meminfo: memFree=1818416/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=0.81
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1309 5402 0 1 6 1 71 3 15 0 1 0 26015635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1111 409 3 0 796 0
[pid=28112] ppid=28099 vsize=5356 CPUtime=0
/proc/28112/stat : 28112 (sh) S 28099 28099 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26015722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28112/statm: 1339 233 193 169 0 50 0
[pid=28113] ppid=28112 vsize=868524 CPUtime=0.61
/proc/28113/stat : 28113 (java) S 28112 28099 26742 0 -1 0 5493 0 1 0 58 3 0 0 18 0 9 0 26015723 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 217131 4928 1741 9 0 211636 0
[pid=28113/tid=28114] ppid=28112 vsize=868524 CPUtime=0.41
/proc/28113/task/28114/stat : 28114 (java) R 28112 28099 26742 0 -1 64 2667 0 1 0 40 1 0 0 20 0 9 0 26015724 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28115] ppid=28112 vsize=868524 CPUtime=0.02
/proc/28113/task/28115/stat : 28115 (java) S 28112 28099 26742 0 -1 64 661 0 0 0 2 0 0 0 16 0 9 0 26015725 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28112 vsize=868524 CPUtime=0
/proc/28113/task/28116/stat : 28116 (java) S 28112 28099 26742 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 26015725 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28112 vsize=868524 CPUtime=0
/proc/28113/task/28117/stat : 28117 (java) S 28112 28099 26742 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 26015725 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28118] ppid=28112 vsize=868524 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26015727 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28119] ppid=28112 vsize=868524 CPUtime=0.16
/proc/28113/task/28119/stat : 28119 (java) S 28112 28099 26742 0 -1 64 1471 0 0 0 15 1 0 0 16 0 9 0 26015727 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28120] ppid=28112 vsize=868524 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26015727 889368576 4928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28121] ppid=28112 vsize=868524 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26015727 889368576 4928 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) 890748

[startup+3.10206 s]
/proc/loadavg: 2.01 2.03 2.04 3/83 28121
/proc/meminfo: memFree=1800880/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=0.81
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1310 5402 0 1 6 1 71 3 15 0 1 0 26015635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1111 409 3 0 796 0
[pid=28112] ppid=28099 vsize=5356 CPUtime=0
/proc/28112/stat : 28112 (sh) S 28099 28099 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26015722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28112/statm: 1339 233 193 169 0 50 0
[pid=28113] ppid=28112 vsize=868740 CPUtime=2.19
/proc/28113/stat : 28113 (java) S 28112 28099 26742 0 -1 0 9298 0 1 0 212 7 0 0 18 0 9 0 26015723 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 217185 8306 2590 9 0 211662 0
[pid=28113/tid=28114] ppid=28112 vsize=868740 CPUtime=1.57
/proc/28113/task/28114/stat : 28114 (java) R 28112 28099 26742 0 -1 64 2885 0 1 0 155 2 0 0 23 0 9 0 26015724 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4127058356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28115] ppid=28112 vsize=868740 CPUtime=0.32
/proc/28113/task/28115/stat : 28115 (java) S 28112 28099 26742 0 -1 64 4172 0 0 0 30 2 0 0 16 0 9 0 26015725 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28116/stat : 28116 (java) S 28112 28099 26742 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26015725 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28117/stat : 28117 (java) S 28112 28099 26742 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26015725 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28118] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26015727 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28119] ppid=28112 vsize=868740 CPUtime=0.27
/proc/28113/task/28119/stat : 28119 (java) S 28112 28099 26742 0 -1 64 1542 0 0 0 26 1 0 0 16 0 9 0 26015727 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28120] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26015727 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28121] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26015727 889589760 8306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890964

[startup+6.30134 s]
/proc/loadavg: 2.01 2.03 2.04 3/83 28121
/proc/meminfo: memFree=1792624/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=0.81
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1310 5402 0 1 6 1 71 3 15 0 1 0 26015635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1111 409 3 0 796 0
[pid=28112] ppid=28099 vsize=5356 CPUtime=0
/proc/28112/stat : 28112 (sh) S 28099 28099 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26015722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28112/statm: 1339 233 193 169 0 50 0
[pid=28113] ppid=28112 vsize=868740 CPUtime=5.35
/proc/28113/stat : 28113 (java) S 28112 28099 26742 0 -1 0 9579 0 1 0 522 13 0 0 18 0 9 0 26015723 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 217185 8312 2590 9 0 211662 0
[pid=28113/tid=28114] ppid=28112 vsize=868740 CPUtime=4.65
/proc/28113/task/28114/stat : 28114 (java) R 28112 28099 26742 0 -1 64 3160 0 1 0 458 7 0 0 25 0 9 0 26015724 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4126555966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28115] ppid=28112 vsize=868740 CPUtime=0.39
/proc/28113/task/28115/stat : 28115 (java) S 28112 28099 26742 0 -1 64 4172 0 0 0 36 3 0 0 16 0 9 0 26015725 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28116/stat : 28116 (java) S 28112 28099 26742 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26015725 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28117/stat : 28117 (java) S 28112 28099 26742 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26015725 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28118] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26015727 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28119] ppid=28112 vsize=868740 CPUtime=0.27
/proc/28113/task/28119/stat : 28119 (java) S 28112 28099 26742 0 -1 64 1548 0 0 0 26 1 0 0 16 0 9 0 26015727 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28120] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26015727 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28113/tid=28121] ppid=28112 vsize=868740 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28112 28099 26742 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26015727 889589760 8312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890964

[startup+12.7029 s]
/proc/loadavg: 2.00 2.02 2.04 3/75 28123
/proc/meminfo: memFree=1778480/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=7.64
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1376 15420 0 2 6 1 736 21 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
[pid=28122] ppid=28099 vsize=5356 CPUtime=0
/proc/28122/stat : 28122 (sh) S 28099 28099 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26016416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28122/statm: 1339 232 193 169 0 50 0
[pid=28123] ppid=28122 vsize=33124 CPUtime=4.83
/proc/28123/stat : 28123 (minisat) R 28122 28099 26742 0 -1 4194304 7938 0 0 0 478 5 0 0 25 0 1 0 26016416 33918976 7924 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 1 0 0
/proc/28123/statm: 8281 7924 76 150 0 8128 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 55348

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 2.04 3/75 28123
/proc/meminfo: memFree=1769776/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=7.64
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1376 15420 0 2 6 1 736 21 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
[pid=28122] ppid=28099 vsize=5356 CPUtime=0
/proc/28122/stat : 28122 (sh) S 28099 28099 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26016416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28122/statm: 1339 232 193 169 0 50 0
[pid=28123] ppid=28122 vsize=41816 CPUtime=17.51
/proc/28123/stat : 28123 (minisat) R 28122 28099 26742 0 -1 4194304 10122 0 0 0 1745 6 0 0 25 0 1 0 26016416 42819584 10108 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/28123/statm: 10454 10108 76 150 0 10301 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 64040

[startup+51.1013 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1757552/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=7.64
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1376 15420 0 2 6 1 736 21 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
[pid=28122] ppid=28099 vsize=5356 CPUtime=0
/proc/28122/stat : 28122 (sh) S 28099 28099 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26016416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28122/statm: 1339 232 193 169 0 50 0
[pid=28123] ppid=28122 vsize=54260 CPUtime=42.87
/proc/28123/stat : 28123 (minisat) R 28122 28099 26742 0 -1 4194304 13222 0 0 0 4277 10 0 0 25 0 1 0 26016416 55562240 13208 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28123/statm: 13565 13208 76 150 0 13412 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 76484

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

[startup+57.5019 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1755120/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=7.64
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1376 15420 0 2 6 1 736 21 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
[pid=28122] ppid=28099 vsize=5356 CPUtime=0
/proc/28122/stat : 28122 (sh) S 28099 28099 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26016416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28122/statm: 1339 232 193 169 0 50 0
[pid=28123] ppid=28122 vsize=56636 CPUtime=49.21
/proc/28123/stat : 28123 (minisat) R 28122 28099 26742 0 -1 4194304 13807 0 0 0 4911 10 0 0 25 0 1 0 26016416 57995264 13793 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28123/statm: 14159 13793 76 150 0 14006 0
Current children cumulated CPU time (s) 56.85
Current children cumulated vsize (KiB) 78860

[startup+60.7011 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1753840/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=7.64
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1376 15420 0 2 6 1 736 21 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
[pid=28122] ppid=28099 vsize=5356 CPUtime=0
/proc/28122/stat : 28122 (sh) S 28099 28099 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26016416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28122/statm: 1339 232 193 169 0 50 0
[pid=28123] ppid=28122 vsize=57824 CPUtime=52.38
/proc/28123/stat : 28123 (minisat) R 28122 28099 26742 0 -1 4194304 14130 0 0 0 5227 11 0 0 25 0 1 0 26016416 59211776 14116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28123/statm: 14456 14116 76 150 0 14303 0
Current children cumulated CPU time (s) 60.02
Current children cumulated vsize (KiB) 80048

[startup+63.9024 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1752368/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=7.64
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1376 15420 0 2 6 1 736 21 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
[pid=28122] ppid=28099 vsize=5356 CPUtime=0
/proc/28122/stat : 28122 (sh) S 28099 28099 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26016416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28122/statm: 1339 232 193 169 0 50 0
[pid=28123] ppid=28122 vsize=59144 CPUtime=55.55
/proc/28123/stat : 28123 (minisat) R 28122 28099 26742 0 -1 4194304 14473 0 0 0 5544 11 0 0 25 0 1 0 26016416 60563456 14459 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28123/statm: 14786 14459 76 150 0 14633 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 81368

[startup+65.5016 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1751920/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=7.64
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1376 15420 0 2 6 1 736 21 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
[pid=28122] ppid=28099 vsize=5356 CPUtime=0
/proc/28122/stat : 28122 (sh) S 28099 28099 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26016416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28122/statm: 1339 232 193 169 0 50 0
[pid=28123] ppid=28122 vsize=59936 CPUtime=57.13
/proc/28123/stat : 28123 (minisat) R 28122 28099 26742 0 -1 4194304 14644 0 0 0 5702 11 0 0 25 0 1 0 26016416 61374464 14630 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/28123/statm: 14984 14630 76 150 0 14831 0
Current children cumulated CPU time (s) 64.77
Current children cumulated vsize (KiB) 82160

[startup+66.3016 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1751536/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=65.4
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1448 30395 0 2 6 1 6500 33 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 65.4
Current children cumulated vsize (KiB) 16868

[startup+66.5016 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1751536/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=65.4
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1448 30395 0 2 6 1 6500 33 16 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 65.4
Current children cumulated vsize (KiB) 16868

[startup+66.6017 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 28123
/proc/meminfo: memFree=1751536/2055920 swapFree=4192812/4192956
[pid=28099] ppid=28097 vsize=16868 CPUtime=65.41
/proc/28099/stat : 28099 (sugar) S 28097 28099 26742 0 -1 4194304 1449 30395 0 2 6 2 6500 33 15 0 1 0 26015635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28099/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 65.41
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 66.6726
CPU time (s): 65.913
CPU user time (s): 65.506
CPU system time (s): 0.406938
CPU usage (%): 98.8606
Max. virtual memory (cumulated for all children) (KiB): 890964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.506
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36004
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= 9230
involuntary context switches= 10462

runsolver used 0.086986 second user time and 0.233964 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 11:05:25
IDJOB=2088671
IDBENCH=58948
IDSOLVER=739
FILE ID=node58/2088671-1247389525
PBS_JOBID= 9507314
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd6/normalized-bibd-6-100-50-3-20_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088671-1247389525/watcher-2088671-1247389525 -o /tmp/evaluation-result-2088671-1247389525/solver-2088671-1247389525 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2088671-1247389525.xml

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

MD5SUM BENCH= 73b554379e6ff90aa529f4a7045a5fdc
RANDOM SEED=331620056

node58.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.234
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.234
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:       1826792 kB
Buffers:         22732 kB
Cached:         122516 kB
SwapCached:          0 kB
Active:          96264 kB
Inactive:        80604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          43140 kB
Slab:            37692 kB
Committed_AS:   209120 kB
PageTables:       1692 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= 66308 MiB
End job on node58 at 2009-07-12 11:06:32