Trace number 1041930

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 219.941 220.988

General information on the benchmark

Namecsp/allsquares/
normalized-squares-27-27.xml
MD5SUMd4a95218d374567a2e179115c5d58ded
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark219.941
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size84
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:24:13 2008
0.00/0.04	c 0	PID 8273
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1041930-1215001453.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-1041930-1215001453.xml' 'HOME/temp.csp'
0.03/0.57	c 1	28 domains, 1458 variables, 2 predicates, 0 relations, 1758 constraints
0.03/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.69	c 1	Parsing HOME/temp.csp
0.54/0.90	c 1	parsed 3246 expressions
0.54/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.91	c 1	Converting to clausal form CSP
0.54/0.93	c 1	converted 325 (10%) expressions
0.54/0.94	c 1	converted 650 (20%) expressions
0.54/0.94	c 1	converted 974 (30%) expressions
0.54/0.94	c 1	converted 1299 (40%) expressions
0.91/1.08	c 1	converted 1623 (50%) expressions
1.01/1.13	c 1	converted 1948 (60%) expressions
1.01/1.17	c 1	converted 2273 (70%) expressions
1.01/1.19	c 1	converted 2597 (80%) expressions
1.10/1.22	c 1	converted 2922 (90%) expressions
2.00/2.20	c 2	converted 3246 (100%) expressions
2.10/2.20	c 2	CSP : 10194 integers, 2966 booleans, 26674 clauses, largest domain size 197
2.10/2.20	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.20	c 2	Propagation in CSP
2.20/2.37	c 3	36578 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.20/2.37	c 3	CSP : 10194 integers, 2966 booleans, 26674 clauses, largest domain size 85
2.20/2.37	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.38	c 3	Simplifing CSP by introducing new Boolean variables
2.29/2.40	c 3	CSP : 10194 integers, 2966 booleans, 26674 clauses, largest domain size 85
2.29/2.40	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.51	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.39/2.55	c 3	1020 (10%) CSP integer variables are encoded (3668 clauses, 45563 bytes)
2.39/2.56	c 3	2039 (20%) CSP integer variables are encoded (12832 clauses, 173866 bytes)
2.39/2.58	c 3	3059 (30%) CSP integer variables are encoded (29140 clauses, 418486 bytes)
2.49/2.60	c 3	4078 (40%) CSP integer variables are encoded (44768 clauses, 652906 bytes)
2.49/2.62	c 3	5097 (50%) CSP integer variables are encoded (60067 clauses, 882391 bytes)
2.49/2.64	c 3	6117 (60%) CSP integer variables are encoded (74822 clauses, 1103716 bytes)
2.49/2.66	c 3	7136 (70%) CSP integer variables are encoded (90936 clauses, 1345426 bytes)
2.49/2.68	c 3	8156 (80%) CSP integer variables are encoded (106993 clauses, 1614736 bytes)
2.59/2.70	c 3	9175 (90%) CSP integer variables are encoded (122064 clauses, 1870943 bytes)
2.59/2.72	c 3	10194 (100%) CSP integer variables are encoded (137104 clauses, 2126623 bytes)
2.89/3.02	c 3	2668 (10%) CSP clauses are encoded (288940 clauses, 4826633 bytes)
3.58/3.75	c 4	5335 (20%) CSP clauses are encoded (719656 clauses, 13504841 bytes)
4.28/4.44	c 5	8003 (30%) CSP clauses are encoded (1123936 clauses, 22036864 bytes)
4.97/5.12	c 5	10670 (40%) CSP clauses are encoded (1514917 clauses, 30286516 bytes)
5.56/5.78	c 6	13337 (50%) CSP clauses are encoded (1898103 clauses, 38362369 bytes)
6.36/6.60	c 7	16005 (60%) CSP clauses are encoded (2365621 clauses, 48193455 bytes)
7.16/7.36	c 8	18672 (70%) CSP clauses are encoded (2800948 clauses, 57428445 bytes)
7.85/8.09	c 8	21340 (80%) CSP clauses are encoded (3191930 clauses, 66825127 bytes)
8.65/8.82	c 9	24007 (90%) CSP clauses are encoded (3579265 clauses, 76128753 bytes)
9.35/9.59	c 10	26674 (100%) CSP clauses are encoded (3995527 clauses, 86089116 bytes)
9.35/9.59	c 10	26674 CSP clauses encoded
9.35/9.59	c 10	Writing map file : HOME/temp.map
9.44/9.63	c 10	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.44/9.63	c 10	SAT : 150206 SAT variables, 3995527 SAT clauses, 86089116 bytes
9.44/9.63	c 10	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.44/9.69	c 10	SOLVING HOME/temp.cnf
9.44/9.69	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.44/9.69	c 10	This is MiniSat 2.0 beta
9.44/9.69	c 10	WARNING: for repeatability, setting FPU to use double precision
9.44/9.69	c 10	============================[ Problem Statistics ]=============================
9.44/9.69	c 10	|                                                                             |
9.44/9.69	c 10	|  Number of variables:  150206                                               |
9.44/9.69	c 10	|  Number of clauses:    3995527                                              |
11.36/11.62	c 12	|  Parsing time:         1.65         s                                       |
11.46/11.72	c 12	============================[ Search Statistics ]==============================
11.46/11.72	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.46/11.72	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.46/11.72	c 12	===============================================================================
11.46/11.72	c 12	|         0 |  150206  3995527 11611786 |  1331842        0    nan |  0.000 % |
13.26/13.59	c 14	|       101 |  150206  3995527 11611786 |  1465026      101     35 |  0.000 % |
15.55/15.85	c 16	|       251 |  150206  3995527 11611786 |  1611529      251     40 |  0.000 % |
20.12/20.45	c 21	|       476 |  150206  3995527 11611786 |  1772682      476     41 |  0.000 % |
27.88/28.23	c 28	|       813 |  150206  3995527 11611786 |  1949950      813     42 |  0.000 % |
37.65/38.05	c 38	|      1319 |  150206  3995527 11611786 |  2144945     1319     45 |  0.000 % |
53.89/54.39	c 55	|      2078 |  150206  3995527 11611786 |  2359439     2078     50 |  0.000 % |
75.70/76.22	c 76	|      3218 |  150206  3995527 11611786 |  2595383     3218     47 |  0.000 % |
111.46/112.13	c 112	|      4927 |  150206  3995527 11611786 |  2854922     4927     52 |  0.000 % |
173.62/174.53	c 175	|      7492 |  150206  3995527 11611786 |  3140414     7492     52 |  0.000 % |
219.33/220.42	c 221	===============================================================================
219.33/220.43	c 221	restarts              : 10
219.33/220.43	c 221	conflicts             : 10412          (50 /sec)
219.33/220.43	c 221	decisions             : 14522          (0.90 % random) (69 /sec)
219.33/220.43	c 221	propagations          : 134145298      (640067 /sec)
219.33/220.43	c 221	conflict literals     : 711546         (27.53 % deleted)
219.33/220.43	c 221	Memory used           : 183.51 MB
219.33/220.43	c 221	CPU time              : 209.58 s
219.33/220.43	c 221	
219.33/220.49	c 221	SATISFIABLE
219.43/220.52	c 221	DECODING HOME/temp.out WITH HOME/temp.map
219.43/220.52	c 221	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
219.48/220.60	c 221	Decoding HOME/temp.out
219.48/220.86	s SATISFIABLE
219.49/220.92	v 25 31 14 27 31 48 35 27 54 25 14 50 35 0 27 50 0 66 17 64 63 42 61 26 36 0 0 27 58 44 24 23 48 15 15 47 48 47 56 47 44 0 68 27 66 28 2 45 0 22 60 22 58 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 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 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1
219.49/220.93	c 221	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
219.49/220.95	c 221	CPU 218.84 (0.04 0.01 218.8 1.03)
219.49/220.95	c 221	END Wed Jul  2 14:27:54 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-1041930-1215001453/watcher-1041930-1215001453 -o /tmp/evaluation-result-1041930-1215001453/solver-1041930-1215001453 -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-1041930-1215001453.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: 2.10 2.06 2.05 4/81 8273
/proc/meminfo: memFree=1854984/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=12268 CPUtime=0
/proc/8273/stat : 8273 (sugar) R 8271 8273 7688 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 612392562 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 270196062498 0 0 4224 0 0 0 0 17 0 0 0
/proc/8273/statm: 3067 320 242 3 0 167 0

[startup+0.057911 s]
/proc/loadavg: 2.10 2.06 2.05 4/81 8273
/proc/meminfo: memFree=1854984/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=0.03
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 612392562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8273/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102878 s]
/proc/loadavg: 2.10 2.06 2.05 4/81 8273
/proc/meminfo: memFree=1854984/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=0.03
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 612392562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8273/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301901 s]
/proc/loadavg: 2.10 2.06 2.05 4/81 8273
/proc/meminfo: memFree=1854984/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=0.03
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 612392562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8273/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701944 s]
/proc/loadavg: 2.10 2.06 2.05 4/81 8273
/proc/meminfo: memFree=1854984/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=0.54
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 973 5304 0 1 3 0 48 3 15 0 1 0 612392562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 2.10 2.06 2.05 4/92 8295
/proc/meminfo: memFree=1845360/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=0.54
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 974 5304 0 1 3 0 48 3 15 0 1 0 612392562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 797 370 3 0 500 0
[pid=8286] ppid=8273 vsize=5356 CPUtime=0
/proc/8286/stat : 8286 (sh) S 8273 8273 7688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 612392624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8286/statm: 1339 233 193 169 0 50 0
[pid=8287] ppid=8286 vsize=868272 CPUtime=0.86
/proc/8287/stat : 8287 (java) S 8286 8273 7688 0 -1 0 7649 0 1 0 82 4 0 0 19 0 9 0 612392624 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8287/statm: 217068 6872 2541 9 0 211643 0
[pid=8287/tid=8288] ppid=8286 vsize=868272 CPUtime=0.54
/proc/8287/task/8288/stat : 8288 (java) R 8286 8273 7688 0 -1 64 2681 0 1 0 52 2 0 0 24 0 9 0 612392625 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4126850391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8289] ppid=8286 vsize=868272 CPUtime=0.11
/proc/8287/task/8289/stat : 8289 (java) S 8286 8273 7688 0 -1 64 2799 0 0 0 10 1 0 0 16 0 9 0 612392626 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8290] ppid=8286 vsize=868272 CPUtime=0
/proc/8287/task/8290/stat : 8290 (java) S 8286 8273 7688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 612392626 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8291] ppid=8286 vsize=868272 CPUtime=0
/proc/8287/task/8291/stat : 8291 (java) S 8286 8273 7688 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 612392626 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8292] ppid=8286 vsize=868272 CPUtime=0
/proc/8287/task/8292/stat : 8292 (java) S 8286 8273 7688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 612392628 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8293] ppid=8286 vsize=868272 CPUtime=0.19
/proc/8287/task/8293/stat : 8293 (java) S 8286 8273 7688 0 -1 64 1477 0 0 0 19 0 0 0 16 0 9 0 612392628 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8294] ppid=8286 vsize=868272 CPUtime=0
/proc/8287/task/8294/stat : 8294 (java) S 8286 8273 7688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 612392628 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8295] ppid=8286 vsize=868272 CPUtime=0
/proc/8287/task/8295/stat : 8295 (java) S 8286 8273 7688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 612392628 889110528 6872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887228

[startup+3.10222 s]
/proc/loadavg: 2.10 2.06 2.05 3/92 8295
/proc/meminfo: memFree=1826032/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=0.54
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 974 5304 0 1 3 0 48 3 15 0 1 0 612392562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 797 370 3 0 500 0
[pid=8286] ppid=8273 vsize=5356 CPUtime=0
/proc/8286/stat : 8286 (sh) S 8273 8273 7688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 612392624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8286/statm: 1339 233 193 169 0 50 0
[pid=8287] ppid=8286 vsize=868500 CPUtime=2.45
/proc/8287/stat : 8287 (java) S 8286 8273 7688 0 -1 0 11174 0 1 0 233 12 0 0 19 0 9 0 612392624 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8287/statm: 217125 10120 2565 9 0 211672 0
[pid=8287/tid=8288] ppid=8286 vsize=868500 CPUtime=1.62
/proc/8287/task/8288/stat : 8288 (java) R 8286 8273 7688 0 -1 64 3017 0 1 0 156 6 0 0 25 0 9 0 612392625 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 102064648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8289] ppid=8286 vsize=868500 CPUtime=0.52
/proc/8287/task/8289/stat : 8289 (java) S 8286 8273 7688 0 -1 64 5929 0 0 0 49 3 0 0 16 0 9 0 612392626 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8290] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8290/stat : 8290 (java) S 8286 8273 7688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 612392626 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8291] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8291/stat : 8291 (java) S 8286 8273 7688 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 612392626 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8292] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8292/stat : 8292 (java) S 8286 8273 7688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 612392628 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8293] ppid=8286 vsize=868500 CPUtime=0.27
/proc/8287/task/8293/stat : 8293 (java) S 8286 8273 7688 0 -1 64 1536 0 0 0 27 0 0 0 15 0 9 0 612392628 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8294] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8294/stat : 8294 (java) S 8286 8273 7688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 612392628 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8295] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8295/stat : 8295 (java) S 8286 8273 7688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 612392628 889344000 10120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887456

[startup+6.30259 s]
/proc/loadavg: 2.09 2.06 2.05 3/92 8295
/proc/meminfo: memFree=1787440/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=0.54
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 974 5304 0 1 3 0 48 3 15 0 1 0 612392562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 797 370 3 0 500 0
[pid=8286] ppid=8273 vsize=5356 CPUtime=0
/proc/8286/stat : 8286 (sh) S 8273 8273 7688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 612392624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8286/statm: 1339 233 193 169 0 50 0
[pid=8287] ppid=8286 vsize=868500 CPUtime=5.63
/proc/8287/stat : 8287 (java) S 8286 8273 7688 0 -1 0 11719 0 1 0 528 35 0 0 19 0 9 0 612392624 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8287/statm: 217125 10125 2565 9 0 211672 0
[pid=8287/tid=8288] ppid=8286 vsize=868500 CPUtime=4.6
/proc/8287/task/8288/stat : 8288 (java) R 8286 8273 7688 0 -1 64 3559 0 1 0 435 25 0 0 25 0 9 0 612392625 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4127107735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8289] ppid=8286 vsize=868500 CPUtime=0.71
/proc/8287/task/8289/stat : 8289 (java) S 8286 8273 7688 0 -1 64 5929 0 0 0 64 7 0 0 16 0 9 0 612392626 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8290] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8290/stat : 8290 (java) S 8286 8273 7688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 612392626 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8291] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8291/stat : 8291 (java) S 8286 8273 7688 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 612392626 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8292] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8292/stat : 8292 (java) S 8286 8273 7688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 612392628 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8293] ppid=8286 vsize=868500 CPUtime=0.28
/proc/8287/task/8293/stat : 8293 (java) S 8286 8273 7688 0 -1 64 1539 0 0 0 28 0 0 0 17 0 9 0 612392628 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8294] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8294/stat : 8294 (java) S 8286 8273 7688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 612392628 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8287/tid=8295] ppid=8286 vsize=868500 CPUtime=0
/proc/8287/task/8295/stat : 8295 (java) S 8286 8273 7688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 612392628 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887456

[startup+12.7013 s]
/proc/loadavg: 2.17 2.07 2.06 3/84 8297
/proc/meminfo: memFree=1596528/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 15 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=177944 CPUtime=2.96
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 42698 0 0 0 270 26 0 0 25 0 1 0 612393532 182214656 42684 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 44486 42684 72 150 0 44333 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 196900

[startup+25.5028 s]
/proc/loadavg: 2.27 2.10 2.07 3/84 8297
/proc/meminfo: memFree=1591728/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=183272 CPUtime=15.69
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 44013 0 0 0 1542 27 0 0 25 0 1 0 612393532 187670528 43999 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 45818 43999 76 150 0 45665 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 202228

[startup+51.1028 s]
/proc/loadavg: 2.31 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1590640/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=184724 CPUtime=41.2
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 44330 0 0 0 4092 28 0 0 25 0 1 0 612393532 189157376 44316 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46181 44316 76 150 0 46028 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 203680

[startup+102.307 s]
/proc/loadavg: 2.21 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1589680/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=185780 CPUtime=92.2
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 44588 0 0 0 9192 28 0 0 25 0 1 0 612393532 190238720 44574 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46445 44574 76 150 0 46292 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 204736

[startup+162.303 s]
/proc/loadavg: 2.21 2.13 2.08 3/84 8297
/proc/meminfo: memFree=1587824/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=186308 CPUtime=151.96
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 44731 0 0 0 15167 29 0 0 25 0 1 0 612393532 190779392 44717 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46577 44717 76 150 0 46424 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 205264

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

[startup+179.103 s]
/proc/loadavg: 2.15 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1588848/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=186440 CPUtime=168.7
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 44767 0 0 0 16841 29 0 0 25 0 1 0 612393532 190914560 44753 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46610 44753 76 150 0 46457 0
Current children cumulated CPU time (s) 178.2
Current children cumulated vsize (KiB) 205396

[startup+204.703 s]
/proc/loadavg: 2.18 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1588272/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=187104 CPUtime=194.19
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 44936 0 0 0 19390 29 0 0 25 0 1 0 612393532 191594496 44922 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46776 44922 76 150 0 46623 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 206060

[startup+211.101 s]
/proc/loadavg: 2.16 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1588016/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=187368 CPUtime=200.57
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 44993 0 0 0 20028 29 0 0 25 0 1 0 612393532 191864832 44979 996147200 134512640 135127466 4294956272 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46842 44979 76 150 0 46689 0
Current children cumulated CPU time (s) 210.07
Current children cumulated vsize (KiB) 206324

[startup+217.501 s]
/proc/loadavg: 2.15 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1587824/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=187632 CPUtime=206.94
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 45054 0 0 0 20665 29 0 0 25 0 1 0 612393532 192135168 45040 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46908 45040 76 150 0 46755 0
Current children cumulated CPU time (s) 216.44
Current children cumulated vsize (KiB) 206588

[startup+219.101 s]
/proc/loadavg: 2.14 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1587760/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=187764 CPUtime=208.53
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 45073 0 0 0 20824 29 0 0 25 0 1 0 612393532 192270336 45059 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46941 45059 76 150 0 46788 0
Current children cumulated CPU time (s) 218.03
Current children cumulated vsize (KiB) 206720

[startup+219.901 s]
/proc/loadavg: 2.14 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1587696/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=9.5
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1033 17881 0 2 3 0 881 66 16 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
[pid=8296] ppid=8273 vsize=5356 CPUtime=0
/proc/8296/stat : 8296 (sh) S 8273 8273 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612393531 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8296/statm: 1339 232 193 169 0 50 0
[pid=8297] ppid=8296 vsize=187764 CPUtime=209.33
/proc/8297/stat : 8297 (minisat) R 8296 8273 7688 0 -1 4194304 45079 0 0 0 20904 29 0 0 25 0 1 0 612393532 192270336 45065 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8297/statm: 46941 45065 76 150 0 46788 0
Current children cumulated CPU time (s) 218.83
Current children cumulated vsize (KiB) 206720

[startup+220.702 s]
/proc/loadavg: 2.14 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1587696/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=219.48
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1090 63302 0 2 3 0 21845 100 15 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 219.48
Current children cumulated vsize (KiB) 13600

[startup+220.901 s]
/proc/loadavg: 2.14 2.12 2.08 3/84 8297
/proc/meminfo: memFree=1587696/2055920 swapFree=4179932/4192956
[pid=8273] ppid=8271 vsize=13600 CPUtime=219.49
/proc/8273/stat : 8273 (sugar) S 8271 8273 7688 0 -1 4194304 1090 63302 0 2 3 1 21845 100 15 0 1 0 612392562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8273/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 219.49
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 220.988
CPU time (s): 219.941
CPU user time (s): 218.847
CPU system time (s): 1.09383
CPU usage (%): 99.5262
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.847
system time used= 1.09383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68394
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= 13505
involuntary context switches= 15791

runsolver used 0.185971 second user time and 0.644901 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-02 14:24:13
IDJOB=1041930
IDBENCH=53855
IDSOLVER=346
FILE ID=node88/1041930-1215001453
PBS_JOBID= 7870748
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-27-27.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-1041930-1215001453/watcher-1041930-1215001453 -o /tmp/evaluation-result-1041930-1215001453/solver-1041930-1215001453 -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-1041930-1215001453.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4a95218d374567a2e179115c5d58ded
RANDOM SEED=582879474

node88.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.232
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.232
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:       1855464 kB
Buffers:          4600 kB
Cached:          62220 kB
SwapCached:       6892 kB
Active:         124252 kB
Inactive:        13704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855464 kB
SwapTotal:     4192956 kB
SwapFree:      4179932 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          84788 kB
Slab:            47580 kB
Committed_AS:  1665028 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node88 at 2008-07-02 14:27:54