Trace number 2086306

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 31.6352 32.0371

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-7-210-60-2-10_glb.xml
MD5SUMb7b3151efab35368355d2ec5cf8c6c51
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.531918
Satisfiable
(Un)Satisfiability was proved
Number of variables5880
Number of constraints4648
Maximum constraint arity210
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4410
Global constraints used (with number of constraints)weightedsum(238)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:23:30 2009
0.00/0.08	c 0	PID 21602
0.07/0.08	c 0	HOST node22.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2086306-1247383410.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086306-1247383410.xml' 'HOME/temp.csp'
0.97/1.06	c 1	1 domains, 5880 variables, 1 predicates, 0 relations, 4648 constraints
0.97/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.04/1.16	c 1	Parsing HOME/temp.csp
1.04/1.44	c 2	parsed 10000 expressions
1.04/1.48	c 2	parsed 10530 expressions
1.04/1.49	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.49	c 2	Converting to clausal form CSP
1.04/1.53	c 2	converted 1053 (10%) expressions
1.04/1.54	c 2	converted 2106 (20%) expressions
1.04/1.54	c 2	converted 3159 (30%) expressions
1.04/1.59	c 2	converted 4212 (40%) expressions
1.04/1.59	c 2	converted 5265 (50%) expressions
1.04/1.93	c 2	converted 6318 (60%) expressions
2.14/2.29	c 3	converted 7371 (70%) expressions
2.53/2.63	c 3	converted 8424 (80%) expressions
2.92/3.03	c 3	converted 9477 (90%) expressions
3.61/3.77	c 4	converted 10530 (100%) expressions
3.61/3.77	c 4	CSP : 17220 integers, 8820 booleans, 49616 clauses, largest domain size 71
3.61/3.78	c 4	Heap : 30 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.61/3.78	c 4	Propagation in CSP
3.91/4.00	c 4	5040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.91/4.01	c 4	CSP : 17220 integers, 8820 booleans, 49616 clauses, largest domain size 71
3.91/4.01	c 4	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.91/4.03	c 4	Simplifing CSP by introducing new Boolean variables
3.91/4.06	c 4	CSP : 17220 integers, 8820 booleans, 49616 clauses, largest domain size 71
3.91/4.06	c 4	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.11/4.25	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.11/4.29	c 5	1722 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.11/4.29	c 5	3444 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.11/4.30	c 5	5166 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.21/4.30	c 5	6888 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.21/4.31	c 5	8610 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.21/4.31	c 5	10332 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.21/4.31	c 5	12054 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.21/4.31	c 5	13776 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.21/4.34	c 5	15498 (90%) CSP integer variables are encoded (13028 clauses, 195484 bytes)
4.21/4.37	c 5	17220 (100%) CSP integer variables are encoded (35490 clauses, 532414 bytes)
4.32/4.44	c 5	4962 (10%) CSP clauses are encoded (40452 clauses, 605301 bytes)
4.32/4.48	c 5	9924 (20%) CSP clauses are encoded (45414 clauses, 680028 bytes)
4.40/4.51	c 5	14885 (30%) CSP clauses are encoded (50375 clauses, 755342 bytes)
4.40/4.55	c 5	19847 (40%) CSP clauses are encoded (55337 clauses, 830578 bytes)
4.40/4.59	c 5	24808 (50%) CSP clauses are encoded (60298 clauses, 909424 bytes)
4.50/4.62	c 5	29770 (60%) CSP clauses are encoded (65260 clauses, 988844 bytes)
4.50/4.66	c 5	34732 (70%) CSP clauses are encoded (70222 clauses, 1068625 bytes)
4.60/4.70	c 5	39693 (80%) CSP clauses are encoded (75183 clauses, 1148794 bytes)
5.20/5.35	c 6	44655 (90%) CSP clauses are encoded (140657 clauses, 2641875 bytes)
24.79/25.10	c 25	49616 (100%) CSP clauses are encoded (1866774 clauses, 51895946 bytes)
24.79/25.10	c 25	49616 CSP clauses encoded
24.79/25.10	c 25	Writing map file : HOME/temp.map
24.79/25.13	c 25	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.79/25.13	c 25	SAT : 61530 SAT variables, 1866774 SAT clauses, 51895946 bytes
24.79/25.13	c 25	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.79/25.17	c 25	SOLVING HOME/temp.cnf
24.79/25.17	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.79/25.17	c 25	This is MiniSat 2.0 beta
24.79/25.17	c 25	WARNING: for repeatability, setting FPU to use double precision
24.79/25.17	c 25	============================[ Problem Statistics ]=============================
24.79/25.17	c 25	|                                                                             |
24.79/25.17	c 25	|  Number of variables:  61530                                                |
24.79/25.17	c 25	|  Number of clauses:    1866774                                              |
25.95/26.36	c 27	|  Parsing time:         1.04         s                                       |
26.05/26.44	c 27	============================[ Search Statistics ]==============================
26.05/26.44	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.05/26.44	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.05/26.44	c 27	===============================================================================
26.05/26.44	c 27	|         0 |   61530  1866774  8414322 |   622258        0    nan |  0.000 % |
26.34/26.74	c 27	|       100 |   61530  1866774  8414322 |   684483      100     55 |  0.000 % |
27.23/27.62	c 28	|       250 |   61530  1866774  8414322 |   752932      250     50 |  0.000 % |
28.03/28.46	c 29	|       475 |   61530  1866774  8414322 |   828225      475     39 |  0.000 % |
28.13/28.53	c 29	|       812 |   61530  1866774  8414322 |   911047      812     27 |  0.000 % |
30.90/31.31	c 32	===============================================================================
30.90/31.31	c 32	restarts              : 5
30.90/31.31	c 32	conflicts             : 1314           (222 /sec)
30.90/31.31	c 32	decisions             : 40412          (1.04 % random) (6815 /sec)
30.90/31.31	c 32	propagations          : 3536576        (596377 /sec)
30.90/31.31	c 32	conflict literals     : 29375          (13.95 % deleted)
30.90/31.31	c 32	Memory used           : 103.24 MB
30.90/31.31	c 32	CPU time              : 5.9301 s
30.90/31.31	c 32	
30.90/31.34	c 32	SATISFIABLE
30.90/31.36	c 32	DECODING HOME/temp.out WITH HOME/temp.map
30.90/31.36	c 32	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.97/31.43	c 32	Decoding HOME/temp.out
31.39/31.81	s SATISFIABLE
31.50/31.97	v 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 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 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 1 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 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 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 0 1 0 1 1 1 1 0 1 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 0 0 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 1 0 0 1 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 1 1 1 0 1 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 1 1 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 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 0 0 0 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 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 0 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 0 0 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 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 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 0 0 1 0 0 1 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 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 0 1 0 0 0 0 0 0 0 0 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 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 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 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 0 0 0 0 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 1 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 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 0 1 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 0 0 0 0 0 0 1 0 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 0 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 0 0 0 0 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 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 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 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 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 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 0 0 0 0 0 1 0 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 0 0 0 0 0 0 0 0 0 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 0 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 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 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 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 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 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 1 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 0 0 0 0 1 0 0 0 0 0 0 0 0 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 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 1 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 0 0 0 1 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 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 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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
31.50/31.98	c 32	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.58/32.01	c 32	CPU 31.59 (0.08 0.04 30.74 0.73)
31.58/32.01	c 32	END Sun Jul 12 09:24:02 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086306-1247383410/watcher-2086306-1247383410 -o /tmp/evaluation-result-2086306-1247383410/solver-2086306-1247383410 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2086306-1247383410.xml 

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


[startup+0 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 21602
/proc/meminfo: memFree=1908568/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=18576 CPUtime=0
/proc/21602/stat : 21602 (runsolver) R 21600 21602 21017 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25407521 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21602/statm: 4644 284 249 26 0 2626 0

[startup+0.0871431 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 21602
/proc/meminfo: memFree=1908568/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16740 CPUtime=0.07
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25407521 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101702 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 21602
/proc/meminfo: memFree=1908568/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=0.07
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25407521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301724 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 21602
/proc/meminfo: memFree=1908568/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=0.07
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25407521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701785 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 21602
/proc/meminfo: memFree=1908568/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=0.07
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25407521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5019 s]
/proc/loadavg: 2.10 2.05 2.01 3/83 21614
/proc/meminfo: memFree=1887616/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=1.04
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1309 8253 0 1 6 1 91 6 15 0 1 0 25407521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16868

[startup+3.10113 s]
/proc/loadavg: 2.18 2.06 2.01 4/83 21624
/proc/meminfo: memFree=1884608/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=1.04
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1309 8253 0 1 6 1 91 6 16 0 1 0 25407521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1111 409 3 0 796 0
[pid=21615] ppid=21602 vsize=5356 CPUtime=0
/proc/21615/stat : 21615 (sh) S 21602 21602 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25407630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21615/statm: 1339 233 193 169 0 50 0
[pid=21616] ppid=21615 vsize=868600 CPUtime=1.99
/proc/21616/stat : 21616 (java) S 21615 21602 21017 0 -1 0 12999 0 1 0 191 8 0 0 18 0 9 0 25407630 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21616/statm: 217150 11877 2566 9 0 211655 0
[pid=21616/tid=21617] ppid=21615 vsize=868600 CPUtime=1.17
/proc/21616/task/21617/stat : 21617 (java) R 21615 21602 21017 0 -1 64 2995 0 1 0 116 1 0 0 25 0 9 0 25407631 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4126938989 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21618] ppid=21615 vsize=868600 CPUtime=0.59
/proc/21616/task/21618/stat : 21618 (java) S 21615 21602 21017 0 -1 64 7843 0 0 0 55 4 0 0 16 0 9 0 25407632 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21619] ppid=21615 vsize=868600 CPUtime=0
/proc/21616/task/21619/stat : 21619 (java) S 21615 21602 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25407632 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21620] ppid=21615 vsize=868600 CPUtime=0
/proc/21616/task/21620/stat : 21620 (java) S 21615 21602 21017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25407632 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21621] ppid=21615 vsize=868600 CPUtime=0
/proc/21616/task/21621/stat : 21621 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25407634 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21622] ppid=21615 vsize=868600 CPUtime=0.19
/proc/21616/task/21622/stat : 21622 (java) S 21615 21602 21017 0 -1 64 1461 0 0 0 18 1 0 0 16 0 9 0 25407634 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21623] ppid=21615 vsize=868600 CPUtime=0
/proc/21616/task/21623/stat : 21623 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25407634 889446400 11877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21624] ppid=21615 vsize=868600 CPUtime=0
/proc/21616/task/21624/stat : 21624 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25407634 889446400 11877 996147200 134512640 134550932 4294955936 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) 890824

[startup+6.30259 s]
/proc/loadavg: 2.18 2.06 2.01 3/83 21624
/proc/meminfo: memFree=1856840/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=1.04
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1310 8253 0 1 6 1 91 6 15 0 1 0 25407521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1111 409 3 0 796 0
[pid=21615] ppid=21602 vsize=5356 CPUtime=0
/proc/21615/stat : 21615 (sh) S 21602 21602 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25407630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21615/statm: 1339 233 193 169 0 50 0
[pid=21616] ppid=21615 vsize=868728 CPUtime=5.15
/proc/21616/stat : 21616 (java) S 21615 21602 21017 0 -1 0 15285 0 1 0 502 13 0 0 18 0 9 0 25407630 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21616/statm: 217182 13822 2590 9 0 211659 0
[pid=21616/tid=21617] ppid=21615 vsize=868728 CPUtime=3.93
/proc/21616/task/21617/stat : 21617 (java) R 21615 21602 21017 0 -1 64 3222 0 1 0 389 4 0 0 25 0 9 0 25407631 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4127093049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21618] ppid=21615 vsize=868728 CPUtime=0.92
/proc/21616/task/21618/stat : 21618 (java) S 21615 21602 21017 0 -1 64 9848 0 0 0 86 6 0 0 16 0 9 0 25407632 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21619] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21619/stat : 21619 (java) S 21615 21602 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25407632 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21620] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21620/stat : 21620 (java) S 21615 21602 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25407632 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21621] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21621/stat : 21621 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25407634 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21622] ppid=21615 vsize=868728 CPUtime=0.27
/proc/21616/task/21622/stat : 21622 (java) S 21615 21602 21017 0 -1 64 1515 0 0 0 26 1 0 0 16 0 9 0 25407634 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21623] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21623/stat : 21623 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25407634 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21624] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21624/stat : 21624 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25407634 889577472 13822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890952

[startup+12.7029 s]
/proc/loadavg: 2.15 2.06 2.01 3/83 21624
/proc/meminfo: memFree=1839944/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=1.04
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1310 8253 0 1 6 1 91 6 15 0 1 0 25407521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1111 409 3 0 796 0
[pid=21615] ppid=21602 vsize=5356 CPUtime=0
/proc/21615/stat : 21615 (sh) S 21602 21602 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25407630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21615/statm: 1339 233 193 169 0 50 0
[pid=21616] ppid=21615 vsize=868728 CPUtime=11.47
/proc/21616/stat : 21616 (java) S 21615 21602 21017 0 -1 0 15483 0 1 0 1123 24 0 0 18 0 9 0 25407630 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21616/statm: 217182 13827 2590 9 0 211659 0
[pid=21616/tid=21617] ppid=21615 vsize=868728 CPUtime=10.14
/proc/21616/task/21617/stat : 21617 (java) R 21615 21602 21017 0 -1 64 3416 0 1 0 1000 14 0 0 25 0 9 0 25407631 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21618] ppid=21615 vsize=868728 CPUtime=1.02
/proc/21616/task/21618/stat : 21618 (java) S 21615 21602 21017 0 -1 64 9848 0 0 0 95 7 0 0 15 0 9 0 25407632 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21619] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21619/stat : 21619 (java) S 21615 21602 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25407632 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21620] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21620/stat : 21620 (java) S 21615 21602 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25407632 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21621] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21621/stat : 21621 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25407634 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21622] ppid=21615 vsize=868728 CPUtime=0.28
/proc/21616/task/21622/stat : 21622 (java) S 21615 21602 21017 0 -1 64 1519 0 0 0 27 1 0 0 16 0 9 0 25407634 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21623] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21623/stat : 21623 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25407634 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21616/tid=21624] ppid=21615 vsize=868728 CPUtime=0
/proc/21616/task/21624/stat : 21624 (java) S 21615 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25407634 889577472 13827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890952

[startup+25.5014 s]
/proc/loadavg: 2.12 2.06 2.01 3/75 21626
/proc/meminfo: memFree=1848008/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=24.85
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1376 24409 0 2 6 1 2426 52 16 0 1 0 25407521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1113 409 3 0 796 0
[pid=21625] ppid=21602 vsize=5356 CPUtime=0
/proc/21625/stat : 21625 (sh) S 21602 21602 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25410039 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21625/statm: 1339 232 193 169 0 50 0
[pid=21626] ppid=21625 vsize=29740 CPUtime=0.31
/proc/21626/stat : 21626 (minisat) R 21625 21602 21017 0 -1 4194304 6898 0 0 0 28 3 0 0 21 0 1 0 25410039 30453760 6884 996147200 134512640 135127466 4294956256 18446744073709551615 134532802 0 0 4096 3 0 0 0 17 1 0 0
/proc/21626/statm: 7435 6884 62 150 0 7282 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 51964

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

[startup+28.7018 s]
/proc/loadavg: 2.11 2.06 2.01 3/75 21626
/proc/meminfo: memFree=1753672/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=24.85
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1376 24409 0 2 6 1 2426 52 15 0 1 0 25407521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1113 409 3 0 796 0
[pid=21625] ppid=21602 vsize=5356 CPUtime=0
/proc/21625/stat : 21625 (sh) S 21602 21602 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25410039 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21625/statm: 1339 232 193 169 0 50 0
[pid=21626] ppid=21625 vsize=103596 CPUtime=3.48
/proc/21626/stat : 21626 (minisat) R 21625 21602 21017 0 -1 4194304 25077 0 0 0 334 14 0 0 25 0 1 0 25410039 106082304 25063 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/21626/statm: 25899 25063 76 150 0 25746 0
Current children cumulated CPU time (s) 28.33
Current children cumulated vsize (KiB) 125820

[startup+30.3011 s]
/proc/loadavg: 2.11 2.06 2.01 3/75 21626
/proc/meminfo: memFree=1752328/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=24.85
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1376 24409 0 2 6 1 2426 52 15 0 1 0 25407521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1113 409 3 0 796 0
[pid=21625] ppid=21602 vsize=5356 CPUtime=0
/proc/21625/stat : 21625 (sh) S 21602 21602 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25410039 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21625/statm: 1339 232 193 169 0 50 0
[pid=21626] ppid=21625 vsize=104784 CPUtime=5.06
/proc/21626/stat : 21626 (minisat) R 21625 21602 21017 0 -1 4194304 25365 0 0 0 492 14 0 0 25 0 1 0 25410039 107298816 25351 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21626/statm: 26196 25351 76 150 0 26043 0
Current children cumulated CPU time (s) 29.91
Current children cumulated vsize (KiB) 127008

[startup+31.1012 s]
/proc/loadavg: 2.11 2.06 2.01 3/75 21626
/proc/meminfo: memFree=1751752/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=24.85
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1376 24409 0 2 6 1 2426 52 15 0 1 0 25407521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1113 409 3 0 796 0
[pid=21625] ppid=21602 vsize=5356 CPUtime=0
/proc/21625/stat : 21625 (sh) S 21602 21602 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25410039 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21625/statm: 1339 232 193 169 0 50 0
[pid=21626] ppid=21625 vsize=105312 CPUtime=5.85
/proc/21626/stat : 21626 (minisat) R 21625 21602 21017 0 -1 4194304 25511 0 0 0 571 14 0 0 25 0 1 0 25410039 107839488 25497 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21626/statm: 26328 25497 76 150 0 26175 0
Current children cumulated CPU time (s) 30.7
Current children cumulated vsize (KiB) 127536

[startup+31.5012 s]
/proc/loadavg: 2.11 2.06 2.01 3/75 21626
/proc/meminfo: memFree=1751752/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=30.97
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1448 50278 0 2 6 1 3022 68 16 0 1 0 25407521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 30.97
Current children cumulated vsize (KiB) 16868

[startup+31.9073 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 21636
/proc/meminfo: memFree=1846472/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=30.99
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1451 50278 0 2 7 2 3022 68 15 0 1 0 25407521 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1115 409 3 0 796 0
[pid=21627] ppid=21602 vsize=5356 CPUtime=0
/proc/21627/stat : 21627 (sh) S 21602 21602 21017 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 25410657 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21627/statm: 1339 233 193 169 0 50 0
[pid=21628] ppid=21627 vsize=862288 CPUtime=0.51
/proc/21628/stat : 21628 (java) S 21627 21602 21017 0 -1 0 3441 0 1 0 48 3 0 0 18 0 9 0 25410658 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21628/statm: 215572 2903 1285 9 0 210485 0
[pid=21628/tid=21629] ppid=21627 vsize=862288 CPUtime=0.39
/proc/21628/task/21629/stat : 21629 (java) R 21627 21602 21017 0 -1 64 2054 0 1 0 37 2 0 0 20 0 9 0 25410659 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21630] ppid=21627 vsize=862288 CPUtime=0.01
/proc/21628/task/21630/stat : 21630 (java) S 21627 21602 21017 0 -1 64 336 0 0 0 1 0 0 0 16 0 9 0 25410660 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21631] ppid=21627 vsize=862288 CPUtime=0
/proc/21628/task/21631/stat : 21631 (java) S 21627 21602 21017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25410660 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21632] ppid=21627 vsize=862288 CPUtime=0
/proc/21628/task/21632/stat : 21632 (java) S 21627 21602 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25410660 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21633] ppid=21627 vsize=862288 CPUtime=0
/proc/21628/task/21633/stat : 21633 (java) S 21627 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410662 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21634] ppid=21627 vsize=862288 CPUtime=0.09
/proc/21628/task/21634/stat : 21634 (java) S 21627 21602 21017 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 25410662 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21635] ppid=21627 vsize=862288 CPUtime=0
/proc/21628/task/21635/stat : 21635 (java) S 21627 21602 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410662 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21636] ppid=21627 vsize=862288 CPUtime=0
/proc/21628/task/21636/stat : 21636 (java) S 21627 21602 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410662 882982912 2903 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.5
Current children cumulated vsize (KiB) 884512

[startup+32.0023 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 21636
/proc/meminfo: memFree=1846472/2055920 swapFree=4192812/4192956
[pid=21602] ppid=21600 vsize=16868 CPUtime=31.02
/proc/21602/stat : 21602 (sugar) S 21600 21602 21017 0 -1 4194304 1457 50278 0 2 8 4 3022 68 15 0 1 0 25407521 17272832 1119 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21602/statm: 4217 1119 409 3 0 796 0
[pid=21627] ppid=21602 vsize=5356 CPUtime=0
/proc/21627/stat : 21627 (sh) S 21602 21602 21017 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 25410657 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21627/statm: 1339 233 193 169 0 50 0
[pid=21628] ppid=21627 vsize=864272 CPUtime=0.56
/proc/21628/stat : 21628 (java) S 21627 21602 21017 0 -1 0 3962 0 1 0 52 4 0 0 18 0 9 0 25410658 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21628/statm: 216068 3419 1719 9 0 210573 0
[pid=21628/tid=21629] ppid=21627 vsize=864272 CPUtime=0.43
/proc/21628/task/21629/stat : 21629 (java) S 21627 21602 21017 0 -1 64 2575 0 1 0 40 3 0 0 21 0 9 0 25410659 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21630] ppid=21627 vsize=864272 CPUtime=0.01
/proc/21628/task/21630/stat : 21630 (java) S 21627 21602 21017 0 -1 64 336 0 0 0 1 0 0 0 16 0 9 0 25410660 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21631] ppid=21627 vsize=864272 CPUtime=0
/proc/21628/task/21631/stat : 21631 (java) S 21627 21602 21017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25410660 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21632] ppid=21627 vsize=864272 CPUtime=0
/proc/21628/task/21632/stat : 21632 (java) S 21627 21602 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25410660 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21633] ppid=21627 vsize=864272 CPUtime=0
/proc/21628/task/21633/stat : 21633 (java) S 21627 21602 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410662 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21634] ppid=21627 vsize=864272 CPUtime=0.09
/proc/21628/task/21634/stat : 21634 (java) S 21627 21602 21017 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 25410662 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21635] ppid=21627 vsize=864272 CPUtime=0
/proc/21628/task/21635/stat : 21635 (java) S 21627 21602 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410662 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21628/tid=21636] ppid=21627 vsize=864272 CPUtime=0
/proc/21628/task/21636/stat : 21636 (java) S 21627 21602 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410662 885014528 3419 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (KiB) 886496

Child status: 0
Real time (s): 32.0371
CPU time (s): 31.6352
CPU user time (s): 30.8293
CPU system time (s): 0.805877
CPU usage (%): 98.7455
Max. virtual memory (cumulated for all children) (KiB): 891344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.8293
system time used= 0.805877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56073
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= 15487
involuntary context switches= 15982

runsolver used 0.056991 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 09:23:30
IDJOB=2086306
IDBENCH=58580
IDSOLVER=739
FILE ID=node22/2086306-1247383410
PBS_JOBID= 9507316
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-7-210-60-2-10_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086306-1247383410/watcher-2086306-1247383410 -o /tmp/evaluation-result-2086306-1247383410/solver-2086306-1247383410 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2086306-1247383410.xml

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

MD5SUM BENCH= b7b3151efab35368355d2ec5cf8c6c51
RANDOM SEED=420519365

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1909048 kB
Buffers:          8948 kB
Cached:          69184 kB
SwapCached:          0 kB
Active:          77640 kB
Inactive:        22460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:          33584 kB
Slab:            32132 kB
Committed_AS:   156844 kB
PageTables:       1692 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= 66396 MiB
End job on node22 at 2009-07-12 09:24:02