Trace number 1042080

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 1015.17 1023.94

General information on the benchmark

Namecsp/allsquares/
normalized-squares-29-29.xml
MD5SUMd035cd3d8103dc78d5bd0a4ba36241d0
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1015.17
Satisfiable
(Un)Satisfiability was proved
Number of variables1682
Number of constraints2033
Maximum constraint arity29
Maximum domain size93
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1625
Global constraints used (with number of constraints)cumulative(2),weightedsum(406)

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:42:47 2008
0.00/0.04	c 0	PID 12029
0.00/0.04	c 0	HOST node4.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1042080-1215002567.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-1042080-1215002567.xml' 'HOME/temp.csp'
0.04/0.62	c 1	30 domains, 1682 variables, 2 predicates, 0 relations, 2033 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.61/0.71	c 1	Parsing HOME/temp.csp
0.61/0.95	c 1	parsed 3747 expressions
0.61/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.95	c 1	Converting to clausal form CSP
0.61/0.98	c 1	converted 375 (10%) expressions
0.61/0.99	c 1	converted 750 (20%) expressions
0.61/0.99	c 1	converted 1125 (30%) expressions
0.61/0.99	c 1	converted 1499 (40%) expressions
1.06/1.15	c 1	converted 1874 (50%) expressions
1.15/1.22	c 1	converted 2249 (60%) expressions
1.15/1.26	c 2	converted 2623 (70%) expressions
1.15/1.30	c 2	converted 2998 (80%) expressions
1.25/1.33	c 2	converted 3373 (90%) expressions
2.43/2.54	c 3	converted 3747 (100%) expressions
2.43/2.54	c 3	CSP : 12098 integers, 3590 booleans, 31789 clauses, largest domain size 226
2.43/2.54	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/2.54	c 3	Propagation in CSP
2.74/2.86	c 3	48247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.74/2.86	c 3	CSP : 12098 integers, 3590 booleans, 31789 clauses, largest domain size 94
2.74/2.86	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.74/2.88	c 3	Simplifing CSP by introducing new Boolean variables
2.84/2.90	c 3	CSP : 12098 integers, 3590 booleans, 31789 clauses, largest domain size 94
2.84/2.90	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/3.03	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.93/3.06	c 3	1210 (10%) CSP integer variables are encoded (4402 clauses, 55103 bytes)
2.93/3.09	c 3	2420 (20%) CSP integer variables are encoded (16850 clauses, 234412 bytes)
3.03/3.11	c 3	3630 (30%) CSP integer variables are encoded (37194 clauses, 539572 bytes)
3.03/3.14	c 3	4840 (40%) CSP integer variables are encoded (57055 clauses, 837487 bytes)
3.03/3.16	c 3	6049 (50%) CSP integer variables are encoded (76560 clauses, 1130062 bytes)
3.03/3.19	c 3	7259 (60%) CSP integer variables are encoded (95466 clauses, 1418715 bytes)
3.13/3.22	c 3	8469 (70%) CSP integer variables are encoded (115910 clauses, 1766263 bytes)
3.13/3.25	c 4	9679 (80%) CSP integer variables are encoded (136271 clauses, 2112400 bytes)
3.13/3.28	c 4	10889 (90%) CSP integer variables are encoded (155515 clauses, 2439548 bytes)
3.23/3.31	c 4	12098 (100%) CSP integer variables are encoded (174765 clauses, 2766798 bytes)
3.61/3.73	c 4	3179 (10%) CSP clauses are encoded (376238 clauses, 6373922 bytes)
4.71/4.83	c 5	6358 (20%) CSP clauses are encoded (994705 clauses, 19067885 bytes)
5.70/5.90	c 6	9537 (30%) CSP clauses are encoded (1576081 clauses, 31362759 bytes)
6.78/6.93	c 7	12716 (40%) CSP clauses are encoded (2134765 clauses, 43176861 bytes)
7.76/7.97	c 8	15895 (50%) CSP clauses are encoded (2692273 clauses, 54954743 bytes)
9.05/9.28	c 10	19074 (60%) CSP clauses are encoded (3390129 clauses, 70334271 bytes)
10.24/10.48	c 11	22253 (70%) CSP clauses are encoded (3999504 clauses, 85014886 bytes)
11.30/11.60	c 12	25432 (80%) CSP clauses are encoded (4558652 clauses, 98483457 bytes)
12.39/12.70	c 13	28611 (90%) CSP clauses are encoded (5119467 clauses, 111987512 bytes)
13.58/13.88	c 14	31789 (100%) CSP clauses are encoded (5725907 clauses, 126543574 bytes)
13.58/13.88	c 14	31789 CSP clauses encoded
13.58/13.89	c 14	Writing map file : HOME/temp.map
13.68/13.94	c 14	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.68/13.94	c 14	SAT : 190389 SAT variables, 5725907 SAT clauses, 126543574 bytes
13.68/13.94	c 14	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.68/13.97	c 14	SOLVING HOME/temp.cnf
13.68/13.97	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.68/13.97	c 14	This is MiniSat 2.0 beta
13.68/13.97	c 14	WARNING: for repeatability, setting FPU to use double precision
13.68/13.97	c 14	============================[ Problem Statistics ]=============================
13.68/13.97	c 14	|                                                                             |
13.68/13.97	c 14	|  Number of variables:  190389                                               |
13.68/13.97	c 14	|  Number of clauses:    5725907                                              |
16.61/16.93	c 17	|  Parsing time:         2.52         s                                       |
16.70/17.07	c 17	============================[ Search Statistics ]==============================
16.70/17.07	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.70/17.07	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.70/17.07	c 17	===============================================================================
16.70/17.07	c 17	|         0 |  190389  5725907 16700219 |  1908635        0    nan |  0.000 % |
18.58/18.92	c 19	|       101 |  190389  5725907 16700219 |  2099499      101     25 |  0.000 % |
23.63/24.02	c 24	|       252 |  190389  5725907 16700219 |  2309449      252     38 |  0.000 % |
29.77/30.29	c 31	|       478 |  190389  5725907 16700219 |  2540394      478     41 |  0.000 % |
38.49/39.07	c 39	|       815 |  190389  5725907 16700219 |  2794433      815     51 |  0.000 % |
49.78/50.49	c 51	|      1321 |  190389  5725907 16700219 |  3073876     1321     44 |  0.000 % |
61.47/62.26	c 63	|      2080 |  190389  5725907 16700219 |  3381264     2080     63 |  0.000 % |
88.41/89.40	c 90	|      3221 |  190389  5725907 16700219 |  3719390     3221     55 |  0.000 % |
118.91/120.20	c 120	|      4931 |  190389  5725907 16700219 |  4091330     4931     60 |  0.000 % |
179.94/181.83	c 182	|      7494 |  190389  5725907 16700219 |  4500463     7494     56 |  0.000 % |
268.42/271.29	c 272	|     11340 |  190389  5725907 16700219 |  4950509    11340     52 |  0.000 % |
389.58/393.60	c 394	|     17107 |  190389  5725907 16700219 |  5445560    17107     55 |  0.000 % |
572.05/577.76	c 578	|     25757 |  190389  5725907 16700219 |  5990116    25757     62 |  0.000 % |
865.47/873.91	c 874	|     38732 |  190389  5725907 16700219 |  6589127    38732     57 |  0.000 % |
1014.42/1023.27	c 1024	===============================================================================
1014.42/1023.29	c 1024	restarts              : 14
1014.42/1023.29	c 1024	conflicts             : 45079          (45 /sec)
1014.42/1023.29	c 1024	decisions             : 58958          (1.38 % random) (59 /sec)
1014.42/1023.29	c 1024	propagations          : 585214613      (585035 /sec)
1014.42/1023.29	c 1024	conflict literals     : 2522714        (35.75 % deleted)
1014.42/1023.29	c 1024	Memory used           : 272.97 MB
1014.42/1023.29	c 1024	CPU time              : 1000.31 s
1014.42/1023.29	c 1024	
1014.52/1023.36	c 1024	SATISFIABLE
1014.62/1023.40	c 1024	DECODING HOME/temp.out WITH HOME/temp.map
1014.62/1023.40	c 1024	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1014.62/1023.49	c 1024	Decoding HOME/temp.out
1014.63/1023.79	s SATISFIABLE
1014.63/1023.86	v 47 60 71 23 23 17 20 20 49 48 17 28 27 29 28 58 0 29 74 0 27 71 48 69 40 43 0 65 0 41 65 46 74 12 11 78 85 49 58 0 81 68 15 0 49 0 29 46 73 47 24 26 0 68 0 46 65 17 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 0 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 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 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 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1
1014.63/1023.87	c 1024	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1014.63/1023.89	c 1024	CPU 1013.57 (0.03 0.02 1013.54 1.5)
1014.63/1023.89	c 1024	END Wed Jul  2 14:59:51 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-1042080-1215002567/watcher-1042080-1215002567 -o /tmp/evaluation-result-1042080-1215002567/solver-1042080-1215002567 -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-1042080-1215002567.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.93 4/80 12029
/proc/meminfo: memFree=1602152/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=18572 CPUtime=0
/proc/12029/stat : 12029 (runsolver) R 12027 12029 11260 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1979232104 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12029/statm: 4643 292 257 25 0 2626 0

[startup+0.0922649 s]
/proc/loadavg: 1.92 1.98 1.93 4/80 12029
/proc/meminfo: memFree=1602152/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.04
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 900 127 0 0 3 1 0 0 24 0 1 0 1979232104 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.107918 s]
/proc/loadavg: 1.92 1.98 1.93 4/80 12029
/proc/meminfo: memFree=1602152/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.04
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 900 127 0 0 3 1 0 0 24 0 1 0 1979232104 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301932 s]
/proc/loadavg: 1.92 1.98 1.93 4/80 12029
/proc/meminfo: memFree=1602152/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.04
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 900 127 0 0 3 1 0 0 24 0 1 0 1979232104 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701975 s]
/proc/loadavg: 1.92 1.98 1.93 4/80 12029
/proc/meminfo: memFree=1602152/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.61
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 956 5431 0 1 3 1 53 4 16 0 1 0 1979232104 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50105 s]
/proc/loadavg: 1.92 1.98 1.93 4/91 12051
/proc/meminfo: memFree=1592528/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.61
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 974 5431 0 1 3 1 53 4 15 0 1 0 1979232104 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 797 370 3 0 500 0
[pid=12042] ppid=12029 vsize=5356 CPUtime=0
/proc/12042/stat : 12042 (sh) S 12029 12029 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979232167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12042/statm: 1339 233 193 169 0 50 0
[pid=12043] ppid=12042 vsize=868272 CPUtime=0.84
/proc/12043/stat : 12043 (java) S 12042 12029 11260 0 -1 0 7334 0 1 0 80 4 0 0 18 0 9 0 1979232167 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12043/statm: 217068 6566 2541 9 0 211643 0
[pid=12043/tid=12044] ppid=12042 vsize=868272 CPUtime=0.47
/proc/12043/task/12044/stat : 12044 (java) R 12042 12029 11260 0 -1 64 2674 0 1 0 46 1 0 0 23 0 9 0 1979232168 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4126401581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12045] ppid=12042 vsize=868272 CPUtime=0.1
/proc/12043/task/12045/stat : 12045 (java) S 12042 12029 11260 0 -1 64 2492 0 0 0 10 0 0 0 16 0 9 0 1979232169 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12046] ppid=12042 vsize=868272 CPUtime=0
/proc/12043/task/12046/stat : 12046 (java) S 12042 12029 11260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979232169 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12047] ppid=12042 vsize=868272 CPUtime=0
/proc/12043/task/12047/stat : 12047 (java) S 12042 12029 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979232169 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12048] ppid=12042 vsize=868272 CPUtime=0
/proc/12043/task/12048/stat : 12048 (java) S 12042 12029 11260 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979232171 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12049] ppid=12042 vsize=868272 CPUtime=0.22
/proc/12043/task/12049/stat : 12049 (java) S 12042 12029 11260 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1979232171 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12050] ppid=12042 vsize=868272 CPUtime=0
/proc/12043/task/12050/stat : 12050 (java) S 12042 12029 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979232171 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12051] ppid=12042 vsize=868272 CPUtime=0
/proc/12043/task/12051/stat : 12051 (java) S 12042 12029 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979232171 889110528 6566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887228

[startup+3.1022 s]
/proc/loadavg: 1.92 1.98 1.93 3/91 12051
/proc/meminfo: memFree=1575312/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.61
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 974 5431 0 1 3 1 53 4 15 0 1 0 1979232104 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 797 370 3 0 500 0
[pid=12042] ppid=12029 vsize=5356 CPUtime=0
/proc/12042/stat : 12042 (sh) S 12029 12029 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979232167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12042/statm: 1339 233 193 169 0 50 0
[pid=12043] ppid=12042 vsize=868500 CPUtime=2.42
/proc/12043/stat : 12043 (java) S 12042 12029 11260 0 -1 0 12197 0 1 0 235 7 0 0 18 0 9 0 1979232167 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12043/statm: 217125 11014 2565 9 0 211672 0
[pid=12043/tid=12044] ppid=12042 vsize=868500 CPUtime=1.39
/proc/12043/task/12044/stat : 12044 (java) R 12042 12029 11260 0 -1 64 3039 0 1 0 137 2 0 0 25 0 9 0 1979232168 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4126893437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12045] ppid=12042 vsize=868500 CPUtime=0.7
/proc/12043/task/12045/stat : 12045 (java) S 12042 12029 11260 0 -1 64 6938 0 0 0 67 3 0 0 16 0 9 0 1979232169 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12046] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12046/stat : 12046 (java) S 12042 12029 11260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979232169 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12047] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12047/stat : 12047 (java) S 12042 12029 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979232169 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12048] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12048/stat : 12048 (java) S 12042 12029 11260 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979232171 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12049] ppid=12042 vsize=868500 CPUtime=0.29
/proc/12043/task/12049/stat : 12049 (java) S 12042 12029 11260 0 -1 64 1527 0 0 0 29 0 0 0 16 0 9 0 1979232171 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12050] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12050/stat : 12050 (java) S 12042 12029 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979232171 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12051] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12051/stat : 12051 (java) S 12042 12029 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979232171 889344000 11014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887456

[startup+6.30276 s]
/proc/loadavg: 2.01 2.00 1.93 3/91 12051
/proc/meminfo: memFree=1539792/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.61
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 974 5431 0 1 3 1 53 4 16 0 1 0 1979232104 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 797 370 3 0 500 0
[pid=12042] ppid=12029 vsize=5356 CPUtime=0
/proc/12042/stat : 12042 (sh) S 12029 12029 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979232167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12042/statm: 1339 233 193 169 0 50 0
[pid=12043] ppid=12042 vsize=868500 CPUtime=5.57
/proc/12043/stat : 12043 (java) S 12042 12029 11260 0 -1 0 12605 0 1 0 528 29 0 0 18 0 9 0 1979232167 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12043/statm: 217125 11033 2565 9 0 211672 0
[pid=12043/tid=12044] ppid=12042 vsize=868500 CPUtime=4.38
/proc/12043/task/12044/stat : 12044 (java) R 12042 12029 11260 0 -1 64 3430 0 1 0 416 22 0 0 25 0 9 0 1979232168 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12045] ppid=12042 vsize=868500 CPUtime=0.84
/proc/12043/task/12045/stat : 12045 (java) S 12042 12029 11260 0 -1 64 6938 0 0 0 79 5 0 0 15 0 9 0 1979232169 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12046] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12046/stat : 12046 (java) S 12042 12029 11260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979232169 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12047] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12047/stat : 12047 (java) S 12042 12029 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979232169 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12048] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12048/stat : 12048 (java) S 12042 12029 11260 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12049] ppid=12042 vsize=868500 CPUtime=0.33
/proc/12043/task/12049/stat : 12049 (java) S 12042 12029 11260 0 -1 64 1544 0 0 0 32 1 0 0 17 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12050] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12050/stat : 12050 (java) S 12042 12029 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12051] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12051/stat : 12051 (java) S 12042 12029 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887456

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 1.93 3/91 12051
/proc/meminfo: memFree=1460304/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=0.61
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 974 5431 0 1 3 1 53 4 16 0 1 0 1979232104 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 797 370 3 0 500 0
[pid=12042] ppid=12029 vsize=5356 CPUtime=0
/proc/12042/stat : 12042 (sh) S 12029 12029 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979232167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12042/statm: 1339 233 193 169 0 50 0
[pid=12043] ppid=12042 vsize=868500 CPUtime=11.88
/proc/12043/stat : 12043 (java) S 12042 12029 11260 0 -1 0 13380 0 1 0 1109 79 0 0 18 0 9 0 1979232167 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12043/statm: 217125 11033 2565 9 0 211672 0
[pid=12043/tid=12044] ppid=12042 vsize=868500 CPUtime=10.37
/proc/12043/task/12044/stat : 12044 (java) R 12042 12029 11260 0 -1 64 4205 0 1 0 971 66 0 0 25 0 9 0 1979232168 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12045] ppid=12042 vsize=868500 CPUtime=1.16
/proc/12043/task/12045/stat : 12045 (java) S 12042 12029 11260 0 -1 64 6938 0 0 0 105 11 0 0 16 0 9 0 1979232169 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12046] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12046/stat : 12046 (java) S 12042 12029 11260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979232169 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12047] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12047/stat : 12047 (java) S 12042 12029 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979232169 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12048] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12048/stat : 12048 (java) S 12042 12029 11260 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12049] ppid=12042 vsize=868500 CPUtime=0.33
/proc/12043/task/12049/stat : 12049 (java) S 12042 12029 11260 0 -1 64 1544 0 0 0 32 1 0 0 17 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12050] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12050/stat : 12050 (java) S 12042 12029 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12043/tid=12051] ppid=12042 vsize=868500 CPUtime=0
/proc/12043/task/12051/stat : 12051 (java) S 12042 12029 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979232171 889344000 11033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887456

[startup+25.5013 s]
/proc/loadavg: 2.07 2.02 1.94 3/83 12053
/proc/meminfo: memFree=1221904/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=262668 CPUtime=11.38
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 62963 0 0 0 1096 42 0 0 25 0 1 0 1979233501 268972032 62949 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12053/statm: 65667 62949 76 150 0 65514 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 281624

[startup+51.1018 s]
/proc/loadavg: 2.05 2.01 1.94 3/83 12053
/proc/meminfo: memFree=1218448/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

################
# More data... #
################


[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 12053
/proc/meminfo: memFree=1208208/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=276208 CPUtime=741.2
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 66357 0 0 0 74074 46 0 0 25 0 1 0 1979233501 282836992 66343 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12053/statm: 69052 66343 76 150 0 68899 0
Current children cumulated CPU time (s) 754.93
Current children cumulated vsize (KiB) 295164

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 12053
/proc/meminfo: memFree=1207632/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=276872 CPUtime=800.63
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 66520 0 0 0 80017 46 0 0 25 0 1 0 1979233501 283516928 66506 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12053/statm: 69218 66506 76 150 0 69065 0
Current children cumulated CPU time (s) 814.36
Current children cumulated vsize (KiB) 295828

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 12053
/proc/meminfo: memFree=1206480/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=277796 CPUtime=860.06
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 66750 0 0 0 85960 46 0 0 25 0 1 0 1979233501 284463104 66736 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12053/statm: 69449 66736 76 150 0 69296 0
Current children cumulated CPU time (s) 873.79
Current children cumulated vsize (KiB) 296752

[startup+942.302 s]
/proc/loadavg: 1.95 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1279880/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=278404 CPUtime=919.81
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 66891 0 0 0 91934 47 0 0 25 0 1 0 1979233501 285085696 66877 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12053/statm: 69601 66877 76 150 0 69448 0
Current children cumulated CPU time (s) 933.54
Current children cumulated vsize (KiB) 297360

[startup+1002.3 s]
/proc/loadavg: 1.98 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1279112/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=279064 CPUtime=979.79
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 67052 0 0 0 97932 47 0 0 25 0 1 0 1979233501 285761536 67038 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12053/statm: 69766 67038 76 150 0 69613 0
Current children cumulated CPU time (s) 993.52
Current children cumulated vsize (KiB) 298020

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

[startup+1011.1 s]
/proc/loadavg: 1.98 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1279048/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=279196 CPUtime=988.58
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 67085 0 0 0 98811 47 0 0 25 0 1 0 1979233501 285896704 67071 996147200 134512640 135127466 4294956272 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 0 0 0
/proc/12053/statm: 69799 67071 76 150 0 69646 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 298152

[startup+1017.51 s]
/proc/loadavg: 1.98 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1278920/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=279196 CPUtime=994.99
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 67107 0 0 0 99452 47 0 0 25 0 1 0 1979233501 285896704 67093 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12053/statm: 69799 67093 76 150 0 69646 0
Current children cumulated CPU time (s) 1008.72
Current children cumulated vsize (KiB) 298152

[startup+1020.7 s]
/proc/loadavg: 1.98 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1278856/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=279328 CPUtime=998.19
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 67115 0 0 0 99772 47 0 0 25 0 1 0 1979233501 286031872 67101 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12053/statm: 69832 67101 76 150 0 69679 0
Current children cumulated CPU time (s) 1011.92
Current children cumulated vsize (KiB) 298284

[startup+1022.3 s]
/proc/loadavg: 1.98 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1278856/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=279328 CPUtime=999.78
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 67121 0 0 0 99931 47 0 0 25 0 1 0 1979233501 286031872 67107 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12053/statm: 69832 67107 76 150 0 69679 0
Current children cumulated CPU time (s) 1013.51
Current children cumulated vsize (KiB) 298284

[startup+1023.1 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1278856/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=13.73
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1033 19274 0 2 3 1 1276 93 16 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
[pid=12052] ppid=12029 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12029 12029 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979233501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 232 193 169 0 50 0
[pid=12053] ppid=12052 vsize=279328 CPUtime=1000.58
/proc/12053/stat : 12053 (minisat) R 12052 12029 11260 0 -1 4194304 67127 0 0 0 100011 47 0 0 25 0 1 0 1979233501 286031872 67113 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12053/statm: 69832 67113 76 150 0 69679 0
Current children cumulated CPU time (s) 1014.31
Current children cumulated vsize (KiB) 298284

[startup+1023.5 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1278856/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=1014.63
/proc/12029/stat : 12029 (sugar) S 12027 12029 11260 0 -1 4194304 1090 86773 0 2 3 1 101313 146 15 0 1 0 1979232104 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12029/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1014.63
Current children cumulated vsize (KiB) 13600

[startup+1023.9 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 12083
/proc/meminfo: memFree=1278856/2055920 swapFree=4180024/4192956
[pid=12029] ppid=12027 vsize=13600 CPUtime=1015.11
/proc/12029/stat : 12029 (sugar) R 12027 12029 11260 0 -1 4194304 1119 90757 0 3 3 4 101354 150 16 0 1 0 1979232104 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12029/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1015.11
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1023.94
CPU time (s): 1015.17
CPU user time (s): 1013.58
CPU system time (s): 1.59076
CPU usage (%): 99.1435
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1013.58
system time used= 1.59076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91906
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= 15111
involuntary context switches= 51714

runsolver used 1.46578 second user time and 3.10853 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-02 14:42:47
IDJOB=1042080
IDBENCH=53870
IDSOLVER=346
FILE ID=node4/1042080-1215002567
PBS_JOBID= 7870914
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d035cd3d8103dc78d5bd0a4ba36241d0
RANDOM SEED=2098628082

node4.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.213
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.213
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:       1602696 kB
Buffers:         53232 kB
Cached:         242024 kB
SwapCached:       7004 kB
Active:         181068 kB
Inactive:       194796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602696 kB
SwapTotal:     4192956 kB
SwapFree:      4180024 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          94308 kB
Slab:            62448 kB
Committed_AS:  3939664 kB
PageTables:       2084 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= 66548 MiB
End job on node4 at 2008-07-02 14:59:51