Trace number 2085492

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.1771 65.3222

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-9.xml
MD5SUMa8b8f3df512533f785ada5db6742b7bf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.3998
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:59:24 2009
0.00/0.07	c 0	PID 23916
0.00/0.07	c 0	HOST node27.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2085492-1247381964.xml TO HOME/temp.csp
0.00/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-2085492-1247381964.xml' 'HOME/temp.csp'
3.34/3.49	c 4	1 domains, 1557 variables, 1 predicates, 0 relations, 65390 constraints
3.43/3.53	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.43/3.53	c 4	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'
3.45/3.61	c 4	Parsing HOME/temp.csp
3.45/3.76	c 4	parsed 10000 expressions
3.45/3.87	c 4	parsed 20000 expressions
3.45/3.96	c 4	parsed 30000 expressions
3.45/4.09	c 4	parsed 40000 expressions
3.45/4.16	c 5	parsed 50000 expressions
4.19/4.32	c 5	parsed 60000 expressions
4.19/4.40	c 5	parsed 66949 expressions
4.30/4.41	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.30/4.41	c 5	Converting to clausal form CSP
4.69/4.82	c 5	converted 6695 (10%) expressions
5.09/5.22	c 6	converted 13390 (20%) expressions
5.29/5.45	c 6	converted 20085 (30%) expressions
5.49/5.67	c 6	converted 26780 (40%) expressions
5.79/5.90	c 6	converted 33475 (50%) expressions
6.29/6.40	c 7	converted 40170 (60%) expressions
6.49/6.63	c 7	converted 46865 (70%) expressions
6.69/6.86	c 7	converted 53560 (80%) expressions
6.89/7.09	c 7	converted 60255 (90%) expressions
7.19/7.33	c 8	converted 66949 (100%) expressions
7.19/7.33	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 9
7.19/7.33	c 8	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.19/7.33	c 8	Propagation in CSP
7.39/7.60	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.39/7.60	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 9
7.39/7.60	c 8	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.50/7.63	c 8	Simplifing CSP by introducing new Boolean variables
8.59/8.74	c 9	CSP : 1557 integers, 130780 booleans, 196170 clauses, largest domain size 9
8.59/8.74	c 9	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.19/9.34	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.19/9.39	c 10	156 (10%) CSP integer variables are encoded (1092 clauses, 12323 bytes)
9.19/9.39	c 10	312 (20%) CSP integer variables are encoded (2184 clauses, 26519 bytes)
9.19/9.39	c 10	468 (30%) CSP integer variables are encoded (3276 clauses, 40715 bytes)
9.19/9.39	c 10	623 (40%) CSP integer variables are encoded (4361 clauses, 54820 bytes)
9.19/9.40	c 10	779 (50%) CSP integer variables are encoded (5453 clauses, 69016 bytes)
9.28/9.40	c 10	935 (60%) CSP integer variables are encoded (6545 clauses, 83212 bytes)
9.28/9.40	c 10	1090 (70%) CSP integer variables are encoded (7630 clauses, 97317 bytes)
9.28/9.40	c 10	1246 (80%) CSP integer variables are encoded (8722 clauses, 111513 bytes)
9.28/9.41	c 10	1402 (90%) CSP integer variables are encoded (9814 clauses, 127838 bytes)
9.28/9.41	c 10	1557 (100%) CSP integer variables are encoded (10899 clauses, 144113 bytes)
9.59/9.76	c 10	19617 (10%) CSP clauses are encoded (135140 clauses, 2324327 bytes)
9.89/10.06	c 10	39234 (20%) CSP clauses are encoded (259381 clauses, 4626055 bytes)
10.19/10.36	c 11	58851 (30%) CSP clauses are encoded (383622 clauses, 6927783 bytes)
10.48/10.65	c 11	78468 (40%) CSP clauses are encoded (507863 clauses, 9229511 bytes)
10.79/10.94	c 11	98085 (50%) CSP clauses are encoded (632104 clauses, 11531239 bytes)
11.08/11.23	c 12	117702 (60%) CSP clauses are encoded (756345 clauses, 13832967 bytes)
11.38/11.53	c 12	137319 (70%) CSP clauses are encoded (880586 clauses, 16174725 bytes)
11.68/11.84	c 12	156936 (80%) CSP clauses are encoded (1004827 clauses, 18610661 bytes)
11.99/12.15	c 13	176553 (90%) CSP clauses are encoded (1129068 clauses, 21185535 bytes)
12.28/12.46	c 13	196170 (100%) CSP clauses are encoded (1253309 clauses, 23827291 bytes)
12.28/12.46	c 13	196170 CSP clauses encoded
12.28/12.46	c 13	Writing map file : HOME/temp.map
12.28/12.49	c 13	Heap : 71 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.28/12.49	c 13	SAT : 143236 SAT variables, 1253309 SAT clauses, 23827291 bytes
12.28/12.49	c 13	Heap : 71 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.38/12.52	c 13	SOLVING HOME/temp.cnf
12.38/12.52	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.38/12.52	c 13	This is MiniSat 2.0 beta
12.38/12.52	c 13	WARNING: for repeatability, setting FPU to use double precision
12.38/12.52	c 13	============================[ Problem Statistics ]=============================
12.38/12.52	c 13	|                                                                             |
12.38/12.52	c 13	|  Number of variables:  143236                                               |
12.38/12.52	c 13	|  Number of clauses:    1253309                                              |
13.08/13.21	c 14	|  Parsing time:         0.59         s                                       |
13.08/13.25	c 14	============================[ Search Statistics ]==============================
13.08/13.25	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.08/13.25	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.08/13.25	c 14	===============================================================================
13.08/13.25	c 14	|         0 |  143236  1253309  3422078 |   417769        0    nan |  0.000 % |
13.17/13.36	c 14	|       105 |  143236  1253309  3422078 |   459546      105     22 |  0.000 % |
13.27/13.45	c 14	|       255 |  143236  1253309  3422078 |   505501      255     20 |  0.000 % |
13.66/13.83	c 14	|       480 |  143236  1253309  3422078 |   556051      480     24 |  0.000 % |
14.07/14.28	c 15	|       818 |  143236  1253309  3422078 |   611656      818     23 |  0.000 % |
14.56/14.77	c 15	|      1324 |  143236  1253309  3422078 |   672822     1324     19 |  0.000 % |
15.27/15.40	c 16	|      2083 |  143236  1253309  3422078 |   740104     2083     20 |  0.000 % |
16.46/16.64	c 17	|      3223 |  143236  1253309  3422078 |   814114     3223     21 |  0.000 % |
17.76/17.98	c 18	|      4931 |  143236  1253309  3422078 |   895526     4931     27 |  0.000 % |
21.15/21.36	c 22	|      7494 |  143236  1253309  3422078 |   985079     7494     27 |  0.000 % |
24.36/24.50	c 25	|     11338 |  143236  1253309  3422078 |  1083586    11338     25 |  0.000 % |
30.46/30.68	c 31	|     17104 |  143236  1253309  3422078 |  1191945    17104     28 |  0.000 % |
41.25/41.43	c 42	|     25753 |  143236  1253309  3422078 |  1311140    25753     28 |  0.000 % |
61.45/61.63	c 62	|     38728 |  143236  1253309  3422078 |  1442254    38728     30 |  0.000 % |
64.54/64.73	c 65	===============================================================================
64.54/64.74	c 65	restarts              : 14
64.54/64.74	c 65	conflicts             : 40518          (779 /sec)
64.54/64.74	c 65	decisions             : 60693          (1.52 % random) (1167 /sec)
64.54/64.74	c 65	propagations          : 76616040       (1472618 /sec)
64.54/64.74	c 65	conflict literals     : 1237370        (5.60 % deleted)
64.54/64.74	c 65	Memory used           : 74.25 MB
64.54/64.74	c 65	CPU time              : 52.0271 s
64.54/64.74	c 65	
64.65/64.80	c 65	SATISFIABLE
64.65/64.82	c 65	DECODING HOME/temp.out WITH HOME/temp.map
64.65/64.82	c 65	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'
64.68/64.91	c 65	Decoding HOME/temp.out
64.68/65.20	s SATISFIABLE
64.68/65.28	v 8 8 8 3 4 1 4 3 8 8 8 6 2 8 1 0 8 6 4 8 6 2 8 6 2 1 0 8 3 4 0 7 8 6 4 5 7 8 4 5 8 4 3 8 6 2 1 0 8 4 5 6 7 8 4 0 2 7 8 3 4 0 1 8 4 5 6 7 8 6 1 5 3 8 0 7 3 2 8 6 7 5 4 8 6 4 5 7 8 4 0 2 7 8 6 1 5 3 8 5 7 1 6 8 2 7 1 4 8 0 7 3 2 8 5 7 1 6 8 3 6 5 4 8 1 6 5 7 0 8 1 6 7 0 8 6 7 5 4 8 2 7 1 4 8 3 6 5 4 8 1 4 3 7 0 8 1 4 7 0 8 1 6 5 7 0 8 1 4 3 7 0 8 3 0 8 3 7 0 6 1 8 5 7 0 6 1 2 3 6 7 0 5 1 4 7 0 8 0 8 7 0 2 1 8 7 0 6 1 5 3 7 0 6 1 4 7 0 2 5 4 2 5 3 8 4 6 5 0 7 3 4 6 5 7 3 4 6 1 8 7 4 5 7 0 6 8 4 7 0 6 1 4 2 5 3 8 4 6 8 0 7 2 4 6 8 7 2 4 3 1 2 5 4 6 5 0 7 3 4 6 8 0 7 2 4 0 1 3 8 5 4 0 1 4 0 7 2 8 6 4 6 5 7 3 4 6 8 7 2 4 0 1 4 1 3 8 5 4 7 2 8 6 4 6 1 8 7 4 6 1 2 5 4 0 1 3 8 5 4 1 3 8 5 4 2 7 1 6 4 2 7 0 3 4 8 5 6 1 4 0 7 2 8 6 4 7 2 8 6 4 2 7 1 6 4 1 6 0 5 4 8 3 2 7 4 2 7 0 3 4 1 6 0 5 4 8 5 6 7 4 0 3 2 1 4 8 3 6 7 4 8 5 6 1 4 8 3 2 7 4 8 5 2 1 4 6 7 5 8 4 2 1 5 0 4 0 3 2 1 4 6 7 5 8 4 2 8 6 7 4 5 8 0 6 4 2 1 3 0 4 8 3 6 7 4 2 1 5 0 4 2 8 6 7 4 5 7 1 2 4 5 7 3 8 4 5 8 0 6 4 5 7 1 2 4 1 2 3 8 4 0 6 3 5 7 4 0 6 5 7 4 2 1 6 0 4 5 7 3 8 4 1 2 3 8 4 6 8 2 5 7 4 6 0 5 7 4 0 6 3 5 7 4 6 8 2 5 7 4 3 7 4 2 5 7 6 8 4 3 1 7 6 8 4 0 6 5 7 4 6 8 1 7 4 7 4 5 7 6 8 4 1 7 6 8 4 2 5 7 6 8 0 5 7 6 8 0 1 3 5 2 0 6 3 5 7 0 1 8 5 7 0 3 1 7 6 8 0 1 7 6 8 0 1 3 5 2 0 6 2 1 7 0 6 8 4 7 0 5 8 1 7 0 5 2 4 1 0 6 8 1 7 3 0 6 3 5 7 0 6 2 1 7 0 1 8 4 3 0 6 8 5 2 0 6 8 4 7 0 1 8 4 3 0 5 3 1 6 0 5 7 6 8 0 5 8 1 7 0 5 3 1 6 0 2 7 4 8 0 2 6 5 4 3 0 5 2 4 1 0 5 3 6 8 0 2 7 4 8 0 6 8 5 7 3 0 6 8 7 3 0 4 8 7 2 0 6 8 1 7 3 0 2 6 5 4 3 0 6 8 5 7 3 0 5 4 3 0 5 4 3 6 2 0 6 1 7 3 0 5 4 3 0 4 3 6 2 8 7 3 5 6 8 4 3 1 8 4 1 7 2 0 5 4 3 6 2 0 4 3 6 2 8 7 2 5 1 8 4 3 6 2 1 8 7 3 5 6 8 7 2 5 1 8 7 3 5 6 0 8 4 6 2 7 8 4 1 2 0 8 5 6 0 3 8 4 3 1 8 4 3 6 2 1 8 7 3 5 6 0 8 4 3 0 2 5 8 7 3 1 6 5 8 4 6 2 7 8 4 3 0 2 5 8 1 7 6 0 8 2 5 4 3 8 1 5 3 0 8 2 7 0 6 8 4 1 2 0 8 7 3 1 6 5 8 1 7 6 0 8 6 5 4 7 8 5 6 0 7 8 2 5 0 3 8 6 5 1 3 8 1 7 6 2 8 1 7 5 6 8 4 7 2 6 8 4 3 6 5 8 1 5 3 0 8 1 7 6 2 8 3 2 5 4 8 2 7 0 4 8 1 7 5 6 8 3 2 5 4 8 5 4 2 3 8 0 4 1 7 8 4 7 2 6 5 0 4 2 3 8 2 3 1 7 8 2 6 7 1 5 2 3 4 0 8 4 3 6 5 8 0 4 1 7 8 2 3 1 7 8 2 5 4 1 8 6 7 4 0 8 2 6 4 1 8 6 5 4 3 8 7 1 5 0 8 4 1 6 5 8 7 1 5 6 8 2 3 5 0 1 6 7 4 0 8 7 3 5 0 8 4 0 7 3 1 5 0 6 3 1 4 1 6 5 2 4 0 7 3 2 7 5 4 8 2 7 3 4 8 2 6 3 4 0 1 2 7 1 6 8 2 5 0 6 3 2 7 5 4 8 2 6 3 5 0 2 6 3 5 0 7 2 4 8 7 0 2 7 3 4 8 2 6 3 5 0 2 7 2 5 8 7 3 2 6 3 4 8 1 2 6 3 5 0 7 2 7 2 5 8 1 6 3 2 5 8 7 3 6 2 4 0 7 6 3 2 4 8 7 0 2 5 8 7 3 2 5 8 1 6 3 2 7 0 4 1 2 7 0 5 8 2 5 8 7 3 6 2 7 0 4 1 2 4 1 5 8 2 3 1 8 7 2 4 6 5 0 2 4 0 7 6 3 2 7 0 5 8 2 4 1 5 8 2 5 3 4 7 2 6 8 4 1 2 6 8 1 7 2 3 1 8 7 2 5 3 4 7 2 8 7 0 3 2 8 6 5 0 2 6 8 4 1 2 8 7 0 3 2 4 3 5 7 2 4 1 5 8 2 0 3 6 7 2 4 6 5 0 2 6 3 1 7 2 8 6 5 0 2 4 3 5 7 2 1 7 3 8 2 5 0 6 4 2 4 1 5 8 2 1 7 3 8 2 5 8 6 4 2 5 0 7 1 2 5 8 1 4 2 0 3 6 7 5 1 0 6 4 2 3 8 6 4 2 6 4 3 8 2 6 7 1 3 5 5 0 7 1 2 6 4 3 1 2 7 8 0 4 2 7 1 0 5 2 3 1 6 4 2 5 8 1 4 2 6 7 1 3 2 7 8 0 4 2 1 4 8 5 2 1 3 8 7 2 7 1 0 5 4 1 3 8 5 2 0 5 6 7 2 0 5 6 7 3 2 8 5 7 1 4 3 1 6 4 2 1 3 8 7 2 0 5 6 7 2 6 4 3 2 8 4 0 1 2 0 5 6 4 3 2 8 7 3 2 6 4 3 0 1 2 8 5 7 1 6 8 4 0 1 2 8 4 3 0 1 2
64.68/65.28	c 66	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.70/65.31	c 66	CPU 65.14 (0.06 0.03 64.22 0.83)
64.70/65.31	c 66	END Sun Jul 12 09:00: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-2085492-1247381964/watcher-2085492-1247381964 -o /tmp/evaluation-result-2085492-1247381964/solver-2085492-1247381964 -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-2085492-1247381964.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23916
/proc/meminfo: memFree=1902776/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=12272 CPUtime=0
/proc/23916/stat : 23916 (sugar) R 23914 23916 23313 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25262691 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233597615102 0 0 4224 0 0 0 0 17 1 0 0
/proc/23916/statm: 3068 327 246 3 0 168 0

[startup+0.0858779 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23916
/proc/meminfo: memFree=1902776/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=0.07
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 25262691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101722 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23916
/proc/meminfo: memFree=1902776/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=0.07
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 25262691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30176 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23916
/proc/meminfo: memFree=1902776/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=0.07
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 25262691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701837 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23916
/proc/meminfo: memFree=1902776/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=0.07
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 25262691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 23928
/proc/meminfo: memFree=1865568/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=0.07
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 25262691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1111 409 3 0 796 0
[pid=23919] ppid=23916 vsize=5356 CPUtime=0
/proc/23919/stat : 23919 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25262699 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23919/statm: 1339 233 193 169 0 50 0
[pid=23920] ppid=23919 vsize=866764 CPUtime=1.39
/proc/23920/stat : 23920 (java) S 23919 23916 23313 0 -1 0 18557 0 1 0 128 11 0 0 19 0 9 0 25262699 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23920/statm: 216691 15629 2557 9 0 211203 0
[pid=23920/tid=23921] ppid=23919 vsize=866764 CPUtime=0.72
/proc/23920/task/23921/stat : 23921 (java) R 23919 23916 23313 0 -1 64 3072 0 1 0 69 3 0 0 25 0 9 0 25262700 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23922] ppid=23919 vsize=866764 CPUtime=0.55
/proc/23920/task/23922/stat : 23922 (java) R 23919 23916 23313 0 -1 64 14279 0 0 0 48 7 0 0 16 0 9 0 25262701 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23923] ppid=23919 vsize=866764 CPUtime=0
/proc/23920/task/23923/stat : 23923 (java) S 23919 23916 23313 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25262702 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23924] ppid=23919 vsize=866764 CPUtime=0
/proc/23920/task/23924/stat : 23924 (java) S 23919 23916 23313 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25262702 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23925] ppid=23919 vsize=866764 CPUtime=0
/proc/23920/task/23925/stat : 23925 (java) S 23919 23916 23313 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 25262704 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23926] ppid=23919 vsize=866764 CPUtime=0.09
/proc/23920/task/23926/stat : 23926 (java) S 23919 23916 23313 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 25262704 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23927] ppid=23919 vsize=866764 CPUtime=0
/proc/23920/task/23927/stat : 23927 (java) S 23919 23916 23313 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25262704 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23928] ppid=23919 vsize=866764 CPUtime=0
/proc/23920/task/23928/stat : 23928 (java) S 23919 23916 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25262704 887566336 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 888988

[startup+3.10226 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23928
/proc/meminfo: memFree=1823392/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=0.07
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 25262691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1111 409 3 0 796 0
[pid=23919] ppid=23916 vsize=5356 CPUtime=0
/proc/23919/stat : 23919 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25262699 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23919/statm: 1339 233 193 169 0 50 0
[pid=23920] ppid=23919 vsize=864776 CPUtime=2.97
/proc/23920/stat : 23920 (java) S 23919 23916 23313 0 -1 0 31786 0 1 0 278 19 0 0 19 0 9 0 25262699 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23920/statm: 216194 26372 2557 9 0 210706 0
[pid=23920/tid=23921] ppid=23919 vsize=864776 CPUtime=1.49
/proc/23920/task/23921/stat : 23921 (java) R 23919 23916 23313 0 -1 64 3924 0 1 0 145 4 0 0 25 0 9 0 25262700 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4126764918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23922] ppid=23919 vsize=864776 CPUtime=1.31
/proc/23920/task/23922/stat : 23922 (java) S 23919 23916 23313 0 -1 64 26626 0 0 0 118 13 0 0 16 0 9 0 25262701 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23923] ppid=23919 vsize=864776 CPUtime=0
/proc/23920/task/23923/stat : 23923 (java) S 23919 23916 23313 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25262702 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23924] ppid=23919 vsize=864776 CPUtime=0
/proc/23920/task/23924/stat : 23924 (java) S 23919 23916 23313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 25262702 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23925] ppid=23919 vsize=864776 CPUtime=0
/proc/23920/task/23925/stat : 23925 (java) S 23919 23916 23313 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 25262704 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23926] ppid=23919 vsize=864776 CPUtime=0.14
/proc/23920/task/23926/stat : 23926 (java) S 23919 23916 23313 0 -1 64 529 0 0 0 14 0 0 0 16 0 9 0 25262704 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23927] ppid=23919 vsize=864776 CPUtime=0
/proc/23920/task/23927/stat : 23927 (java) S 23919 23916 23313 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25262704 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23920/tid=23928] ppid=23919 vsize=864776 CPUtime=0
/proc/23920/task/23928/stat : 23928 (java) S 23919 23916 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25262704 885530624 26372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887000

[startup+6.30285 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 23938
/proc/meminfo: memFree=1855648/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=3.45
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1309 32442 0 1 5 2 316 22 16 0 1 0 25262691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1111 409 3 0 796 0
[pid=23929] ppid=23916 vsize=5356 CPUtime=0
/proc/23929/stat : 23929 (sh) S 23916 23916 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25263045 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23929/statm: 1339 233 193 169 0 50 0
[pid=23930] ppid=23929 vsize=868632 CPUtime=2.74
/proc/23930/stat : 23930 (java) S 23929 23916 23313 0 -1 0 18829 0 1 0 264 10 0 0 19 0 9 0 25263045 889479168 16583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23930/statm: 217158 16584 2566 9 0 211663 0
[pid=23930/tid=23931] ppid=23929 vsize=868632 CPUtime=1.44
/proc/23930/task/23931/stat : 23931 (java) R 23929 23916 23313 0 -1 64 3257 0 1 0 143 1 0 0 25 0 9 0 25263046 889479168 16584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23930/tid=23932] ppid=23929 vsize=868632 CPUtime=1.11
/proc/23930/task/23932/stat : 23932 (java) R 23929 23916 23313 0 -1 64 13377 0 0 0 104 7 0 0 16 0 9 0 25263047 889479168 16586 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23930/tid=23933] ppid=23929 vsize=868632 CPUtime=0
/proc/23930/task/23933/stat : 23933 (java) S 23929 23916 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25263047 889479168 16587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23930/tid=23934] ppid=23929 vsize=868632 CPUtime=0
/proc/23930/task/23934/stat : 23934 (java) S 23929 23916 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25263047 889479168 16588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23930/tid=23935] ppid=23929 vsize=868632 CPUtime=0
/proc/23930/task/23935/stat : 23935 (java) S 23929 23916 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25263049 889479168 16590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23930/tid=23936] ppid=23929 vsize=868632 CPUtime=0.16
/proc/23930/task/23936/stat : 23936 (java) S 23929 23916 23313 0 -1 64 1495 0 0 0 16 0 0 0 16 0 9 0 25263049 889479168 16591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23930/tid=23937] ppid=23929 vsize=868632 CPUtime=0
/proc/23930/task/23937/stat : 23937 (java) S 23929 23916 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25263049 889479168 16593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23930/tid=23938] ppid=23929 vsize=868632 CPUtime=0
/proc/23930/task/23938/stat : 23938 (java) S 23929 23916 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25263049 889479168 16594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890856

[startup+12.702 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 23938
/proc/meminfo: memFree=1755936/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=12.41
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1376 74027 0 2 5 2 1173 61 16 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 16868

[startup+25.5013 s]
/proc/loadavg: 2.27 2.06 2.02 3/75 23940
/proc/meminfo: memFree=1807904/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=12.41
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1376 74027 0 2 5 2 1173 61 16 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
[pid=23939] ppid=23916 vsize=5356 CPUtime=0
/proc/23939/stat : 23939 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25263943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23939/statm: 1339 232 193 169 0 50 0
[pid=23940] ppid=23939 vsize=70368 CPUtime=12.95
/proc/23940/stat : 23940 (minisat) R 23939 23916 23313 0 -1 4194304 16628 0 0 0 1281 14 0 0 25 0 1 0 25263943 72056832 16614 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 17592 16614 76 150 0 17439 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 92592

[startup+51.102 s]
/proc/loadavg: 2.45 2.12 2.04 3/75 23940
/proc/meminfo: memFree=1804640/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=12.41
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1376 74027 0 2 5 2 1173 61 16 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
[pid=23939] ppid=23916 vsize=5356 CPUtime=0
/proc/23939/stat : 23939 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25263943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23939/statm: 1339 232 193 169 0 50 0
[pid=23940] ppid=23939 vsize=73772 CPUtime=38.54
/proc/23940/stat : 23940 (minisat) R 23939 23916 23313 0 -1 4194304 17483 0 0 0 3839 15 0 0 25 0 1 0 25263943 75542528 17469 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 18443 17469 76 150 0 18290 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 95996

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

[startup+57.5011 s]
/proc/loadavg: 2.50 2.14 2.04 3/75 23940
/proc/meminfo: memFree=1803424/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=12.41
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1376 74027 0 2 5 2 1173 61 16 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
[pid=23939] ppid=23916 vsize=5356 CPUtime=0
/proc/23939/stat : 23939 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25263943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23939/statm: 1339 232 193 169 0 50 0
[pid=23940] ppid=23939 vsize=74828 CPUtime=44.93
/proc/23940/stat : 23940 (minisat) R 23939 23916 23313 0 -1 4194304 17783 0 0 0 4478 15 0 0 25 0 1 0 25263943 76623872 17769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 18707 17769 76 150 0 18554 0
Current children cumulated CPU time (s) 57.34
Current children cumulated vsize (KiB) 97052

[startup+60.7017 s]
/proc/loadavg: 2.54 2.15 2.05 3/75 23940
/proc/meminfo: memFree=1803104/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=12.41
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1376 74027 0 2 5 2 1173 61 16 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
[pid=23939] ppid=23916 vsize=5356 CPUtime=0
/proc/23939/stat : 23939 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25263943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23939/statm: 1339 232 193 169 0 50 0
[pid=23940] ppid=23939 vsize=75092 CPUtime=48.13
/proc/23940/stat : 23940 (minisat) R 23939 23916 23313 0 -1 4194304 17865 0 0 0 4798 15 0 0 25 0 1 0 25263943 76894208 17851 996147200 134512640 135127466 4294956256 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 18773 17851 76 150 0 18620 0
Current children cumulated CPU time (s) 60.54
Current children cumulated vsize (KiB) 97316

[startup+63.9023 s]
/proc/loadavg: 2.54 2.15 2.05 3/75 23940
/proc/meminfo: memFree=1802784/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=12.41
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1376 74027 0 2 5 2 1173 61 16 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
[pid=23939] ppid=23916 vsize=5356 CPUtime=0
/proc/23939/stat : 23939 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25263943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23939/statm: 1339 232 193 169 0 50 0
[pid=23940] ppid=23939 vsize=75488 CPUtime=51.33
/proc/23940/stat : 23940 (minisat) R 23939 23916 23313 0 -1 4194304 17954 0 0 0 5118 15 0 0 25 0 1 0 25263943 77299712 17940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 18872 17940 76 150 0 18719 0
Current children cumulated CPU time (s) 63.74
Current children cumulated vsize (KiB) 97712

[startup+64.7024 s]
/proc/loadavg: 2.54 2.15 2.05 3/75 23940
/proc/meminfo: memFree=1802784/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=12.41
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1376 74027 0 2 5 2 1173 61 16 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
[pid=23939] ppid=23916 vsize=5356 CPUtime=0
/proc/23939/stat : 23939 (sh) S 23916 23916 23313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25263943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23939/statm: 1339 232 193 169 0 50 0
[pid=23940] ppid=23939 vsize=75620 CPUtime=52.13
/proc/23940/stat : 23940 (minisat) R 23939 23916 23313 0 -1 4194304 17983 0 0 0 5198 15 0 0 25 0 1 0 25263943 77434880 17969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 18905 17969 76 150 0 18752 0
Current children cumulated CPU time (s) 64.54
Current children cumulated vsize (KiB) 97844

[startup+65.1015 s]
/proc/loadavg: 2.57 2.16 2.05 3/75 23940
/proc/meminfo: memFree=1801568/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=64.68
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1448 92351 0 2 5 2 6382 79 15 0 1 0 25262691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 64.68
Current children cumulated vsize (KiB) 16868

[startup+65.3015 s]
/proc/loadavg: 2.57 2.16 2.05 3/75 23940
/proc/meminfo: memFree=1801568/2055920 swapFree=4192812/4192956
[pid=23916] ppid=23914 vsize=16868 CPUtime=64.7
/proc/23916/stat : 23916 (sugar) S 23914 23916 23313 0 -1 4194304 1451 92351 0 2 6 3 6382 79 15 0 1 0 25262691 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23916/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 64.7
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 65.3222
CPU time (s): 65.1771
CPU user time (s): 64.2912
CPU system time (s): 0.885865
CPU usage (%): 99.7778
Max. virtual memory (cumulated for all children) (KiB): 902108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.2912
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97919
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= 6617
involuntary context switches= 6543

runsolver used 0.073988 second user time and 0.246962 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 08:59:24
IDJOB=2085492
IDBENCH=58439
IDSOLVER=739
FILE ID=node27/2085492-1247381964
PBS_JOBID= 9507159
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-9.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-2085492-1247381964/watcher-2085492-1247381964 -o /tmp/evaluation-result-2085492-1247381964/solver-2085492-1247381964 -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-2085492-1247381964.xml

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

MD5SUM BENCH= a8b8f3df512533f785ada5db6742b7bf
RANDOM SEED=1511759266

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1903192 kB
Buffers:          5488 kB
Cached:          71148 kB
SwapCached:          0 kB
Active:          74884 kB
Inactive:        29524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9308 kB
Writeback:           0 kB
Mapped:          39328 kB
Slab:            33644 kB
Committed_AS:   176120 kB
PageTables:       1712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node27 at 2009-07-12 09:00:30