Trace number 2086218

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 33.6839 34.1636

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-10-90-27-3-6_glb.xml
MD5SUM0ef8f4d1285cccb1993534d8625f17ad
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.437932
Satisfiable
(Un)Satisfiability was proved
Number of variables4950
Number of constraints4195
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4050
Global constraints used (with number of constraints)weightedsum(145)

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:21:46 2009
0.00/0.08	c 0	PID 29392
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086218-1247383306.xml TO HOME/temp.csp
0.00/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-2086218-1247383306.xml' 'HOME/temp.csp'
0.06/0.84	c 1	1 domains, 4950 variables, 1 predicates, 0 relations, 4195 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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'
0.82/0.95	c 1	Parsing HOME/temp.csp
1.12/1.27	c 1	parsed 9147 expressions
1.12/1.28	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.28	c 1	Converting to clausal form CSP
1.22/1.31	c 1	converted 915 (10%) expressions
1.22/1.32	c 2	converted 1830 (20%) expressions
1.22/1.33	c 2	converted 2745 (30%) expressions
1.22/1.33	c 2	converted 3659 (40%) expressions
1.22/1.33	c 2	converted 4574 (50%) expressions
1.62/1.75	c 2	converted 5489 (60%) expressions
2.01/2.15	c 2	converted 6403 (70%) expressions
2.21/2.38	c 3	converted 7318 (80%) expressions
2.61/2.75	c 3	converted 8233 (90%) expressions
3.20/3.38	c 4	converted 9147 (100%) expressions
3.20/3.39	c 4	CSP : 15360 integers, 8100 booleans, 45410 clauses, largest domain size 31
3.20/3.39	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.20/3.39	c 4	Propagation in CSP
3.50/3.61	c 4	3240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.50/3.62	c 4	CSP : 15360 integers, 8100 booleans, 45410 clauses, largest domain size 31
3.50/3.62	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.50/3.64	c 4	Simplifing CSP by introducing new Boolean variables
3.50/3.67	c 4	CSP : 15360 integers, 8100 booleans, 45410 clauses, largest domain size 31
3.50/3.67	c 4	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.70/3.86	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.70/3.89	c 4	1536 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.70/3.89	c 4	3072 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.80/3.90	c 4	4608 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.80/3.90	c 4	6144 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.80/3.90	c 4	7680 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.80/3.91	c 4	9216 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.80/3.91	c 4	10752 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.80/3.91	c 4	12288 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.80/3.93	c 4	13824 (90%) CSP integer variables are encoded (7812 clauses, 117244 bytes)
3.80/3.94	c 4	15360 (100%) CSP integer variables are encoded (20820 clauses, 312364 bytes)
3.90/4.01	c 4	4541 (10%) CSP clauses are encoded (25361 clauses, 378179 bytes)
3.90/4.05	c 4	9082 (20%) CSP clauses are encoded (29902 clauses, 444509 bytes)
3.90/4.08	c 4	13623 (30%) CSP clauses are encoded (34443 clauses, 512628 bytes)
4.00/4.11	c 4	18164 (40%) CSP clauses are encoded (38984 clauses, 580740 bytes)
4.00/4.15	c 4	22705 (50%) CSP clauses are encoded (43525 clauses, 648852 bytes)
4.00/4.18	c 4	27246 (60%) CSP clauses are encoded (48066 clauses, 718571 bytes)
4.09/4.21	c 4	31787 (70%) CSP clauses are encoded (52607 clauses, 790323 bytes)
4.09/4.25	c 4	36328 (80%) CSP clauses are encoded (57148 clauses, 862068 bytes)
4.99/5.11	c 5	40869 (90%) CSP clauses are encoded (116629 clauses, 2154968 bytes)
10.22/10.40	c 11	45410 (100%) CSP clauses are encoded (763500 clauses, 19518319 bytes)
10.22/10.40	c 11	45410 CSP clauses encoded
10.22/10.40	c 11	Writing map file : HOME/temp.map
10.22/10.43	c 11	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.22/10.43	c 11	SAT : 44280 SAT variables, 763500 SAT clauses, 19518319 bytes
10.22/10.43	c 11	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.22/10.49	c 11	SOLVING HOME/temp.cnf
10.22/10.49	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.22/10.50	c 11	This is MiniSat 2.0 beta
10.22/10.50	c 11	WARNING: for repeatability, setting FPU to use double precision
10.22/10.50	c 11	============================[ Problem Statistics ]=============================
10.22/10.50	c 11	|                                                                             |
10.27/10.50	c 11	|  Number of variables:  44280                                                |
10.27/10.50	c 11	|  Number of clauses:    763500                                               |
10.65/10.99	c 11	|  Parsing time:         0.42         s                                       |
10.75/11.02	c 11	============================[ Search Statistics ]==============================
10.75/11.02	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.75/11.02	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.75/11.02	c 11	===============================================================================
10.75/11.02	c 11	|         0 |   44280   763500  3186870 |   254500        0    nan |  0.000 % |
10.75/11.04	c 11	|       101 |   44280   763500  3186870 |   279950      101     39 |  0.000 % |
10.75/11.07	c 11	|       253 |   44280   763500  3186870 |   307945      253     36 |  0.000 % |
10.85/11.17	c 11	|       481 |   44280   763500  3186870 |   338739      481     36 |  0.000 % |
11.15/11.47	c 12	|       820 |   44280   763500  3186870 |   372613      820     30 |  0.000 % |
11.74/12.09	c 12	|      1326 |   44280   763500  3186870 |   409874     1326     31 |  0.000 % |
12.44/12.76	c 13	|      2086 |   44280   763500  3186870 |   450862     2086     33 |  0.000 % |
12.73/13.05	c 13	|      3225 |   44280   763500  3186870 |   495948     3225     32 |  0.000 % |
14.81/15.14	c 15	|      4933 |   44280   763500  3186870 |   545543     4933     30 |  0.000 % |
17.09/17.47	c 18	|      7495 |   44280   763500  3186870 |   600097     7495     35 |  0.000 % |
20.85/21.22	c 21	|     11342 |   44280   763500  3186870 |   660107    11342     38 |  0.000 % |
24.03/24.48	c 25	|     17109 |   44280   763500  3186870 |   726118    17109     47 |  0.000 % |
29.57/30.05	c 30	|     25758 |   44280   763500  3186870 |   798730    25758     50 |  0.000 % |
33.04/33.58	c 34	===============================================================================
33.04/33.59	c 34	restarts              : 13
33.04/33.59	c 34	conflicts             : 32560          (1429 /sec)
33.04/33.59	c 34	decisions             : 141623         (0.97 % random) (6218 /sec)
33.04/33.59	c 34	propagations          : 20580149       (903528 /sec)
33.04/33.59	c 34	conflict literals     : 1576510        (4.46 % deleted)
33.04/33.59	c 34	Memory used           : 51.68 MB
33.04/33.59	c 34	CPU time              : 22.7775 s
33.04/33.59	c 34	
33.14/33.61	c 34	SATISFIABLE
33.14/33.62	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.14/33.62	c 34	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'
33.18/33.70	c 34	Decoding HOME/temp.out
33.18/33.94	s SATISFIABLE
33.54/34.09	v 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 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 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 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 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 1 0 1 1 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 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 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 1 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 1 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 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 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 1 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 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 1 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 1 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 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 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 1 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 0 0 0 0 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 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 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 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 1 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 1 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 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 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 0 0 1 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 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 0 0 0 0 0 0 1 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 1 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 1 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 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 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 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 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 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 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 1 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 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 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 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 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 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 1 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 1 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 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 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 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 1 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 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 1 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 1 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 1 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 1 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 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 1 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 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 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 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 1 0 0 0 0 0 0 0 0 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 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 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 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 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 1 1 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 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 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 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 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 1 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 0 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 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 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 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 1 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 1 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 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 1 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 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 1 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 1 1 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 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 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 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 1 0 0 0 0 1 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 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
33.54/34.10	c 34	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.63/34.16	c 34	CPU 33.65 (0.09 0.05 33.06 0.45)
33.63/34.16	c 34	END Sun Jul 12 09:22:20 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-2086218-1247383306/watcher-2086218-1247383306 -o /tmp/evaluation-result-2086218-1247383306/solver-2086218-1247383306 -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-2086218-1247383306.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.01 2.00 2.00 4/74 29392
/proc/meminfo: memFree=1789600/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=18576 CPUtime=0
/proc/29392/stat : 29392 (runsolver) R 29390 29392 28825 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25394225 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29392/statm: 4644 284 249 26 0 2626 0

[startup+0.088488 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 29392
/proc/meminfo: memFree=1789600/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=0.06
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25394225 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101485 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 29392
/proc/meminfo: memFree=1789600/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=0.06
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25394225 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301502 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 29392
/proc/meminfo: memFree=1789600/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=0.06
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25394225 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701537 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 29392
/proc/meminfo: memFree=1789600/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=0.06
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25394225 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.01 2.00 2.00 5/85 29414
/proc/meminfo: memFree=1781576/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=0.82
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1309 7956 0 1 5 1 71 5 15 0 1 0 25394225 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1111 409 3 0 796 0
[pid=29405] ppid=29392 vsize=5356 CPUtime=0
/proc/29405/stat : 29405 (sh) S 29392 29392 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29405/statm: 1339 233 193 169 0 50 0
[pid=29406] ppid=29405 vsize=867884 CPUtime=0.6
/proc/29406/stat : 29406 (java) S 29405 29392 28825 0 -1 0 6809 0 1 0 57 3 0 0 18 0 9 0 25394313 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29406/statm: 216971 6096 2566 9 0 211476 0
[pid=29406/tid=29407] ppid=29405 vsize=867884 CPUtime=0.38
/proc/29406/task/29407/stat : 29407 (java) R 29405 29392 28825 0 -1 64 2665 0 1 0 38 0 0 0 20 0 9 0 25394314 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29408] ppid=29405 vsize=867884 CPUtime=0.07
/proc/29406/task/29408/stat : 29408 (java) S 29405 29392 28825 0 -1 64 2295 0 0 0 6 1 0 0 16 0 9 0 25394315 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29409] ppid=29405 vsize=867884 CPUtime=0
/proc/29406/task/29409/stat : 29409 (java) S 29405 29392 28825 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25394315 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29410] ppid=29405 vsize=867884 CPUtime=0
/proc/29406/task/29410/stat : 29410 (java) S 29405 29392 28825 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25394315 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29411] ppid=29405 vsize=867884 CPUtime=0
/proc/29406/task/29411/stat : 29411 (java) S 29405 29392 28825 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25394317 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29412] ppid=29405 vsize=867884 CPUtime=0.11
/proc/29406/task/29412/stat : 29412 (java) R 29405 29392 28825 0 -1 64 1151 0 0 0 11 0 0 0 16 0 9 0 25394317 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 102033672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29413] ppid=29405 vsize=867884 CPUtime=0
/proc/29406/task/29413/stat : 29413 (java) S 29405 29392 28825 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25394317 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29414] ppid=29405 vsize=867884 CPUtime=0
/proc/29406/task/29414/stat : 29414 (java) S 29405 29392 28825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25394317 888713216 6096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890108

[startup+3.10275 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 29414
/proc/meminfo: memFree=1762376/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=0.82
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1309 7956 0 1 5 1 71 5 16 0 1 0 25394225 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1111 409 3 0 796 0
[pid=29405] ppid=29392 vsize=5356 CPUtime=0
/proc/29405/stat : 29405 (sh) S 29392 29392 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29405/statm: 1339 233 193 169 0 50 0
[pid=29406] ppid=29405 vsize=868600 CPUtime=2.18
/proc/29406/stat : 29406 (java) S 29405 29392 28825 0 -1 0 13371 0 1 0 211 7 0 0 18 0 9 0 25394313 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29406/statm: 217150 12238 2566 9 0 211655 0
[pid=29406/tid=29407] ppid=29405 vsize=868600 CPUtime=1.33
/proc/29406/task/29407/stat : 29407 (java) R 29405 29392 28825 0 -1 64 2989 0 1 0 132 1 0 0 25 0 9 0 25394314 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4126557223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29408] ppid=29405 vsize=868600 CPUtime=0.62
/proc/29406/task/29408/stat : 29408 (java) S 29405 29392 28825 0 -1 64 8211 0 0 0 58 4 0 0 16 0 9 0 25394315 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29409] ppid=29405 vsize=868600 CPUtime=0
/proc/29406/task/29409/stat : 29409 (java) S 29405 29392 28825 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25394315 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29410] ppid=29405 vsize=868600 CPUtime=0
/proc/29406/task/29410/stat : 29410 (java) S 29405 29392 28825 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25394315 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29411] ppid=29405 vsize=868600 CPUtime=0
/proc/29406/task/29411/stat : 29411 (java) S 29405 29392 28825 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25394317 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29412] ppid=29405 vsize=868600 CPUtime=0.21
/proc/29406/task/29412/stat : 29412 (java) S 29405 29392 28825 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 25394317 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29413] ppid=29405 vsize=868600 CPUtime=0
/proc/29406/task/29413/stat : 29413 (java) S 29405 29392 28825 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25394317 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29414] ppid=29405 vsize=868600 CPUtime=0
/proc/29406/task/29414/stat : 29414 (java) S 29405 29392 28825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25394317 889446400 12238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890824

[startup+6.30204 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29414
/proc/meminfo: memFree=1740552/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=0.83
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1310 7956 0 1 6 1 71 5 16 0 1 0 25394225 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1111 409 3 0 796 0
[pid=29405] ppid=29392 vsize=5356 CPUtime=0
/proc/29405/stat : 29405 (sh) S 29392 29392 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29405/statm: 1339 233 193 169 0 50 0
[pid=29406] ppid=29405 vsize=868732 CPUtime=5.34
/proc/29406/stat : 29406 (java) S 29405 29392 28825 0 -1 0 14536 0 1 0 521 13 0 0 18 0 9 0 25394313 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29406/statm: 217183 13052 2590 9 0 211660 0
[pid=29406/tid=29407] ppid=29405 vsize=868732 CPUtime=4.15
/proc/29406/task/29407/stat : 29407 (java) R 29405 29392 28825 0 -1 64 3215 0 1 0 410 5 0 0 25 0 9 0 25394314 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4126555044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29408] ppid=29405 vsize=868732 CPUtime=0.88
/proc/29406/task/29408/stat : 29408 (java) S 29405 29392 28825 0 -1 64 9108 0 0 0 83 5 0 0 16 0 9 0 25394315 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29409] ppid=29405 vsize=868732 CPUtime=0
/proc/29406/task/29409/stat : 29409 (java) S 29405 29392 28825 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25394315 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29410] ppid=29405 vsize=868732 CPUtime=0
/proc/29406/task/29410/stat : 29410 (java) S 29405 29392 28825 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25394315 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29411] ppid=29405 vsize=868732 CPUtime=0
/proc/29406/task/29411/stat : 29411 (java) S 29405 29392 28825 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25394317 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29412] ppid=29405 vsize=868732 CPUtime=0.27
/proc/29406/task/29412/stat : 29412 (java) S 29405 29392 28825 0 -1 64 1515 0 0 0 26 1 0 0 15 0 9 0 25394317 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29413] ppid=29405 vsize=868732 CPUtime=0
/proc/29406/task/29413/stat : 29413 (java) S 29405 29392 28825 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25394317 889581568 13052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29406/tid=29414] ppid=29405 vsize=868732 CPUtime=0
/proc/29406/task/29414/stat : 29414 (java) S 29405 29392 28825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25394317 889581568 13052 996147200 134512640 134550932 4294955936 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) 890956

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29416
/proc/meminfo: memFree=1725000/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=10.27
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1376 22971 0 2 6 1 992 28 15 0 1 0 25394225 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1113 409 3 0 796 0
[pid=29415] ppid=29392 vsize=5356 CPUtime=0
/proc/29415/stat : 29415 (sh) S 29392 29392 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25395274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29415/statm: 1339 232 193 169 0 50 0
[pid=29416] ppid=29415 vsize=44044 CPUtime=2.17
/proc/29416/stat : 29416 (minisat) R 29415 29392 28825 0 -1 4194304 10504 0 0 0 211 6 0 0 25 0 1 0 25395275 45101056 10490 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29416/statm: 11011 10490 76 150 0 10858 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 66268

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29416
/proc/meminfo: memFree=1719368/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=10.27
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1376 22971 0 2 6 1 992 28 16 0 1 0 25394225 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1113 409 3 0 796 0
[pid=29415] ppid=29392 vsize=5356 CPUtime=0
/proc/29415/stat : 29415 (sh) S 29392 29392 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25395274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29415/statm: 1339 232 193 169 0 50 0
[pid=29416] ppid=29415 vsize=49372 CPUtime=14.84
/proc/29416/stat : 29416 (minisat) R 29415 29392 28825 0 -1 4194304 11868 0 0 0 1476 8 0 0 25 0 1 0 25395275 50556928 11854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29416/statm: 12343 11854 76 150 0 12190 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 71596

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

[startup+28.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29416
/proc/meminfo: memFree=1718088/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=10.27
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1376 22971 0 2 6 1 992 28 16 0 1 0 25394225 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1113 409 3 0 796 0
[pid=29415] ppid=29392 vsize=5356 CPUtime=0
/proc/29415/stat : 29415 (sh) S 29392 29392 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25395274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29415/statm: 1339 232 193 169 0 50 0
[pid=29416] ppid=29415 vsize=50560 CPUtime=18.01
/proc/29416/stat : 29416 (minisat) R 29415 29392 28825 0 -1 4194304 12167 0 0 0 1793 8 0 0 25 0 1 0 25395275 51773440 12153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29416/statm: 12640 12153 76 150 0 12487 0
Current children cumulated CPU time (s) 28.28
Current children cumulated vsize (KiB) 72784

[startup+31.9073 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29416
/proc/meminfo: memFree=1716872/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=10.27
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1376 22971 0 2 6 1 992 28 16 0 1 0 25394225 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1113 409 3 0 796 0
[pid=29415] ppid=29392 vsize=5356 CPUtime=0
/proc/29415/stat : 29415 (sh) S 29392 29392 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25395274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29415/statm: 1339 232 193 169 0 50 0
[pid=29416] ppid=29415 vsize=51912 CPUtime=21.18
/proc/29416/stat : 29416 (minisat) R 29415 29392 28825 0 -1 4194304 12485 0 0 0 2110 8 0 0 25 0 1 0 25395275 53157888 12471 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/29416/statm: 12978 12471 76 150 0 12825 0
Current children cumulated CPU time (s) 31.45
Current children cumulated vsize (KiB) 74136

[startup+33.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29416
/proc/meminfo: memFree=1716360/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=10.27
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1376 22971 0 2 6 1 992 28 16 0 1 0 25394225 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1113 409 3 0 796 0
[pid=29415] ppid=29392 vsize=5356 CPUtime=0
/proc/29415/stat : 29415 (sh) S 29392 29392 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25395274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29415/statm: 1339 232 193 169 0 50 0
[pid=29416] ppid=29415 vsize=52836 CPUtime=22.77
/proc/29416/stat : 29416 (minisat) R 29415 29392 28825 0 -1 4194304 12707 0 0 0 2268 9 0 0 25 0 1 0 25395275 54104064 12693 996147200 134512640 135127466 4294956256 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/29416/statm: 13209 12693 76 150 0 13056 0
Current children cumulated CPU time (s) 33.04
Current children cumulated vsize (KiB) 75060

[startup+33.9015 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29416
/proc/meminfo: memFree=1716360/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=33.18
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1448 35996 0 2 6 2 3271 39 16 0 1 0 25394225 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 33.18
Current children cumulated vsize (KiB) 16868

[startup+34.1065 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29426
/proc/meminfo: memFree=1759880/2055920 swapFree=4192812/4192956
[pid=29392] ppid=29390 vsize=16868 CPUtime=33.24
/proc/29392/stat : 29392 (sugar) S 29390 29392 28825 0 -1 4194304 1456 35996 0 2 9 5 3271 39 15 0 1 0 25394225 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29392/statm: 4217 1118 409 3 0 796 0
[pid=29417] ppid=29392 vsize=5356 CPUtime=0
/proc/29417/stat : 29417 (sh) S 29392 29392 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25397587 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29417/statm: 1339 233 193 169 0 50 0
[pid=29418] ppid=29417 vsize=864152 CPUtime=0.39
/proc/29418/stat : 29418 (java) S 29417 29392 28825 0 -1 0 3914 0 1 0 34 5 0 0 18 0 9 0 25397587 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 216038 3372 1719 9 0 210543 0
[pid=29418/tid=29419] ppid=29417 vsize=864152 CPUtime=0.26
/proc/29418/task/29419/stat : 29419 (java) S 29417 29392 28825 0 -1 64 2571 0 1 0 23 3 0 0 22 0 9 0 25397588 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29418/tid=29420] ppid=29417 vsize=864152 CPUtime=0
/proc/29418/task/29420/stat : 29420 (java) S 29417 29392 28825 0 -1 64 285 0 0 0 0 0 0 0 16 0 9 0 25397589 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29418/tid=29421] ppid=29417 vsize=864152 CPUtime=0
/proc/29418/task/29421/stat : 29421 (java) S 29417 29392 28825 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25397589 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29418/tid=29422] ppid=29417 vsize=864152 CPUtime=0
/proc/29418/task/29422/stat : 29422 (java) S 29417 29392 28825 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25397590 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29418/tid=29423] ppid=29417 vsize=864152 CPUtime=0
/proc/29418/task/29423/stat : 29423 (java) S 29417 29392 28825 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25397592 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29418/tid=29424] ppid=29417 vsize=864152 CPUtime=0.1
/proc/29418/task/29424/stat : 29424 (java) S 29417 29392 28825 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 25397592 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29418/tid=29425] ppid=29417 vsize=864152 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29417 29392 28825 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25397592 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29418/tid=29426] ppid=29417 vsize=864152 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29417 29392 28825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25397592 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.63
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 34.1636
CPU time (s): 33.6839
CPU user time (s): 33.16
CPU system time (s): 0.52392
CPU usage (%): 98.5958
Max. virtual memory (cumulated for all children) (KiB): 891348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.16
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41743
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= 11238
involuntary context switches= 11819

runsolver used 0.054991 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 09:21:46
IDJOB=2086218
IDBENCH=58572
IDSOLVER=739
FILE ID=node50/2086218-1247383306
PBS_JOBID= 9507259
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-10-90-27-3-6_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-2086218-1247383306/watcher-2086218-1247383306 -o /tmp/evaluation-result-2086218-1247383306/solver-2086218-1247383306 -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-2086218-1247383306.xml

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

MD5SUM BENCH= 0ef8f4d1285cccb1993534d8625f17ad
RANDOM SEED=2101901584

node50.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.231
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.231
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:       1790080 kB
Buffers:         20420 kB
Cached:         120476 kB
SwapCached:          0 kB
Active:         140072 kB
Inactive:        71644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:          81916 kB
Slab:            39160 kB
Committed_AS:   252480 kB
PageTables:       2012 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= 66416 MiB
End job on node50 at 2009-07-12 09:22:20