Trace number 1884490

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-26UNSAT 14.5048 14.4526

General information on the benchmark

Name/PURE-SAT/SAT_RACE06/
een-tip-uns-nusmv-t5.B.opb
MD5SUMf4794db9cd72141640a05570376e6542
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.89895
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables59265
Total number of constraints170983
Number of constraints which are clauses170983
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 constraint1
Maximum length of a constraint23
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 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

12.88/12.83	------------------------
12.88/12.83	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
12.88/12.83	Size : 0, 413482, 0, 0, 23
12.88/12.83	Count : 0, 170960, 0, 0, 23
12.88/12.83	
12.88/12.83	Command line : minisat tmp.dimacs %var 
12.88/12.83	
12.88/12.83	------------------------
12.88/12.86	This is MiniSat 2.0 beta
12.88/12.86	WARNING: for repeatability, setting FPU to use double precision
12.88/12.86	============================[ Problem Statistics ]=============================
12.88/12.86	|                                                                             |
12.88/12.86	|  Number of variables:  59265                                                |
12.88/12.86	|  Number of clauses:    170983                                               |
12.92/13.01	|  Parsing time:         0.14         s                                       |
13.77/13.78	============================[ Search Statistics ]==============================
13.77/13.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.77/13.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.77/13.78	===============================================================================
13.77/13.78	|         0 |    7565    38589   125183 |    12863        0    nan |  0.000 % |
13.87/13.86	|       100 |    7565    38589   125183 |    14149      100     14 | 18.203 % |
13.98/13.90	|       252 |    7565    38589   125183 |    15564      252     11 | 18.203 % |
13.98/13.98	|       477 |    7565    38589   125183 |    17120      477     12 | 18.203 % |
14.08/14.07	|       814 |    7565    38589   125183 |    18832      814     13 | 18.203 % |
14.28/14.24	|      1321 |    7565    38589   125183 |    20715     1321     13 | 18.203 % |
14.38/14.36	===============================================================================
14.38/14.36	restarts              : 6
14.38/14.36	conflicts             : 1605           (1090 /sec)
14.38/14.36	decisions             : 5135           (1.36 % random) (3487 /sec)
14.38/14.36	propagations          : 920642         (625107 /sec)
14.38/14.36	conflict literals     : 20408          (32.06 % deleted)
14.38/14.36	Memory used           : 26.68 MB
14.38/14.36	CPU time              : 1.47278 s
14.38/14.36	
14.38/14.36	s UNSATISFIABLE

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-1884490-1245258811/watcher-1884490-1245258811 -o /tmp/evaluation-result-1884490-1245258811/solver-1884490-1245258811 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884490-1245258811.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: 1.08 1.05 0.95 3/64 12623
/proc/meminfo: memFree=1362328/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=152 CPUtime=0
/proc/12623/stat : 12623 (java) R 12621 12623 12342 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 193481810 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 8905508 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 38 26 19 9 0 4 0

[startup+0.022281 s]
/proc/loadavg: 1.08 1.05 0.95 3/64 12623
/proc/meminfo: memFree=1362328/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1681004 CPUtime=0.01
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 1248 0 1 0 0 1 0 0 18 0 2 0 193481810 1721348096 951 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 420251 954 525 9 0 415166 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1681004

[startup+0.101303 s]
/proc/loadavg: 1.08 1.05 0.95 3/64 12623
/proc/meminfo: memFree=1362328/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1685288 CPUtime=0.1
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 3272 0 1 0 9 1 0 0 18 0 9 0 193481810 1725734912 2761 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421322 2761 1224 9 0 416233 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685288

[startup+0.301344 s]
/proc/loadavg: 1.08 1.05 0.95 3/64 12623
/proc/meminfo: memFree=1362328/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1685468 CPUtime=0.33
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 5437 0 1 0 31 2 0 0 18 0 9 0 193481810 1725919232 4725 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421367 4725 2154 9 0 416278 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685468

[startup+0.701429 s]
/proc/loadavg: 1.08 1.05 0.95 3/64 12623
/proc/meminfo: memFree=1362328/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1685468 CPUtime=0.74
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 7522 0 1 0 71 3 0 0 18 0 9 0 193481810 1725919232 6556 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421367 6556 2154 9 0 416278 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1685468

[startup+1.5016 s]
/proc/loadavg: 1.08 1.05 0.95 2/73 12632
/proc/meminfo: memFree=1338960/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1685468 CPUtime=1.54
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 11754 0 1 0 149 5 0 0 18 0 9 0 193481810 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421367 10070 2154 9 0 416278 0
[pid=12623/tid=12625] ppid=12621 vsize=1685468 CPUtime=0.93
/proc/12623/task/12625/stat : 12625 (java) R 12621 12623 12342 0 -1 64 2215 0 1 0 92 1 0 0 17 0 9 0 193481811 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4126360787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1685468 CPUtime=0.55
/proc/12623/task/12626/stat : 12626 (java) S 12621 12623 12342 0 -1 64 8515 0 0 0 52 3 0 0 16 0 9 0 193481813 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 193481813 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 193481813 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 193481815 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1685468 CPUtime=0.03
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 289 0 0 0 3 0 0 0 15 0 9 0 193481815 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 193481815 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193481815 1725919232 10070 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 1685468

[startup+3.10294 s]
/proc/loadavg: 1.08 1.05 0.95 2/73 12632
/proc/meminfo: memFree=1321232/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1685468 CPUtime=3.19
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 19919 0 1 0 310 9 0 0 18 0 9 0 193481810 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421367 17222 2164 9 0 416278 0
[pid=12623/tid=12625] ppid=12621 vsize=1685468 CPUtime=2
/proc/12623/task/12625/stat : 12625 (java) R 12621 12623 12342 0 -1 64 2530 0 1 0 199 1 0 0 17 0 9 0 193481811 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 102093261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1685468 CPUtime=1.07
/proc/12623/task/12626/stat : 12626 (java) S 12621 12623 12342 0 -1 64 16314 0 0 0 101 6 0 0 16 0 9 0 193481813 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193481813 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 193481813 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 193481815 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1685468 CPUtime=0.09
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 340 0 0 0 9 0 0 0 17 0 9 0 193481815 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 193481815 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1685468 CPUtime=0
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193481815 1725919232 17222 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1685468

[startup+6.30162 s]
/proc/loadavg: 1.16 1.06 0.96 2/73 12632
/proc/meminfo: memFree=1256912/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1685564 CPUtime=6.39
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 46622 0 1 0 618 21 0 0 18 0 9 0 193481810 1726017536 29794 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421391 29795 2162 9 0 416302 0
[pid=12623/tid=12625] ppid=12621 vsize=1685564 CPUtime=3.56
/proc/12623/task/12625/stat : 12625 (java) S 12621 12623 12342 0 -1 64 3634 0 1 0 354 2 0 0 17 0 9 0 193481811 1726017536 29796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1685564 CPUtime=2.7
/proc/12623/task/12626/stat : 12626 (java) R 12621 12623 12342 0 -1 64 41915 0 0 0 252 18 0 0 16 0 9 0 193481813 1726017536 29797 1992294400 134512640 134550932 4294956032 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 193481813 1726017536 29799 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 193481813 1726017536 29800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 193481815 1726017536 29801 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1685564 CPUtime=0.1
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 341 0 0 0 10 0 0 0 16 0 9 0 193481815 1726017536 29803 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 193481815 1726017536 29805 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193481815 1726017536 29807 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1685564

[startup+12.703 s]
/proc/loadavg: 1.14 1.06 0.96 2/73 12632
/proc/meminfo: memFree=1136656/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1685564 CPUtime=12.78
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 85177 0 1 0 1241 37 0 0 18 0 9 0 193481810 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421391 61312 2162 9 0 416302 0
[pid=12623/tid=12625] ppid=12621 vsize=1685564 CPUtime=7.07
/proc/12623/task/12625/stat : 12625 (java) S 12621 12623 12342 0 -1 64 4821 0 1 0 703 4 0 0 17 0 9 0 193481811 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1685564 CPUtime=5.58
/proc/12623/task/12626/stat : 12626 (java) R 12621 12623 12342 0 -1 64 79279 0 0 0 527 31 0 0 16 0 9 0 193481813 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 102759087 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193481813 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 193481813 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 193481815 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1685564 CPUtime=0.1
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 342 0 0 0 10 0 0 0 16 0 9 0 193481815 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 193481815 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1685564 CPUtime=0
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193481815 1726017536 61312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1685564

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

[startup+13.5022 s]
/proc/loadavg: 1.14 1.06 0.96 2/77 12636
/proc/meminfo: memFree=1099504/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1686536 CPUtime=12.92
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 86546 0 1 0 1254 38 0 0 18 0 12 0 193481810 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421634 62440 2166 9 0 416545 0
[pid=12634] ppid=12623 vsize=28500 CPUtime=0.65
/proc/12634/stat : 12634 (minisat) R 12623 12623 12342 0 -1 4194304 6914 0 0 0 61 4 0 0 23 0 1 0 193483093 29184000 6838 1992294400 134512640 135156773 4294956080 18446744073709551615 134530193 0 4 0 3 0 0 0 17 0 0 0
/proc/12634/statm: 7125 6838 72 157 0 6965 0
[pid=12623/tid=12625] ppid=12621 vsize=1686536 CPUtime=7.16
/proc/12623/task/12625/stat : 12625 (java) S 12621 12623 12342 0 -1 64 4973 0 1 0 712 4 0 0 18 0 12 0 193481811 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1686536 CPUtime=5.63
/proc/12623/task/12626/stat : 12626 (java) S 12621 12623 12342 0 -1 64 80368 0 0 0 531 32 0 0 15 0 12 0 193481813 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193481813 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193481813 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193481815 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1686536 CPUtime=0.1
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 343 0 0 0 10 0 0 0 16 0 12 0 193481815 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 193481815 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 193481815 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12633] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12633/stat : 12633 (java) S 12621 12623 12342 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 193483093 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=12623/tid=12635] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12635/stat : 12635 (java) S 12621 12623 12342 0 -1 64 39 0 0 0 0 0 0 0 16 0 12 0 193483096 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=12623/tid=12636] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12636/stat : 12636 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 193483096 1727012864 62440 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.57
Current children cumulated vsize (KiB) 1715036

[startup+13.9023 s]
/proc/loadavg: 1.14 1.06 0.96 2/77 12636
/proc/meminfo: memFree=1099504/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1686536 CPUtime=12.93
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 86649 0 1 0 1255 38 0 0 18 0 12 0 193481810 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421634 62442 2166 9 0 416545 0
[pid=12634] ppid=12623 vsize=27320 CPUtime=1.05
/proc/12634/stat : 12634 (minisat) R 12623 12623 12342 0 -1 4194304 7537 0 0 0 101 4 0 0 25 0 1 0 193483093 27975680 6627 1992294400 134512640 135156773 4294956080 18446744073709551615 134554286 0 4 0 3 0 0 0 17 0 0 0
/proc/12634/statm: 6830 6627 74 157 0 6670 0
[pid=12623/tid=12625] ppid=12621 vsize=1686536 CPUtime=7.16
/proc/12623/task/12625/stat : 12625 (java) S 12621 12623 12342 0 -1 64 4973 0 1 0 712 4 0 0 18 0 12 0 193481811 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1686536 CPUtime=5.63
/proc/12623/task/12626/stat : 12626 (java) S 12621 12623 12342 0 -1 64 80384 0 0 0 531 32 0 0 16 0 12 0 193481813 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193481813 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193481813 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193481815 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1686536 CPUtime=0.1
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 423 0 0 0 10 0 0 0 15 0 12 0 193481815 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 193481815 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 193481815 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12633] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12633/stat : 12633 (java) S 12621 12623 12342 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 193483093 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=12623/tid=12635] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12635/stat : 12635 (java) S 12621 12623 12342 0 -1 64 46 0 0 0 0 0 0 0 15 0 12 0 193483096 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=12623/tid=12636] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12636/stat : 12636 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 193483096 1727012864 62442 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 1713856

[startup+14.3073 s]
/proc/loadavg: 1.14 1.06 0.96 2/77 12636
/proc/meminfo: memFree=1090480/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1686536 CPUtime=12.93
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 86659 0 1 0 1255 38 0 0 18 0 12 0 193481810 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421634 62443 2166 9 0 416545 0
[pid=12634] ppid=12623 vsize=27320 CPUtime=1.45
/proc/12634/stat : 12634 (minisat) R 12623 12623 12342 0 -1 4194304 7537 0 0 0 141 4 0 0 25 0 1 0 193483093 27975680 6627 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/12634/statm: 6830 6627 74 157 0 6670 0
[pid=12623/tid=12625] ppid=12621 vsize=1686536 CPUtime=7.16
/proc/12623/task/12625/stat : 12625 (java) S 12621 12623 12342 0 -1 64 4973 0 1 0 712 4 0 0 18 0 12 0 193481811 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1686536 CPUtime=5.63
/proc/12623/task/12626/stat : 12626 (java) S 12621 12623 12342 0 -1 64 80384 0 0 0 531 32 0 0 16 0 12 0 193481813 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193481813 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193481813 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193481815 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1686536 CPUtime=0.1
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 432 0 0 0 10 0 0 0 15 0 12 0 193481815 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 193481815 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 193481815 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12633] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12633/stat : 12633 (java) S 12621 12623 12342 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 193483093 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=12623/tid=12635] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12635/stat : 12635 (java) S 12621 12623 12342 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 193483096 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=12623/tid=12636] ppid=12621 vsize=1686536 CPUtime=0
/proc/12623/task/12636/stat : 12636 (java) S 12621 12623 12342 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 193483096 1727012864 62443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 1713856

[startup+14.4024 s]
/proc/loadavg: 1.14 1.06 0.96 2/77 12636
/proc/meminfo: memFree=1090480/2055920 swapFree=4192812/4192956
[pid=12623] ppid=12621 vsize=1686536 CPUtime=14.46
/proc/12623/stat : 12623 (java) S 12621 12623 12342 0 -1 0 86709 7545 1 0 1255 39 147 5 18 0 9 0 193481810 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12623/statm: 421634 62445 2167 9 0 416545 0
[pid=12623/tid=12625] ppid=12621 vsize=1686536 CPUtime=8.68
/proc/12623/task/12625/stat : 12625 (java) S 12621 12623 12342 0 -1 64 5012 7545 1 0 712 4 147 5 16 0 9 0 193481811 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12626] ppid=12621 vsize=1686536 CPUtime=7.15
/proc/12623/task/12626/stat : 12626 (java) S 12621 12623 12342 0 -1 64 80388 7545 0 0 531 32 147 5 16 0 9 0 193481813 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12627] ppid=12621 vsize=1686536 CPUtime=1.52
/proc/12623/task/12627/stat : 12627 (java) S 12621 12623 12342 0 -1 64 15 7545 0 0 0 0 147 5 16 0 9 0 193481813 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12628] ppid=12621 vsize=1686536 CPUtime=1.52
/proc/12623/task/12628/stat : 12628 (java) S 12621 12623 12342 0 -1 64 11 7545 0 0 0 0 147 5 16 0 9 0 193481813 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12629] ppid=12621 vsize=1686536 CPUtime=1.52
/proc/12623/task/12629/stat : 12629 (java) S 12621 12623 12342 0 -1 64 1 7545 0 0 0 0 147 5 22 0 9 0 193481815 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12630] ppid=12621 vsize=1686536 CPUtime=1.62
/proc/12623/task/12630/stat : 12630 (java) S 12621 12623 12342 0 -1 64 432 7545 0 0 10 0 147 5 15 0 9 0 193481815 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12623/tid=12631] ppid=12621 vsize=1686536 CPUtime=1.52
/proc/12623/task/12631/stat : 12631 (java) S 12621 12623 12342 0 -1 64 0 7545 0 0 0 0 147 5 23 0 9 0 193481815 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12623/tid=12632] ppid=12621 vsize=1686536 CPUtime=1.52
/proc/12623/task/12632/stat : 12632 (java) S 12621 12623 12342 0 -1 64 6 7545 0 0 0 0 147 5 15 0 9 0 193481815 1727012864 62445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.46
Current children cumulated vsize (KiB) 1686536

Child status: 0
Real time (s): 14.4526
CPU time (s): 14.5048
CPU user time (s): 14.0259
CPU system time (s): 0.478927
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 1716700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0259
system time used= 0.478927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94282
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= 932
involuntary context switches= 286

runsolver used 0.019996 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-17 19:13:31
IDJOB=1884490
IDBENCH=71962
IDSOLVER=688
FILE ID=node10/1884490-1245258811
PBS_JOBID= 9372443
Free space on /tmp= 65984 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE06/een-tip-uns-nusmv-t5.B.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-1884490-1245258811/watcher-1884490-1245258811 -o /tmp/evaluation-result-1884490-1245258811/solver-1884490-1245258811 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884490-1245258811.opb minisat %dimacs %var

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

MD5SUM BENCH= f4794db9cd72141640a05570376e6542
RANDOM SEED=1520152562

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1362808 kB
Buffers:         63968 kB
Cached:         558572 kB
SwapCached:          0 kB
Active:          96560 kB
Inactive:       539416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6348 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            43220 kB
Committed_AS:   209388 kB
PageTables:       1376 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-1884490-1245258811.opb

Free space on /tmp at the end= 65984 MiB
End job on node10 at 2009-06-17 19:13:46