Trace number 1042290

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 1759.2 1763.97

General information on the benchmark

Namecsp/allsquares/
normalized-squares-33-33.xml
MD5SUMd3e9fb88cfd1b07e17afb6e1c39c5e12
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark542.258
Satisfiable
(Un)Satisfiability was proved
Number of variables2178
Number of constraints2643
Maximum constraint arity33
Maximum domain size113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)cumulative(2),weightedsum(528)

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:49:34 2008
0.00/0.04	c 0	PID 30397
0.00/0.05	c 0	HOST node51.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042290-1215002974.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042290-1215002974.xml' 'HOME/temp.csp'
0.03/0.94	c 1	34 domains, 2178 variables, 2 predicates, 0 relations, 2643 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.91/1.08	c 1	Parsing HOME/temp.csp
1.20/1.34	c 1	parsed 4857 expressions
1.20/1.34	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.34	c 1	Converting to clausal form CSP
1.20/1.37	c 1	converted 486 (10%) expressions
1.20/1.38	c 1	converted 972 (20%) expressions
1.20/1.38	c 1	converted 1458 (30%) expressions
1.20/1.39	c 1	converted 1943 (40%) expressions
1.39/1.55	c 2	converted 2429 (50%) expressions
1.50/1.61	c 2	converted 2915 (60%) expressions
1.50/1.66	c 2	converted 3400 (70%) expressions
1.59/1.70	c 2	converted 3886 (80%) expressions
1.59/1.78	c 2	converted 4372 (90%) expressions
3.28/3.43	c 4	converted 4857 (100%) expressions
3.28/3.44	c 4	CSP : 16642 integers, 5134 booleans, 44095 clauses, largest domain size 290
3.28/3.44	c 4	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.44	c 4	Propagation in CSP
3.48/3.70	c 4	83928 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.58/3.70	c 4	CSP : 16642 integers, 5134 booleans, 44095 clauses, largest domain size 114
3.58/3.70	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/3.72	c 4	Simplifing CSP by introducing new Boolean variables
3.58/3.75	c 4	CSP : 16642 integers, 5134 booleans, 44095 clauses, largest domain size 114
3.58/3.75	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.77/3.94	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.77/3.98	c 4	1665 (10%) CSP integer variables are encoded (6190 clauses, 78341 bytes)
3.88/4.01	c 4	3329 (20%) CSP integer variables are encoded (28788 clauses, 414176 bytes)
3.88/4.05	c 4	4993 (30%) CSP integer variables are encoded (60950 clauses, 896606 bytes)
3.88/4.09	c 4	6657 (40%) CSP integer variables are encoded (93112 clauses, 1379036 bytes)
3.97/4.13	c 4	8321 (50%) CSP integer variables are encoded (122997 clauses, 1886696 bytes)
3.97/4.18	c 4	9986 (60%) CSP integer variables are encoded (153531 clauses, 2405774 bytes)
4.09/4.22	c 4	11650 (70%) CSP integer variables are encoded (185693 clauses, 2952528 bytes)
4.09/4.26	c 4	13314 (80%) CSP integer variables are encoded (218418 clauses, 3508853 bytes)
4.18/4.31	c 4	14978 (90%) CSP integer variables are encoded (249194 clauses, 4032045 bytes)
4.18/4.35	c 4	16642 (100%) CSP integer variables are encoded (278782 clauses, 4535041 bytes)
4.78/4.99	c 5	4410 (10%) CSP clauses are encoded (610847 clauses, 10536753 bytes)
7.15/7.37	c 7	8819 (20%) CSP clauses are encoded (1897942 clauses, 37640872 bytes)
9.24/9.45	c 10	13229 (30%) CSP clauses are encoded (3015230 clauses, 61343013 bytes)
11.41/11.60	c 12	17638 (40%) CSP clauses are encoded (4132517 clauses, 85320844 bytes)
13.49/13.75	c 14	22048 (50%) CSP clauses are encoded (5216569 clauses, 111507485 bytes)
16.26/16.52	c 17	26457 (60%) CSP clauses are encoded (6592158 clauses, 144689271 bytes)
18.62/18.92	c 19	30867 (70%) CSP clauses are encoded (7805351 clauses, 174011233 bytes)
20.88/21.26	c 21	35276 (80%) CSP clauses are encoded (8955573 clauses, 201812344 bytes)
22.95/23.38	c 23	39686 (90%) CSP clauses are encoded (10009909 clauses, 227285294 bytes)
25.39/25.85	c 26	44095 (100%) CSP clauses are encoded (11223722 clauses, 256557974 bytes)
25.39/25.85	c 26	44095 CSP clauses encoded
25.39/25.85	c 26	Writing map file : HOME/temp.map
25.50/25.90	c 26	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.50/25.90	c 26	SAT : 300478 SAT variables, 11223722 SAT clauses, 256557974 bytes
25.50/25.90	c 26	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.50/25.96	c 26	SOLVING HOME/temp.cnf
25.50/25.96	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.50/25.96	c 26	This is MiniSat 2.0 beta
25.50/25.96	c 26	WARNING: for repeatability, setting FPU to use double precision
25.50/25.96	c 26	============================[ Problem Statistics ]=============================
25.50/25.96	c 26	|                                                                             |
25.50/25.96	c 26	|  Number of variables:  300478                                               |
25.50/25.96	c 26	|  Number of clauses:    11223722                                             |
31.32/31.88	c 32	|  Parsing time:         5.07         s                                       |
31.62/32.16	c 32	============================[ Search Statistics ]==============================
31.62/32.16	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.62/32.16	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.62/32.16	c 32	===============================================================================
31.62/32.16	c 32	|         0 |  300478 11223722 32912234 |  3741240        0    nan |  0.000 % |
36.60/37.16	c 37	|       100 |  300478 11223722 32912234 |  4115364      100     47 |  0.000 % |
41.66/42.25	c 42	|       251 |  300478 11223722 32912234 |  4526901      251     42 |  0.000 % |
47.54/48.14	c 48	|       478 |  300478 11223722 32912234 |  4979591      478     43 |  0.000 % |
59.78/60.44	c 61	|       818 |  300478 11223722 32912234 |  5477550      818     44 |  0.000 % |
73.61/74.36	c 74	|      1324 |  300478 11223722 32912234 |  6025305     1324     60 |  0.000 % |
99.77/100.67	c 101	|      2083 |  300478 11223722 32912234 |  6627836     2083     59 |  0.000 % |
134.60/135.65	c 136	|      3222 |  300478 11223722 32912234 |  7290619     3222     69 |  0.000 % |
197.39/198.74	c 199	|      4930 |  300478 11223722 32912234 |  8019681     4930     74 |  0.000 % |
263.94/265.79	c 266	|      7493 |  300478 11223722 32912234 |  8821649     7493     80 |  0.000 % |
395.27/397.78	c 398	|     11340 |  300478 11223722 32912234 |  9703814    11340     75 |  0.000 % |
578.07/581.45	c 582	|     17107 |  300478 11223722 32912234 | 10674196    17107     79 |  0.000 % |
819.58/823.94	c 824	|     25756 |  300478 11223722 32912234 | 11741615    25756     84 |  0.000 % |
1242.99/1247.51	c 1248	|     38731 |  300476 11223696 32912166 | 12915777    38730     75 |  0.001 % |
1758.17/1762.99	c 1763	===============================================================================
1758.27/1763.02	c 1763	restarts              : 14
1758.27/1763.02	c 1763	conflicts             : 56246          (32 /sec)
1758.27/1763.02	c 1763	decisions             : 74045          (1.37 % random) (43 /sec)
1758.27/1763.02	c 1763	propagations          : 867598771      (500987 /sec)
1758.27/1763.02	c 1763	conflict literals     : 4181158        (32.22 % deleted)
1758.27/1763.02	c 1763	Memory used           : 503.51 MB
1758.27/1763.02	c 1763	CPU time              : 1731.78 s
1758.27/1763.02	c 1763	
1758.36/1763.14	c 1763	SATISFIABLE
1758.47/1763.21	c 1763	DECODING HOME/temp.out WITH HOME/temp.map
1758.47/1763.21	c 1763	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1758.49/1763.30	c 1763	Decoding HOME/temp.out
1758.49/1763.71	s SATISFIABLE
1758.49/1763.79	v 65 81 30 29 47 46 82 54 46 52 89 54 100 99 22 66 82 37 62 26 33 0 59 89 33 0 62 55 33 83 82 0 0 37 83 68 71 75 80 32 37 86 75 55 25 55 68 98 23 66 95 66 75 25 91 0 31 0 65 39 85 46 83 0 0 32 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 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 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 1 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 1 1 0 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 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 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 1 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 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0
1758.49/1763.79	c 1764	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1758.50/1763.86	c 1764	CPU 1755.97 (0.04 0.02 1755.93 3.07)
1758.50/1763.86	c 1764	END Wed Jul  2 15:18:58 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-1042290-1215002974/watcher-1042290-1215002974 -o /tmp/evaluation-result-1042290-1215002974/solver-1042290-1215002974 -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-1042290-1215002974.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.99 2.00 2.00 4/72 30397
/proc/meminfo: memFree=1919144/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=18572 CPUtime=0
/proc/30397/stat : 30397 (runsolver) R 30395 30397 29432 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979269286 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30397/statm: 4643 292 257 25 0 2626 0

[startup+0.0915661 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 30397
/proc/meminfo: memFree=1919144/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.03
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979269286 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101599 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 30397
/proc/meminfo: memFree=1919144/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.03
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979269286 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301628 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 30397
/proc/meminfo: memFree=1919144/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.03
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979269286 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701714 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 30397
/proc/meminfo: memFree=1919144/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.03
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979269286 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50184 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30411
/proc/meminfo: memFree=1916752/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.91
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 974 6880 0 1 3 0 83 5 15 0 1 0 1979269286 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979269385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=867832 CPUtime=0.48
/proc/30411/stat : 30411 (java) S 30410 30397 29432 0 -1 0 5147 0 1 0 45 3 0 0 18 0 9 0 1979269386 888659968 4594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 216958 4594 1731 9 0 211533 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886788

[startup+3.1036 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 30419
/proc/meminfo: memFree=1897232/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.91
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 974 6880 0 1 3 0 83 5 15 0 1 0 1979269286 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979269385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868388 CPUtime=2.08
/proc/30411/stat : 30411 (java) S 30410 30397 29432 0 -1 0 11684 0 1 0 199 9 0 0 18 0 9 0 1979269386 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217097 10729 2541 9 0 211672 0
[pid=30411/tid=30412] ppid=30410 vsize=868388 CPUtime=1.21
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 29432 0 -1 64 2963 0 1 0 120 1 0 0 25 0 9 0 1979269387 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868388 CPUtime=0.6
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 29432 0 -1 64 6527 0 0 0 55 5 0 0 15 0 9 0 1979269388 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868388 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979269388 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868388 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979269388 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=868388 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979269390 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=868388 CPUtime=0.24
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 29432 0 -1 64 1501 0 0 0 23 1 0 0 16 0 9 0 1979269390 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=868388 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979269390 889229312 10729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=868388 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979269390 889229312 10729 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) 887344

[startup+6.30262 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 30419
/proc/meminfo: memFree=1859472/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.92
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 974 6880 0 1 4 0 83 5 15 0 1 0 1979269286 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979269385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868500 CPUtime=5.25
/proc/30411/stat : 30411 (java) S 30410 30397 29432 0 -1 0 14439 0 1 0 499 26 0 0 18 0 9 0 1979269386 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217125 13011 2565 9 0 211672 0
[pid=30411/tid=30412] ppid=30410 vsize=868500 CPUtime=3.9
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 29432 0 -1 64 3354 0 1 0 374 16 0 0 25 0 9 0 1979269387 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4126476328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868500 CPUtime=1
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 29432 0 -1 64 8847 0 0 0 93 7 0 0 16 0 9 0 1979269388 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979269388 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979269388 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979269390 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=868500 CPUtime=0.32
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 29432 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 1979269390 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979269390 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979269390 889344000 13011 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.7027 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 30419
/proc/meminfo: memFree=1785552/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.92
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 974 6880 0 1 4 0 83 5 16 0 1 0 1979269286 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979269385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868500 CPUtime=11.58
/proc/30411/stat : 30411 (java) S 30410 30397 29432 0 -1 0 15032 0 1 0 1081 77 0 0 18 0 9 0 1979269386 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217125 13012 2565 9 0 211672 0
[pid=30411/tid=30412] ppid=30410 vsize=868500 CPUtime=9.97
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 29432 0 -1 64 3946 0 1 0 934 63 0 0 25 0 9 0 1979269387 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4126893271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868500 CPUtime=1.27
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 29432 0 -1 64 8847 0 0 0 116 11 0 0 16 0 9 0 1979269388 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979269388 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979269388 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=868500 CPUtime=0.32
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 29432 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887456

[startup+25.5029 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 30419
/proc/meminfo: memFree=1624528/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.92
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 974 6880 0 1 4 0 83 5 16 0 1 0 1979269286 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979269385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868500 CPUtime=24.18
/proc/30411/stat : 30411 (java) S 30410 30397 29432 0 -1 0 16216 0 1 0 2233 185 0 0 18 0 9 0 1979269386 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217125 13012 2565 9 0 211672 0
[pid=30411/tid=30412] ppid=30410 vsize=868500 CPUtime=22.04
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 29432 0 -1 64 5130 0 1 0 2040 164 0 0 25 0 9 0 1979269387 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4127148815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868500 CPUtime=1.79
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 29432 0 -1 64 8847 0 0 0 161 18 0 0 16 0 9 0 1979269388 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979269388 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979269388 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=868500 CPUtime=0.32
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 29432 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=868500 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979269390 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 887456

[startup+51.1012 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 30421
/proc/meminfo: memFree=1177808/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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


[startup+1482.3 s]
/proc/loadavg: 2.24 2.12 2.04 3/75 30881
/proc/meminfo: memFree=1134864/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=511204 CPUtime=1452.16
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 126596 0 0 0 145118 98 0 0 25 0 1 0 1979271883 523472896 126582 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 127801 126582 76 150 0 127648 0
Current children cumulated CPU time (s) 1477.69
Current children cumulated vsize (KiB) 530160

[startup+1542.3 s]
/proc/loadavg: 2.09 2.10 2.03 3/75 30881
/proc/meminfo: memFree=1134096/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=511996 CPUtime=1512.13
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 126780 0 0 0 151115 98 0 0 25 0 1 0 1979271883 524283904 126766 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 127999 126766 76 150 0 127846 0
Current children cumulated CPU time (s) 1537.66
Current children cumulated vsize (KiB) 530952

[startup+1602.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/75 30881
/proc/meminfo: memFree=1133392/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=512656 CPUtime=1572.11
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 126961 0 0 0 157113 98 0 0 25 0 1 0 1979271883 524959744 126947 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128164 126947 76 150 0 128011 0
Current children cumulated CPU time (s) 1597.64
Current children cumulated vsize (KiB) 531612

[startup+1662.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/75 30881
/proc/meminfo: memFree=1132496/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=513580 CPUtime=1632.08
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 127187 0 0 0 163110 98 0 0 25 0 1 0 1979271883 525905920 127173 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128395 127173 76 150 0 128242 0
Current children cumulated CPU time (s) 1657.61
Current children cumulated vsize (KiB) 532536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/75 30881
/proc/meminfo: memFree=1131664/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=514372 CPUtime=1692.05
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 127409 0 0 0 169106 99 0 0 25 0 1 0 1979271883 526716928 127395 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128593 127395 76 150 0 128440 0
Current children cumulated CPU time (s) 1717.58
Current children cumulated vsize (KiB) 533328

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

[startup+1740.7 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 30881
/proc/meminfo: memFree=1131408/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=514636 CPUtime=1710.45
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 127457 0 0 0 170946 99 0 0 25 0 1 0 1979271883 526987264 127443 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128659 127443 76 150 0 128506 0
Current children cumulated CPU time (s) 1735.98
Current children cumulated vsize (KiB) 533592

[startup+1753.5 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 30881
/proc/meminfo: memFree=1131216/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=514768 CPUtime=1723.25
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 127502 0 0 0 172226 99 0 0 25 0 1 0 1979271883 527122432 127488 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128692 127488 76 150 0 128539 0
Current children cumulated CPU time (s) 1748.78
Current children cumulated vsize (KiB) 533724

[startup+1759.9 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 30881
/proc/meminfo: memFree=1131088/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=514900 CPUtime=1729.64
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 127529 0 0 0 172865 99 0 0 25 0 1 0 1979271883 527257600 127515 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128725 127515 76 150 0 128572 0
Current children cumulated CPU time (s) 1755.17
Current children cumulated vsize (KiB) 533856

[startup+1761.5 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 30881
/proc/meminfo: memFree=1130768/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=515164 CPUtime=1731.24
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 127608 0 0 0 173025 99 0 0 25 0 1 0 1979271883 527527936 127594 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128791 127594 76 150 0 128638 0
Current children cumulated CPU time (s) 1756.77
Current children cumulated vsize (KiB) 534120

[startup+1763.1 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 30881
/proc/meminfo: memFree=1130768/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=25.53
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1033 23448 0 2 4 1 2354 194 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979271882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=515604 CPUtime=1732.83
/proc/30421/stat : 30421 (minisat) R 30420 30397 29432 0 -1 4194304 127719 0 0 0 173184 99 0 0 25 0 1 0 1979271883 527978496 127704 996147200 134512640 135127466 4294956272 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 128901 127704 82 150 0 128748 0
Current children cumulated CPU time (s) 1758.36
Current children cumulated vsize (KiB) 534560

[startup+1763.5 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 30881
/proc/meminfo: memFree=1556432/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=1758.49
/proc/30397/stat : 30397 (sugar) S 30395 30397 29432 0 -1 4194304 1090 151452 0 2 4 1 175542 302 16 0 1 0 1979269286 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1758.49
Current children cumulated vsize (KiB) 13600

[startup+1763.9 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 30881
/proc/meminfo: memFree=1556432/2055920 swapFree=4180416/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=1759.11
/proc/30397/stat : 30397 (sugar) R 30395 30397 29432 0 -1 4194304 1120 155471 0 4 4 7 175593 307 16 0 1 0 1979269286 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30397/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 1759.11
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1763.97
CPU time (s): 1759.2
CPU user time (s): 1755.98
CPU system time (s): 3.22251
CPU usage (%): 99.7295
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1755.98
system time used= 3.22251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156621
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20845
involuntary context switches= 33063

runsolver used 2.21966 second user time and 5.82811 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-02 14:49:34
IDJOB=1042290
IDBENCH=53891
IDSOLVER=346
FILE ID=node51/1042290-1215002974
PBS_JOBID= 7870821
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d3e9fb88cfd1b07e17afb6e1c39c5e12
RANDOM SEED=853481368

node51.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.263
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.263
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:       1919624 kB
Buffers:          6148 kB
Cached:          57356 kB
SwapCached:       6876 kB
Active:          56696 kB
Inactive:        24316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919624 kB
SwapTotal:     4192956 kB
SwapFree:      4180416 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          24660 kB
Slab:            40556 kB
Committed_AS:  3700312 kB
PageTables:       1772 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 node51 at 2008-07-02 15:18:58