Trace number 1096130

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 113.607 114.258

General information on the benchmark

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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 16:10:19 2008
0.00/0.04	c 0	PID 26900
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1096130-1215267019.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-1096130-1215267019.xml' 'HOME/temp.csp'
0.03/0.53	c 0	1 domains, 2100 variables, 1 predicates, 0 relations, 1621 constraints
0.03/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 0	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.51/0.63	c 0	Parsing HOME/temp.csp
0.51/0.86	c 1	parsed 3723 expressions
0.51/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.87	c 1	Converting to clausal form CSP
0.51/0.89	c 1	converted 373 (10%) expressions
0.51/0.90	c 1	converted 745 (20%) expressions
0.51/0.90	c 1	converted 1117 (30%) expressions
0.51/0.91	c 1	converted 1490 (40%) expressions
0.51/0.92	c 1	converted 1862 (50%) expressions
1.03/1.12	c 1	converted 2234 (60%) expressions
1.13/1.27	c 1	converted 2607 (70%) expressions
1.24/1.38	c 1	converted 2979 (80%) expressions
1.43/1.52	c 1	converted 3351 (90%) expressions
1.82/1.93	c 2	converted 3723 (100%) expressions
1.82/1.93	c 2	CSP : 9216 integers, 3000 booleans, 23474 clauses, largest domain size 51
1.82/1.93	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.93	c 2	Propagation in CSP
1.93/2.06	c 2	1200 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.93/2.06	c 2	CSP : 9216 integers, 3000 booleans, 23474 clauses, largest domain size 51
1.93/2.06	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.07	c 2	Simplifing CSP by introducing new Boolean variables
1.93/2.09	c 2	CSP : 9216 integers, 3000 booleans, 23474 clauses, largest domain size 51
1.93/2.09	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.03/2.20	c 2	922 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.13/2.22	c 2	1844 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.13/2.22	c 2	2765 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.13/2.22	c 2	3687 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.13/2.22	c 2	4608 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.13/2.23	c 2	5530 (60%) CSP integer variables are encoded (2030 clauses, 26454 bytes)
2.13/2.23	c 2	6452 (70%) CSP integer variables are encoded (6421 clauses, 88270 bytes)
2.13/2.24	c 2	7373 (80%) CSP integer variables are encoded (10473 clauses, 149050 bytes)
2.13/2.25	c 2	8295 (90%) CSP integer variables are encoded (14585 clauses, 210730 bytes)
2.13/2.25	c 2	9216 (100%) CSP integer variables are encoded (18708 clauses, 272575 bytes)
2.22/2.31	c 2	2348 (10%) CSP clauses are encoded (21056 clauses, 306303 bytes)
2.22/2.33	c 2	4695 (20%) CSP clauses are encoded (23403 clauses, 340188 bytes)
2.22/2.35	c 2	7043 (30%) CSP clauses are encoded (25751 clauses, 375260 bytes)
2.22/2.36	c 2	9390 (40%) CSP clauses are encoded (28098 clauses, 410467 bytes)
2.22/2.38	c 2	11737 (50%) CSP clauses are encoded (30445 clauses, 445672 bytes)
2.22/2.39	c 2	14085 (60%) CSP clauses are encoded (32793 clauses, 480891 bytes)
2.32/2.48	c 2	16432 (70%) CSP clauses are encoded (74114 clauses, 1199604 bytes)
2.52/2.61	c 2	18780 (80%) CSP clauses are encoded (140836 clauses, 2493507 bytes)
2.62/2.74	c 2	21127 (90%) CSP clauses are encoded (201989 clauses, 3715240 bytes)
2.72/2.86	c 3	23474 (100%) CSP clauses are encoded (263256 clauses, 4940082 bytes)
2.72/2.86	c 3	23474 CSP clauses encoded
2.72/2.86	c 3	Writing map file : HOME/temp.map
2.81/2.91	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.91	c 3	SAT : 30924 SAT variables, 263256 SAT clauses, 4940082 bytes
2.81/2.91	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.96	c 3	SOLVING HOME/temp.cnf
2.81/2.96	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.81/2.97	c 3	This is MiniSat 2.0 beta
2.81/2.97	c 3	WARNING: for repeatability, setting FPU to use double precision
2.81/2.97	c 3	============================[ Problem Statistics ]=============================
2.81/2.97	c 3	|                                                                             |
2.81/2.97	c 3	|  Number of variables:  30924                                                |
2.81/2.97	c 3	|  Number of clauses:    263256                                               |
2.84/3.10	c 3	|  Parsing time:         0.12         s                                       |
2.84/3.11	c 3	============================[ Search Statistics ]==============================
2.84/3.11	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.84/3.11	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.84/3.11	c 3	===============================================================================
2.84/3.11	c 3	|         0 |   30924   263256   717312 |    87752        0    nan |  0.000 % |
2.84/3.13	c 3	|       100 |   30924   263256   717312 |    96527      100     47 |  0.000 % |
2.84/3.19	c 3	|       250 |   30924   263256   717312 |   106179      250     32 |  0.000 % |
3.06/3.24	c 3	|       475 |   30924   263256   717312 |   116797      475     27 |  0.000 % |
3.26/3.46	c 3	|       812 |   30924   263256   717312 |   128477      812     20 |  0.000 % |
3.56/3.76	c 3	|      1319 |   30924   263256   717312 |   141325     1319     25 |  0.000 % |
3.75/3.93	c 4	|      2078 |   30924   263256   717312 |   155458     2078     23 |  0.000 % |
3.95/4.13	c 4	|      3219 |   30924   263256   717312 |   171003     3219     21 |  0.000 % |
4.16/4.35	c 4	|      4928 |   30924   263256   717312 |   188104     4928     26 |  0.000 % |
4.45/4.65	c 4	|      7490 |   30924   263256   717312 |   206914     7490     30 |  0.000 % |
5.25/5.42	c 5	|     11336 |   30924   263256   717312 |   227606    11336     34 |  0.000 % |
5.94/6.15	c 6	|     17102 |   30924   263256   717312 |   250366    17102     29 |  0.000 % |
7.73/7.98	c 8	|     25751 |   30924   263256   717312 |   275403    25751     31 |  0.000 % |
9.83/10.07	c 10	|     38726 |   30924   263256   717312 |   302943    38726     28 |  0.000 % |
13.02/13.25	c 13	|     58187 |   30924   263256   717312 |   333238    58187     26 |  0.000 % |
21.36/21.64	c 21	|     87379 |   30924   263256   717312 |   366561    87379     27 |  0.000 % |
34.01/34.37	c 34	|    131168 |   30924   263256   717312 |   403218   131168     28 |  0.000 % |
52.62/53.02	c 53	|    196852 |   30924   263256   717312 |   443539   196852     25 |  0.000 % |
102.78/103.49	c 103	|    295380 |   30924   263256   717312 |   487893   295380     28 |  0.000 % |
113.12/113.85	c 114	===============================================================================
113.12/113.86	c 114	restarts              : 19
113.12/113.86	c 114	conflicts             : 314358         (2852 /sec)
113.12/113.86	c 114	decisions             : 522336         (1.41 % random) (4739 /sec)
113.12/113.86	c 114	propagations          : 90646413       (822464 /sec)
113.12/113.86	c 114	conflict literals     : 8765453        (13.89 % deleted)
113.12/113.86	c 114	Memory used           : 61.34 MB
113.12/113.86	c 114	CPU time              : 110.213 s
113.12/113.86	c 114	
113.12/113.87	c 114	SATISFIABLE
113.12/113.88	c 114	DECODING HOME/temp.out WITH HOME/temp.map
113.12/113.88	c 114	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
113.22/113.97	c 114	Decoding HOME/temp.out
113.22/114.16	s SATISFIABLE
113.23/114.24	v 0 0 0 1 0 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 1 0 1 0 1 1 0 0 0 1 0 1 1 0 1 1 0 1 0 1 1 0 1 0 0 1 1 0 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 1 0 0 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 1 1 1 1 1 1 1 0 0 0 1 0 1 1 1 0 0 0 1 1 1 0 0 0 0 1 0 0 1 1 0 0 0 1 1 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 1 0 1 1 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 0 0 1 0 0 1 1 1 1 0 1 1 1 1 1 0 0 0 1 1 1 0 1 0 0 1 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 0 0 1 1 0 0 0 1 1 1 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 0 1 0 0 0 1 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 1 1 0 1 1 0 0 0 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0
113.23/114.24	c 114	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
113.23/114.25	c 114	CPU 113.22 (0.04 0.01 113.18 0.35)
113.23/114.25	c 114	END Sat Jul  5 16:12:13 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-1096130-1215267019/watcher-1096130-1215267019 -o /tmp/evaluation-result-1096130-1215267019/solver-1096130-1215267019 -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-1096130-1215267019.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 1.98 1.98 4/80 26900
/proc/meminfo: memFree=1492712/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=12272 CPUtime=0
/proc/26900/stat : 26900 (sugar) R 26898 26900 26526 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 2005674201 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269950286592 0 0 4224 0 0 0 0 17 1 0 0
/proc/26900/statm: 3068 327 246 3 0 168 0

[startup+0.00856406 s]
/proc/loadavg: 1.99 1.98 1.98 4/80 26900
/proc/meminfo: memFree=1492712/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=12272 CPUtime=0
/proc/26900/stat : 26900 (sugar) R 26898 26900 26526 0 -1 4194304 406 0 0 0 0 0 0 0 18 0 1 0 2005674201 12566528 374 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 1 0 0
/proc/26900/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101576 s]
/proc/loadavg: 1.99 1.98 1.98 4/80 26900
/proc/meminfo: memFree=1492712/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=0.03
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005674201 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301598 s]
/proc/loadavg: 1.99 1.98 1.98 4/80 26900
/proc/meminfo: memFree=1492712/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=0.03
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005674201 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701645 s]
/proc/loadavg: 1.99 1.98 1.98 4/80 26900
/proc/meminfo: memFree=1492712/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=0.51
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 973 5337 0 1 3 0 44 4 15 0 1 0 2005674201 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 1.99 1.98 1.98 4/91 26922
/proc/meminfo: memFree=1481104/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=0.51
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 974 5337 0 1 3 0 44 4 15 0 1 0 2005674201 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 797 370 3 0 500 0
[pid=26913] ppid=26900 vsize=5356 CPUtime=0
/proc/26913/stat : 26913 (sh) S 26900 26900 26526 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005674257 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26913/statm: 1339 233 193 169 0 50 0
[pid=26914] ppid=26913 vsize=868388 CPUtime=0.92
/proc/26914/stat : 26914 (java) S 26913 26900 26526 0 -1 0 7880 0 1 0 87 5 0 0 18 0 9 0 2005674258 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26914/statm: 217097 7096 2540 9 0 211672 0
[pid=26914/tid=26915] ppid=26913 vsize=868388 CPUtime=0.5
/proc/26914/task/26915/stat : 26915 (java) R 26913 26900 26526 0 -1 64 2690 0 1 0 49 1 0 0 24 0 9 0 2005674259 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4125958808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26914/tid=26916] ppid=26913 vsize=868388 CPUtime=0.18
/proc/26914/task/26916/stat : 26916 (java) S 26913 26900 26526 0 -1 64 3020 0 0 0 17 1 0 0 16 0 9 0 2005674260 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26914/tid=26917] ppid=26913 vsize=868388 CPUtime=0
/proc/26914/task/26917/stat : 26917 (java) S 26913 26900 26526 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005674260 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26914/tid=26918] ppid=26913 vsize=868388 CPUtime=0
/proc/26914/task/26918/stat : 26918 (java) S 26913 26900 26526 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005674260 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26914/tid=26919] ppid=26913 vsize=868388 CPUtime=0
/proc/26914/task/26919/stat : 26919 (java) S 26913 26900 26526 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005674262 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26914/tid=26920] ppid=26913 vsize=868388 CPUtime=0.21
/proc/26914/task/26920/stat : 26920 (java) S 26913 26900 26526 0 -1 64 1477 0 0 0 20 1 0 0 16 0 9 0 2005674262 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26914/tid=26921] ppid=26913 vsize=868388 CPUtime=0
/proc/26914/task/26921/stat : 26921 (java) S 26913 26900 26526 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005674262 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26914/tid=26922] ppid=26913 vsize=868388 CPUtime=0
/proc/26914/task/26922/stat : 26922 (java) S 26913 26900 26526 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005674262 889229312 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887344

[startup+3.10193 s]
/proc/loadavg: 2.07 1.99 1.99 4/91 26922
/proc/meminfo: memFree=1463824/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 13600

[startup+6.3023 s]
/proc/loadavg: 2.07 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1469328/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 15 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=18084 CPUtime=3.3
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 4240 0 0 0 328 2 0 0 25 0 1 0 2005674498 18518016 4226 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 4521 4226 76 150 0 4368 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 37040

[startup+12.7011 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1463888/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=23284 CPUtime=9.67
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 5533 0 0 0 964 3 0 0 25 0 1 0 2005674498 23842816 5519 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 5821 5519 76 150 0 5668 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 42240

[startup+25.5016 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1456464/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=30712 CPUtime=22.41
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 7364 0 0 0 2236 5 0 0 25 0 1 0 2005674498 31449088 7350 996147200 134512640 135127466 4294956256 18446744073709551615 134521616 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 7678 7350 76 150 0 7525 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 49668

[startup+51.1016 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1445840/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=41288 CPUtime=47.89
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 10019 0 0 0 4781 8 0 0 25 0 1 0 2005674498 42278912 10005 996147200 134512640 135127466 4294956256 18446744073709551615 134533978 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 10322 10005 76 150 0 10169 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 60244

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1427152/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=59688 CPUtime=98.84
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 14627 0 0 0 9872 12 0 0 25 0 1 0 2005674498 61120512 14613 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 14922 14613 76 150 0 14769 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 78644

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

[startup+108.702 s]
/proc/loadavg: 2.01 1.99 1.99 4/83 26924
/proc/meminfo: memFree=1426000/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=61012 CPUtime=105.21
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 14957 0 0 0 10509 12 0 0 25 0 1 0 2005674498 62476288 14943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 15253 14943 76 150 0 15100 0
Current children cumulated CPU time (s) 108.05
Current children cumulated vsize (KiB) 79968

[startup+111.902 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1425424/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=61540 CPUtime=108.38
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 15097 0 0 0 10826 12 0 0 25 0 1 0 2005674498 63016960 15083 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 15385 15083 76 150 0 15232 0
Current children cumulated CPU time (s) 111.22
Current children cumulated vsize (KiB) 80496

[startup+113.502 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1424848/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=2.84
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1033 15858 0 2 4 0 264 16 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
[pid=26923] ppid=26900 vsize=5356 CPUtime=0
/proc/26923/stat : 26923 (sh) S 26900 26900 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005674498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26923/statm: 1339 232 193 169 0 50 0
[pid=26924] ppid=26923 vsize=62676 CPUtime=109.99
/proc/26924/stat : 26924 (minisat) R 26923 26900 26526 0 -1 4194304 15224 0 0 0 10986 13 0 0 25 0 1 0 2005674498 64180224 15210 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26924/statm: 15669 15210 76 150 0 15516 0
Current children cumulated CPU time (s) 112.83
Current children cumulated vsize (KiB) 81632

[startup+113.902 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1424848/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=113.22
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1071 31422 0 2 4 0 11287 31 16 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 113.22
Current children cumulated vsize (KiB) 13600

[startup+114.102 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1424848/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=113.22
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1090 31422 0 2 4 0 11287 31 15 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 113.22
Current children cumulated vsize (KiB) 13600

[startup+114.201 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 26924
/proc/meminfo: memFree=1424848/2055920 swapFree=4179912/4192956
[pid=26900] ppid=26898 vsize=13600 CPUtime=113.23
/proc/26900/stat : 26900 (sugar) S 26898 26900 26526 0 -1 4194304 1090 31422 0 2 4 1 11287 31 15 0 1 0 2005674201 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26900/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 113.23
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 114.258
CPU time (s): 113.607
CPU user time (s): 113.233
CPU system time (s): 0.373943
CPU usage (%): 99.4299
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.233
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36590
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= 6466
involuntary context switches= 7512

runsolver used 0.119981 second user time and 0.315951 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 16:10:19
IDJOB=1096130
IDBENCH=58948
IDSOLVER=346
FILE ID=node53/1096130-1215267019
PBS_JOBID= 7882181
Free space on /tmp= 65124 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd6/normalized-bibd-6-100-50-3-20_glb.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-1096130-1215267019/watcher-1096130-1215267019 -o /tmp/evaluation-result-1096130-1215267019/solver-1096130-1215267019 -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-1096130-1215267019.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73b554379e6ff90aa529f4a7045a5fdc
RANDOM SEED=1156634473

node53.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1493128 kB
Buffers:         87700 kB
Cached:         318584 kB
SwapCached:       7428 kB
Active:         280596 kB
Inactive:       217068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493128 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:         107180 kB
Slab:            50344 kB
Committed_AS:  4765628 kB
PageTables:       1916 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= 65124 MiB
End job on node53 at 2008-07-05 16:12:13