Trace number 1883379

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) 208.461 209.057

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM321349c7a7114538010c83c600c72ae9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark33.2019
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

205.99/206.66	------------------------
205.99/206.66	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
205.99/206.66	Size : 0, 33124, 0, 0, 10062332
205.99/206.66	Count : 0, 364, 0, 0, 462
205.99/206.66	
205.99/206.66	Command line : minisat tmp.dimacs %var 
205.99/206.66	
205.99/206.66	------------------------
206.09/206.72	This is MiniSat 2.0 beta
206.09/206.72	WARNING: for repeatability, setting FPU to use double precision
206.09/206.72	============================[ Problem Statistics ]=============================
206.09/206.72	|                                                                             |
206.09/206.72	|  Number of variables:  350651                                               |
206.09/206.72	|  Number of clauses:    3468906                                              |

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-1883379-1245194124/watcher-1883379-1245194124 -o /tmp/evaluation-result-1883379-1245194124/solver-1883379-1245194124 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883379-1245194124.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.04 1.00 1.00 3/64 9578
/proc/meminfo: memFree=1869336/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=152 CPUtime=0
/proc/9578/stat : 9578 (java) R 9576 9578 8935 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 72145337 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 10944811 0 0 4096 0 0 0 0 17 1 0 0
/proc/9578/statm: 50 33 26 9 0 4 0

[startup+0.0788151 s]
/proc/loadavg: 1.04 1.00 1.00 3/64 9578
/proc/meminfo: memFree=1869336/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685288 CPUtime=0.07
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 2764 0 1 0 6 1 0 0 20 0 9 0 72145337 1725734912 2259 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421322 2259 1206 9 0 416233 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1685288

[startup+0.104997 s]
/proc/loadavg: 1.04 1.00 1.00 3/64 9578
/proc/meminfo: memFree=1869336/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685288 CPUtime=0.11
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 2964 0 1 0 10 1 0 0 20 0 9 0 72145337 1725734912 2458 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421322 2458 1222 9 0 416233 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685288

[startup+0.301849 s]
/proc/loadavg: 1.04 1.00 1.00 3/64 9578
/proc/meminfo: memFree=1869336/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685444 CPUtime=0.33
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 3660 0 1 0 31 2 0 0 20 0 9 0 72145337 1725894656 3139 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421361 3139 1222 9 0 416272 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685444

[startup+0.701933 s]
/proc/loadavg: 1.04 1.00 1.00 3/64 9578
/proc/meminfo: memFree=1869336/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685444 CPUtime=0.74
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 5919 0 1 0 72 2 0 0 20 0 9 0 72145337 1725894656 5198 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421361 5198 2161 9 0 416272 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1685444

[startup+1.50109 s]
/proc/loadavg: 1.04 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1856080/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685560 CPUtime=1.53
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 6835 0 1 0 150 3 0 0 20 0 9 0 72145337 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421390 6055 2160 9 0 416301 0
[pid=9578/tid=9580] ppid=9576 vsize=1685560 CPUtime=1.26
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 2012 0 1 0 125 1 0 0 17 0 9 0 72145338 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4126497684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685560 CPUtime=0.18
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 3741 0 0 0 17 1 0 0 16 0 9 0 72145339 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685560 CPUtime=0.08
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 72145342 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726013440 6055 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685560

[startup+3.10241 s]
/proc/loadavg: 1.04 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1850704/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685560 CPUtime=3.12
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 8765 0 1 0 308 4 0 0 20 0 9 0 72145337 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421390 7897 2160 9 0 416301 0
[pid=9578/tid=9580] ppid=9576 vsize=1685560 CPUtime=2.67
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 2147 0 1 0 266 1 0 0 18 0 9 0 72145338 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4126549717 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685560 CPUtime=0.34
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 5532 0 0 0 32 2 0 0 16 0 9 0 72145339 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685560 CPUtime=0.08
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 353 0 0 0 8 0 0 0 15 0 9 0 72145342 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685560 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726013440 7897 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 1685560

[startup+6.30105 s]
/proc/loadavg: 1.04 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1835472/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685572 CPUtime=6.3
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 14011 0 1 0 622 8 0 0 20 0 9 0 72145337 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421393 10548 2161 9 0 416304 0
[pid=9578/tid=9580] ppid=9576 vsize=1685572 CPUtime=5.4
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 2415 0 1 0 538 2 0 0 17 0 9 0 72145338 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046726 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685572 CPUtime=0.79
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 10510 0 0 0 74 5 0 0 16 0 9 0 72145339 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685572 CPUtime=0.08
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 353 0 0 0 8 0 0 0 16 0 9 0 72145342 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726025728 10548 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 1685572

[startup+12.7023 s]
/proc/loadavg: 1.04 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1809360/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685572 CPUtime=12.69
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 22615 0 1 0 1256 13 0 0 20 0 9 0 72145337 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421393 16526 2161 9 0 416304 0
[pid=9578/tid=9580] ppid=9576 vsize=1685572 CPUtime=11.18
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 2735 0 1 0 1115 3 0 0 17 0 9 0 72145338 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 102751327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685572 CPUtime=1.4
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 18793 0 0 0 131 9 0 0 15 0 9 0 72145339 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685572 CPUtime=0.08
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 354 0 0 0 8 0 0 0 16 0 9 0 72145342 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726025728 16526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1685572

[startup+25.5019 s]
/proc/loadavg: 1.03 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1755600/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685572 CPUtime=25.45
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 37027 0 1 0 2523 22 0 0 20 0 9 0 72145337 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421393 28291 2161 9 0 416304 0
[pid=9578/tid=9580] ppid=9576 vsize=1685572 CPUtime=22.84
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 3284 0 1 0 2279 5 0 0 17 0 9 0 72145338 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4126522880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685572 CPUtime=2.5
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 32654 0 0 0 234 16 0 0 16 0 9 0 72145339 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685572 CPUtime=0.09
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 356 0 0 0 9 0 0 0 16 0 9 0 72145342 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726025728 28291 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1685572

[startup+51.1012 s]
/proc/loadavg: 1.02 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1665360/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685572 CPUtime=50.98
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 61462 0 1 0 5061 37 0 0 20 0 9 0 72145337 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421393 48880 2161 9 0 416304 0
[pid=9578/tid=9580] ppid=9576 vsize=1685572 CPUtime=45.49
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 5096 0 1 0 4540 9 0 0 17 0 9 0 72145338 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 101450192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685572 CPUtime=5.37
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 55273 0 0 0 511 26 0 0 16 0 9 0 72145339 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685572 CPUtime=0.1
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 72145342 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726025728 48880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1685572

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1460240/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685572 CPUtime=102.08
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 107899 0 1 0 10140 68 0 0 20 0 9 0 72145337 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421393 93944 2161 9 0 416304 0
[pid=9578/tid=9580] ppid=9576 vsize=1685572 CPUtime=91.49
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 7043 0 1 0 9128 21 0 0 16 0 9 0 72145338 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4126384696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685572 CPUtime=10.47
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 99763 0 0 0 1001 46 0 0 17 0 9 0 72145339 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685572 CPUtime=0.1
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 72145342 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726025728 93944 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 1685572

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 9587
/proc/meminfo: memFree=1350544/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1685572 CPUtime=161.86
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 129693 0 1 0 16099 87 0 0 20 0 9 0 72145337 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421393 115642 2161 9 0 416304 0
[pid=9578/tid=9580] ppid=9576 vsize=1685572 CPUtime=149.18
/proc/9578/task/9580/stat : 9580 (java) R 9576 9578 8935 0 -1 64 7143 0 1 0 14887 31 0 0 17 0 9 0 72145338 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4126547911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1685572 CPUtime=12.56
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 121457 0 0 0 1201 55 0 0 16 0 9 0 72145339 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 72145339 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 72145342 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1685572 CPUtime=0.1
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 72145342 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72145342 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1685572 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 72145342 1726025728 115642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 1685572



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+208.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9591
/proc/meminfo: memFree=1101424/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=1686544 CPUtime=206.08
/proc/9578/stat : 9578 (java) S 9576 9578 8935 0 -1 0 149768 0 1 0 20505 103 0 0 20 0 12 0 72145337 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 421636 135402 2164 9 0 416547 0
[pid=9589] ppid=9578 vsize=160992 CPUtime=2.21
/proc/9589/stat : 9589 (minisat) R 9578 9578 8935 0 -1 4194304 38243 0 0 0 197 24 0 0 25 0 1 0 72166004 164855808 38195 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/9589/statm: 40248 38197 58 157 0 40088 0
[pid=9578/tid=9580] ppid=9576 vsize=1686544 CPUtime=189.58
/proc/9578/task/9580/stat : 9580 (java) S 9576 9578 8935 0 -1 64 10420 0 1 0 18919 39 0 0 17 0 12 0 72145338 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9581] ppid=9576 vsize=1686544 CPUtime=16.37
/proc/9578/task/9581/stat : 9581 (java) S 9576 9578 8935 0 -1 64 138126 0 0 0 1576 61 0 0 16 0 12 0 72145339 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9582] ppid=9576 vsize=1686544 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9576 9578 8935 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 72145339 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9576 vsize=1686544 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9576 9578 8935 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 72145339 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9584] ppid=9576 vsize=1686544 CPUtime=0
/proc/9578/task/9584/stat : 9584 (java) S 9576 9578 8935 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 72145342 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9585] ppid=9576 vsize=1686544 CPUtime=0.1
/proc/9578/task/9585/stat : 9585 (java) S 9576 9578 8935 0 -1 64 360 0 0 0 10 0 0 0 16 0 12 0 72145342 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9576 vsize=1686544 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9576 9578 8935 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 72145342 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9587] ppid=9576 vsize=1686544 CPUtime=0
/proc/9578/task/9587/stat : 9587 (java) S 9576 9578 8935 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 72145342 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9588] ppid=9576 vsize=1686544 CPUtime=0.01
/proc/9578/task/9588/stat : 9588 (java) S 9576 9578 8935 0 -1 64 72 0 0 0 0 1 0 0 18 0 12 0 72166004 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=9578/tid=9590] ppid=9576 vsize=1686544 CPUtime=0
/proc/9578/task/9590/stat : 9590 (java) S 9576 9578 8935 0 -1 64 38 0 0 0 0 0 0 0 18 0 12 0 72166009 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=9578/tid=9591] ppid=9576 vsize=1686544 CPUtime=0
/proc/9578/task/9591/stat : 9591 (java) S 9576 9578 8935 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 72166009 1727021056 135402 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 208.29
Current children cumulated vsize (KiB) 1847536

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

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

[startup+209.018 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9591
/proc/meminfo: memFree=1101424/2055920 swapFree=4191900/4192956
[pid=9578] ppid=9576 vsize=0 CPUtime=208.4
/proc/9578/stat : 9578 (java) Z 9576 9578 8935 0 -1 12 150323 38259 1 0 20506 111 197 26 15 0 2 0 72145337 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 208.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 209.057
CPU time (s): 208.461
CPU user time (s): 207.037
CPU system time (s): 1.42478
CPU usage (%): 99.7151
Max. virtual memory (cumulated for all children) (KiB): 1847536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.037
system time used= 1.42478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188582
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= 7822
involuntary context switches= 5894

runsolver used 0.26296 second user time and 0.610907 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-17 01:15:24
IDJOB=1883379
IDBENCH=1156
IDSOLVER=688
FILE ID=node33/1883379-1245194124
PBS_JOBID= 9368299
Free space on /tmp= 65952 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin14.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-1883379-1245194124/watcher-1883379-1245194124 -o /tmp/evaluation-result-1883379-1245194124/solver-1883379-1245194124 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883379-1245194124.opb minisat %dimacs %var

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

MD5SUM BENCH= 321349c7a7114538010c83c600c72ae9
RANDOM SEED=1458034112

node33.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.261
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.261
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:       1869816 kB
Buffers:         43388 kB
Cached:          87332 kB
SwapCached:        384 kB
Active:          80820 kB
Inactive:        63388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869816 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            27900 kB
Committed_AS:   130704 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-1883379-1245194124.opb

Free space on /tmp at the end= 65952 MiB
End job on node33 at 2009-06-17 01:18:55