Trace number 1883859

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
BoolVar 2009-04-26? (MO) 59.066 59.0607

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-51-50.opb
MD5SUM60bac2da31df829d5469efd732e15a50
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints63801
Number of constraints which are clauses63801
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.71/4.75	------------------------
4.71/4.75	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
4.71/4.75	Size : 0, 130050, 0, 0, 0
4.71/4.75	Count : 0, 63801, 0, 0, 0
4.71/4.75	
4.71/4.76	Command line : minisat tmp.dimacs %var 
4.71/4.76	
4.71/4.76	------------------------
4.71/4.77	This is MiniSat 2.0 beta
4.71/4.77	WARNING: for repeatability, setting FPU to use double precision
4.71/4.77	============================[ Problem Statistics ]=============================
4.71/4.77	|                                                                             |
4.71/4.77	|  Number of variables:  2550                                                 |
4.71/4.77	|  Number of clauses:    63801                                                |
4.77/4.82	|  Parsing time:         0.04         s                                       |
6.20/6.24	============================[ Search Statistics ]==============================
6.20/6.24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.20/6.24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.20/6.24	===============================================================================
6.20/6.24	|         0 |    2499    63750   249900 |    21250        0    nan |  0.000 % |
6.20/6.26	|       101 |    2499    63750   249900 |    23375      101    241 |  0.000 % |
6.20/6.27	|       253 |    2499    63750   249900 |    25712      253    315 |  0.000 % |
6.32/6.30	|       479 |    2499    63750   249900 |    28283      479    364 |  0.000 % |
6.32/6.33	|       818 |    2499    63750   249900 |    31112      818    319 |  0.000 % |
6.32/6.39	|      1325 |    2499    63750   249900 |    34223     1325    296 |  0.000 % |
6.42/6.48	|      2084 |    2499    63750   249900 |    37645     2084    289 |  0.000 % |
6.62/6.63	|      3224 |    2499    63750   249900 |    41410     3224    286 |  0.000 % |
6.81/6.86	|      4934 |    2499    63750   249900 |    45551     4934    283 |  0.000 % |
7.32/7.38	|      7497 |    2499    63750   249900 |    50106     7497    303 |  0.000 % |
8.11/8.18	|     11342 |    2499    63750   249900 |    55117    11342    317 |  0.000 % |
10.52/10.54	|     17112 |    2499    63750   249900 |    60628    17112    355 |  0.000 % |
13.51/13.56	|     25761 |    2499    63750   249900 |    66691    25761    347 |  0.000 % |
20.71/20.71	|     38735 |    2499    63750   249900 |    73360    38735    396 |  0.000 % |
40.50/40.53	|     58196 |    2499    63750   249900 |    80696    58196    476 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883859-1245236328/watcher-1883859-1245236328 -o /tmp/evaluation-result-1883859-1245236328/solver-1883859-1245236328 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883859-1245236328.opb minisat %dimacs %var 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 7832
/proc/meminfo: memFree=1660664/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=18576 CPUtime=0
/proc/7832/stat : 7832 (runsolver) D 7830 7832 7789 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 191233528 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 215418989863 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/7832/statm: 4644 284 249 26 0 2626 0

[startup+0.0700089 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 7832
/proc/meminfo: memFree=1660664/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=10764 CPUtime=0
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 759 0 0 0 0 0 0 0 18 0 2 0 191233528 11022336 522 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 2691 522 234 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.101014 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 7832
/proc/meminfo: memFree=1660664/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1682168 CPUtime=0.02
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 1749 0 1 0 1 1 0 0 18 0 5 0 191233528 1722540032 1381 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 420542 1381 809 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.301036 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 7832
/proc/meminfo: memFree=1660664/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1685452 CPUtime=0.25
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 3596 0 1 0 24 1 0 0 18 0 9 0 191233528 1725902848 3078 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421363 3078 1222 9 0 416274 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1685452

[startup+0.701076 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 7832
/proc/meminfo: memFree=1660664/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1685452 CPUtime=0.66
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 7131 0 1 0 63 3 0 0 18 0 9 0 191233528 1725902848 6098 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421363 6098 2154 9 0 416274 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 1685452

[startup+1.50117 s]
/proc/loadavg: 0.00 0.00 0.00 2/73 7841
/proc/meminfo: memFree=1638256/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1685452 CPUtime=1.49
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 10462 0 1 0 144 5 0 0 18 0 9 0 191233528 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421363 8908 2164 9 0 416274 0
[pid=7832/tid=7834] ppid=7830 vsize=1685452 CPUtime=1.03
/proc/7832/task/7834/stat : 7834 (java) R 7830 7832 7789 0 -1 64 2132 0 1 0 102 1 0 0 17 0 9 0 191233534 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4126489175 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7835] ppid=7830 vsize=1685452 CPUtime=0.35
/proc/7832/task/7835/stat : 7835 (java) S 7830 7832 7789 0 -1 64 7266 0 0 0 32 3 0 0 16 0 9 0 191233537 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7836] ppid=7830 vsize=1685452 CPUtime=0
/proc/7832/task/7836/stat : 7836 (java) S 7830 7832 7789 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 191233538 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7837] ppid=7830 vsize=1685452 CPUtime=0
/proc/7832/task/7837/stat : 7837 (java) S 7830 7832 7789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191233538 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7838] ppid=7830 vsize=1685452 CPUtime=0
/proc/7832/task/7838/stat : 7838 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191233540 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7839] ppid=7830 vsize=1685452 CPUtime=0.08
/proc/7832/task/7839/stat : 7839 (java) S 7830 7832 7789 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 191233540 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7840] ppid=7830 vsize=1685452 CPUtime=0
/proc/7832/task/7840/stat : 7840 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191233541 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7841] ppid=7830 vsize=1685452 CPUtime=0
/proc/7832/task/7841/stat : 7841 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191233541 1725902848 8908 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1685452

[startup+3.10135 s]
/proc/loadavg: 0.00 0.00 0.00 2/73 7841
/proc/meminfo: memFree=1628592/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1685552 CPUtime=3.11
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 16928 0 1 0 303 8 0 0 18 0 9 0 191233528 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421388 14401 2161 9 0 416299 0
[pid=7832/tid=7834] ppid=7830 vsize=1685552 CPUtime=2.05
/proc/7832/task/7834/stat : 7834 (java) R 7830 7832 7789 0 -1 64 2571 0 1 0 204 1 0 0 17 0 9 0 191233534 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4126532405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7835] ppid=7830 vsize=1685552 CPUtime=0.92
/proc/7832/task/7835/stat : 7835 (java) S 7830 7832 7789 0 -1 64 13270 0 0 0 87 5 0 0 16 0 9 0 191233537 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7836] ppid=7830 vsize=1685552 CPUtime=0
/proc/7832/task/7836/stat : 7836 (java) S 7830 7832 7789 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191233538 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7837] ppid=7830 vsize=1685552 CPUtime=0
/proc/7832/task/7837/stat : 7837 (java) S 7830 7832 7789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191233538 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7838] ppid=7830 vsize=1685552 CPUtime=0
/proc/7832/task/7838/stat : 7838 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191233540 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7839] ppid=7830 vsize=1685552 CPUtime=0.1
/proc/7832/task/7839/stat : 7839 (java) S 7830 7832 7789 0 -1 64 353 0 0 0 10 0 0 0 15 0 9 0 191233540 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7840] ppid=7830 vsize=1685552 CPUtime=0
/proc/7832/task/7840/stat : 7840 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191233541 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7841] ppid=7830 vsize=1685552 CPUtime=0
/proc/7832/task/7841/stat : 7841 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191233541 1726005248 14401 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 1685552

[startup+6.3027 s]
/proc/loadavg: 0.08 0.02 0.01 3/77 7845
/proc/meminfo: memFree=1571280/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1686512 CPUtime=4.79
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 26196 0 1 0 465 14 0 0 18 0 12 0 191233528 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421628 22325 2164 9 0 416539 0
[pid=7843] ppid=7832 vsize=7336 CPUtime=1.53
/proc/7843/stat : 7843 (minisat) R 7832 7832 7789 0 -1 4194304 1819 0 0 0 152 1 0 0 25 0 1 0 191234004 7512064 1670 1992294400 134512640 135156773 4294956080 18446744073709551615 134552685 0 4 0 3 0 0 0 17 1 0 0
/proc/7843/statm: 1834 1670 75 157 0 1674 0
[pid=7832/tid=7834] ppid=7830 vsize=1686512 CPUtime=2.98
/proc/7832/task/7834/stat : 7834 (java) S 7830 7832 7789 0 -1 64 3168 0 1 0 296 2 0 0 18 0 12 0 191233534 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7835] ppid=7830 vsize=1686512 CPUtime=1.67
/proc/7832/task/7835/stat : 7835 (java) S 7830 7832 7789 0 -1 64 21734 0 0 0 157 10 0 0 16 0 12 0 191233537 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7836] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7836/stat : 7836 (java) S 7830 7832 7789 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7837] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7837/stat : 7837 (java) S 7830 7832 7789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7838] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7838/stat : 7838 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7839] ppid=7830 vsize=1686512 CPUtime=0.11
/proc/7832/task/7839/stat : 7839 (java) S 7830 7832 7789 0 -1 64 419 0 0 0 11 0 0 0 16 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7840] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7840/stat : 7840 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7841] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7841/stat : 7841 (java) S 7830 7832 7789 0 -1 64 19 0 0 0 0 0 0 0 15 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7842] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7842/stat : 7842 (java) S 7830 7832 7789 0 -1 64 70 0 0 0 0 0 0 0 18 0 12 0 191234004 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7832/tid=7844] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7844/stat : 7844 (java) S 7830 7832 7789 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7832/tid=7845] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7845/stat : 7845 (java) S 7830 7832 7789 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 1693848

[startup+12.7024 s]
/proc/loadavg: 0.15 0.03 0.01 2/77 7845
/proc/meminfo: memFree=1540624/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1686512 CPUtime=4.79
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 26204 0 1 0 465 14 0 0 18 0 12 0 191233528 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421628 22325 2164 9 0 416539 0
[pid=7843] ppid=7832 vsize=40884 CPUtime=7.92
/proc/7843/stat : 7843 (minisat) R 7832 7832 7789 0 -1 4194304 10196 0 0 0 787 5 0 0 25 0 1 0 191234004 41865216 10047 1992294400 134512640 135156773 4294956080 18446744073709551615 134556400 0 4 0 3 0 0 0 17 1 0 0
/proc/7843/statm: 10221 10047 75 157 0 10061 0
[pid=7832/tid=7834] ppid=7830 vsize=1686512 CPUtime=2.98
/proc/7832/task/7834/stat : 7834 (java) S 7830 7832 7789 0 -1 64 3168 0 1 0 296 2 0 0 18 0 12 0 191233534 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7835] ppid=7830 vsize=1686512 CPUtime=1.67
/proc/7832/task/7835/stat : 7835 (java) S 7830 7832 7789 0 -1 64 21734 0 0 0 157 10 0 0 16 0 12 0 191233537 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7836] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7836/stat : 7836 (java) S 7830 7832 7789 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7837] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7837/stat : 7837 (java) S 7830 7832 7789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7838] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7838/stat : 7838 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7839] ppid=7830 vsize=1686512 CPUtime=0.11
/proc/7832/task/7839/stat : 7839 (java) S 7830 7832 7789 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7840] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7840/stat : 7840 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7841] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7841/stat : 7841 (java) S 7830 7832 7789 0 -1 64 19 0 0 0 0 0 0 0 15 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7842] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7842/stat : 7842 (java) S 7830 7832 7789 0 -1 64 70 0 0 0 0 0 0 0 18 0 12 0 191234004 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7832/tid=7844] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7844/stat : 7844 (java) S 7830 7832 7789 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7832/tid=7845] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7845/stat : 7845 (java) S 7830 7832 7789 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 1727396

[startup+25.5018 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 7845
/proc/meminfo: memFree=1492496/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1686512 CPUtime=4.79
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 26204 0 1 0 465 14 0 0 18 0 12 0 191233528 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421628 22325 2164 9 0 416539 0
[pid=7843] ppid=7832 vsize=87536 CPUtime=20.72
/proc/7843/stat : 7843 (minisat) R 7832 7832 7789 0 -1 4194304 21834 0 0 0 2058 14 0 0 25 0 1 0 191234004 89636864 21685 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 1 0 0
/proc/7843/statm: 21884 21685 75 157 0 21724 0
[pid=7832/tid=7834] ppid=7830 vsize=1686512 CPUtime=2.98
/proc/7832/task/7834/stat : 7834 (java) S 7830 7832 7789 0 -1 64 3168 0 1 0 296 2 0 0 18 0 12 0 191233534 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7835] ppid=7830 vsize=1686512 CPUtime=1.67
/proc/7832/task/7835/stat : 7835 (java) S 7830 7832 7789 0 -1 64 21734 0 0 0 157 10 0 0 16 0 12 0 191233537 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7836] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7836/stat : 7836 (java) S 7830 7832 7789 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7837] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7837/stat : 7837 (java) S 7830 7832 7789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7838] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7838/stat : 7838 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7839] ppid=7830 vsize=1686512 CPUtime=0.11
/proc/7832/task/7839/stat : 7839 (java) S 7830 7832 7789 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7840] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7840/stat : 7840 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7841] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7841/stat : 7841 (java) S 7830 7832 7789 0 -1 64 19 0 0 0 0 0 0 0 15 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7842] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7842/stat : 7842 (java) S 7830 7832 7789 0 -1 64 70 0 0 0 0 0 0 0 18 0 12 0 191234004 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7832/tid=7844] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7844/stat : 7844 (java) S 7830 7832 7789 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7832/tid=7845] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7845/stat : 7845 (java) S 7830 7832 7789 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 1774048

[startup+51.1017 s]
/proc/loadavg: 0.56 0.15 0.05 2/77 7845
/proc/meminfo: memFree=1436368/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1686512 CPUtime=4.79
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 26204 0 1 0 465 14 0 0 18 0 12 0 191233528 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421628 22325 2164 9 0 416539 0
[pid=7843] ppid=7832 vsize=143680 CPUtime=46.31
/proc/7843/stat : 7843 (minisat) R 7832 7832 7789 0 -1 4194304 35852 0 0 0 4607 24 0 0 25 0 1 0 191234004 147128320 35703 1992294400 134512640 135156773 4294956080 18446744073709551615 134556213 0 4 0 3 0 0 0 17 1 0 0
/proc/7843/statm: 35920 35703 75 157 0 35760 0
[pid=7832/tid=7834] ppid=7830 vsize=1686512 CPUtime=2.98
/proc/7832/task/7834/stat : 7834 (java) S 7830 7832 7789 0 -1 64 3168 0 1 0 296 2 0 0 18 0 12 0 191233534 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7835] ppid=7830 vsize=1686512 CPUtime=1.67
/proc/7832/task/7835/stat : 7835 (java) S 7830 7832 7789 0 -1 64 21734 0 0 0 157 10 0 0 16 0 12 0 191233537 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7836] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7836/stat : 7836 (java) S 7830 7832 7789 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7837] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7837/stat : 7837 (java) S 7830 7832 7789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7838] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7838/stat : 7838 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7839] ppid=7830 vsize=1686512 CPUtime=0.11
/proc/7832/task/7839/stat : 7839 (java) S 7830 7832 7789 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7840] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7840/stat : 7840 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7841] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7841/stat : 7841 (java) S 7830 7832 7789 0 -1 64 19 0 0 0 0 0 0 0 15 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7842] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7842/stat : 7842 (java) S 7830 7832 7789 0 -1 64 70 0 0 0 0 0 0 0 18 0 12 0 191234004 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7832/tid=7844] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7844/stat : 7844 (java) S 7830 7832 7789 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7832/tid=7845] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7845/stat : 7845 (java) S 7830 7832 7789 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1830192



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+59.0026 s]
/proc/loadavg: 0.63 0.18 0.06 2/77 7845
/proc/meminfo: memFree=1422160/2055920 swapFree=4191900/4192956
[pid=7832] ppid=7830 vsize=1686512 CPUtime=4.79
/proc/7832/stat : 7832 (java) S 7830 7832 7789 0 -1 0 26204 0 1 0 465 14 0 0 18 0 12 0 191233528 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7832/statm: 421628 22325 2164 9 0 416539 0
[pid=7843] ppid=7832 vsize=156688 CPUtime=54.22
/proc/7843/stat : 7843 (minisat) R 7832 7832 7789 0 -1 4194304 39125 0 0 0 5395 27 0 0 25 0 1 0 191234004 160448512 38976 1992294400 134512640 135156773 4294956080 18446744073709551615 134556472 0 4 0 3 0 0 0 17 1 0 0
/proc/7843/statm: 39172 38976 75 157 0 39012 0
[pid=7832/tid=7834] ppid=7830 vsize=1686512 CPUtime=2.98
/proc/7832/task/7834/stat : 7834 (java) S 7830 7832 7789 0 -1 64 3168 0 1 0 296 2 0 0 18 0 12 0 191233534 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7835] ppid=7830 vsize=1686512 CPUtime=1.67
/proc/7832/task/7835/stat : 7835 (java) S 7830 7832 7789 0 -1 64 21734 0 0 0 157 10 0 0 16 0 12 0 191233537 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7836] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7836/stat : 7836 (java) S 7830 7832 7789 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7837] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7837/stat : 7837 (java) S 7830 7832 7789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191233538 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7832/tid=7838] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7838/stat : 7838 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7839] ppid=7830 vsize=1686512 CPUtime=0.11
/proc/7832/task/7839/stat : 7839 (java) S 7830 7832 7789 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 191233540 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7840] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7840/stat : 7840 (java) S 7830 7832 7789 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7841] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7841/stat : 7841 (java) S 7830 7832 7789 0 -1 64 19 0 0 0 0 0 0 0 15 0 12 0 191233541 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7832/tid=7842] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7842/stat : 7842 (java) S 7830 7832 7789 0 -1 64 70 0 0 0 0 0 0 0 18 0 12 0 191234004 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7832/tid=7844] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7844/stat : 7844 (java) S 7830 7832 7789 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7832/tid=7845] ppid=7830 vsize=1686512 CPUtime=0
/proc/7832/task/7845/stat : 7845 (java) S 7830 7832 7789 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191234006 1726988288 22325 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.01
Current children cumulated vsize (KiB) 1843200

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 59.0607
CPU time (s): 59.066
CPU user time (s): 58.6131
CPU system time (s): 0.452931
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 1843200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.6131
system time used= 0.452931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1804
involuntary context switches= 333

runsolver used 0.058991 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-17 12:58:48
IDJOB=1883859
IDBENCH=2570
IDSOLVER=688
FILE ID=node9/1883859-1245236328
PBS_JOBID= 9372328
Free space on /tmp= 66160 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-51-50.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883859-1245236328/watcher-1883859-1245236328 -o /tmp/evaluation-result-1883859-1245236328/solver-1883859-1245236328 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883859-1245236328.opb minisat %dimacs %var

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

MD5SUM BENCH= 60bac2da31df829d5469efd732e15a50
RANDOM SEED=358009004

node9.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:       1661080 kB
Buffers:         56568 kB
Cached:         271136 kB
SwapCached:        260 kB
Active:          39908 kB
Inactive:       300416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661080 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:          21852 kB
Slab:            40532 kB
Committed_AS:   195620 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883859-1245236328.opb

Free space on /tmp at the end= 66160 MiB
End job on node9 at 2009-06-17 12:59:49