Trace number 1883601

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) 183.751 184.449

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_3.opb.PB06.opb
MD5SUMe3c4907f9ed288ddc262ad274eebff0f
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 benchmark1.44578
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1600
Total number of constraints328901
Number of constraints which are clauses327070
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints1770
Minimum length of a constraint2
Maximum length of a constraint700
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 282
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 831
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

181.40/182.12	------------------------
181.40/182.12	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
181.40/182.12	Size : 0, 1739152, 0, 0, 6343104
181.40/182.12	Count : 0, 328060, 0, 0, 902
181.40/182.12	
181.40/182.12	Command line : minisat tmp.dimacs %var 
181.40/182.12	
181.40/182.12	------------------------
181.46/182.21	This is MiniSat 2.0 beta
181.46/182.21	WARNING: for repeatability, setting FPU to use double precision
181.46/182.21	============================[ Problem Statistics ]=============================
181.46/182.21	|                                                                             |
181.46/182.21	|  Number of variables:  379572                                               |
181.46/182.21	|  Number of clauses:    2829704                                              |

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-1883601-1245194822/watcher-1883601-1245194822 -o /tmp/evaluation-result-1883601-1245194822/solver-1883601-1245194822 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883601-1245194822.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.02 1.00 1.00 3/64 7334
/proc/meminfo: memFree=1827992/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1616 CPUtime=0
/proc/7334/stat : 7334 (java) R 7332 7334 6874 0 -1 0 193 0 0 0 0 0 0 0 18 0 1 0 187082263 1654784 160 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/7334/statm: 404 160 124 9 0 46 0

[startup+0.026441 s]
/proc/loadavg: 1.02 1.00 1.00 3/64 7334
/proc/meminfo: memFree=1827992/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1682168 CPUtime=0.02
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 1542 0 1 0 1 1 0 0 18 0 5 0 187082263 1722540032 1207 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 420542 1207 695 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.101455 s]
/proc/loadavg: 1.02 1.00 1.00 3/64 7334
/proc/meminfo: memFree=1827992/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685328 CPUtime=0.11
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 2902 0 1 0 9 2 0 0 18 0 9 0 187082263 1725775872 2396 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421332 2399 1221 9 0 416243 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685328

[startup+0.301473 s]
/proc/loadavg: 1.02 1.00 1.00 3/64 7334
/proc/meminfo: memFree=1827992/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685764 CPUtime=0.34
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 4313 0 1 0 31 3 0 0 18 0 9 0 187082263 1726222336 3739 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421441 3739 1363 9 0 416352 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1685764

[startup+0.701519 s]
/proc/loadavg: 1.02 1.00 1.00 3/64 7334
/proc/meminfo: memFree=1827992/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685512 CPUtime=0.74
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 7318 0 1 0 70 4 0 0 18 0 9 0 187082263 1725964288 6289 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421378 6289 2154 9 0 416289 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1685512

[startup+1.50262 s]
/proc/loadavg: 1.02 1.00 1.00 2/73 7343
/proc/meminfo: memFree=1805648/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685512 CPUtime=1.53
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 11497 0 1 0 147 6 0 0 18 0 9 0 187082263 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421378 9752 2154 9 0 416289 0
[pid=7334/tid=7336] ppid=7332 vsize=1685512 CPUtime=0.99
/proc/7334/task/7336/stat : 7336 (java) S 7332 7334 6874 0 -1 64 2226 0 1 0 98 1 0 0 17 0 9 0 187082264 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1685512 CPUtime=0.47
/proc/7334/task/7337/stat : 7337 (java) R 7332 7334 6874 0 -1 64 8247 0 0 0 44 3 0 0 16 0 9 0 187082265 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187082265 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187082265 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1685512 CPUtime=0.04
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 292 0 0 0 4 0 0 0 16 0 9 0 187082268 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187082268 1725964288 9752 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685512

[startup+3.9988 s]
/proc/loadavg: 1.02 1.00 1.00 2/73 7343
/proc/meminfo: memFree=1784848/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685512 CPUtime=4.1
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 26622 0 1 0 392 18 0 0 18 0 9 0 187082263 1725964288 21955 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421378 21986 2154 9 0 416289 0
[pid=7334/tid=7336] ppid=7332 vsize=1685512 CPUtime=2.63
/proc/7334/task/7336/stat : 7336 (java) R 7332 7334 6874 0 -1 64 2930 0 1 0 259 4 0 0 16 0 9 0 187082264 1725964288 22251 1992294400 134512640 134550932 4294956032 18446744073709551615 4126371377 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1685512 CPUtime=1.47
/proc/7334/task/7337/stat : 7337 (java) R 7332 7334 6874 0 -1 64 23325 0 0 0 136 11 0 0 19 0 9 0 187082265 1725964288 22546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187082265 1725964288 22842 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187082265 1725964288 23137 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1725964288 23168 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1685512 CPUtime=0.04
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 295 0 0 0 4 0 0 0 15 0 9 0 187082268 1725964288 23728 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1725964288 24024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1685512 CPUtime=0.01
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 187082268 1725964288 24320 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 1685512

[startup+6.59101 s]
/proc/loadavg: 1.02 1.00 1.00 2/73 7343
/proc/meminfo: memFree=1784848/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685512 CPUtime=6.64
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 46225 0 1 0 638 26 0 0 18 0 9 0 187082263 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421378 34450 2165 9 0 416289 0
[pid=7334/tid=7336] ppid=7332 vsize=1685512 CPUtime=3.93
/proc/7334/task/7336/stat : 7336 (java) S 7332 7334 6874 0 -1 64 3648 0 1 0 389 4 0 0 16 0 9 0 187082264 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1685512 CPUtime=2.56
/proc/7334/task/7337/stat : 7337 (java) R 7332 7334 6874 0 -1 64 41497 0 0 0 238 18 0 0 17 0 9 0 187082265 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 102546940 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187082265 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187082265 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1685512 CPUtime=0.09
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 187082268 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1685512 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1685512 CPUtime=0.01
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 187082268 1725964288 34450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 1685512

[startup+12.7029 s]
/proc/loadavg: 1.01 1.00 1.00 2/73 7343
/proc/meminfo: memFree=1551760/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1696172 CPUtime=12.77
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 100168 0 1 0 1228 49 0 0 18 0 9 0 187082263 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 424043 76785 2162 9 0 418954 0
[pid=7334/tid=7336] ppid=7332 vsize=1696172 CPUtime=6.84
/proc/7334/task/7336/stat : 7336 (java) S 7332 7334 6874 0 -1 64 4758 0 1 0 678 6 0 0 17 0 9 0 187082264 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1696172 CPUtime=5.76
/proc/7334/task/7337/stat : 7337 (java) R 7332 7334 6874 0 -1 64 94330 0 0 0 538 38 0 0 16 0 9 0 187082265 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 102758033 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1696172 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187082265 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1696172 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187082265 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1696172 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1696172 CPUtime=0.1
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187082268 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1696172 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1696172 CPUtime=0.03
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 1 2 0 0 15 0 9 0 187082268 1736880128 76785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1696172

[startup+25.5014 s]
/proc/loadavg: 1.01 1.00 1.00 2/73 7343
/proc/meminfo: memFree=1275984/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685600 CPUtime=25.14
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 177517 0 1 0 2425 89 0 0 18 0 9 0 187082263 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421400 138611 2162 9 0 416311 0
[pid=7334/tid=7336] ppid=7332 vsize=1685600 CPUtime=11.29
/proc/7334/task/7336/stat : 7336 (java) R 7332 7334 6874 0 -1 64 9889 0 1 0 1118 11 0 0 17 0 9 0 187082264 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4126526110 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1685600 CPUtime=13.64
/proc/7334/task/7337/stat : 7337 (java) S 7332 7334 6874 0 -1 64 166548 0 0 0 1294 70 0 0 16 0 9 0 187082265 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187082265 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187082265 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1685600 CPUtime=0.1
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187082268 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1685600 CPUtime=0.08
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 2 6 0 0 15 0 9 0 187082268 1726054400 138611 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 1685600

[startup+51.1011 s]
/proc/loadavg: 1.09 1.02 1.01 2/73 7343
/proc/meminfo: memFree=981136/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1698732 CPUtime=50.36
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 248584 0 1 0 4867 169 0 0 18 0 9 0 187082263 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 424683 206455 2164 9 0 419594 0
[pid=7334/tid=7336] ppid=7332 vsize=1698732 CPUtime=28.17
/proc/7334/task/7336/stat : 7336 (java) S 7332 7334 6874 0 -1 64 9949 0 1 0 2763 54 0 0 16 0 9 0 187082264 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1698732 CPUtime=21.88
/proc/7334/task/7337/stat : 7337 (java) R 7332 7334 6874 0 -1 64 237545 0 0 0 2086 102 0 0 25 0 9 0 187082265 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1698732 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187082265 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1698732 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187082265 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1698732 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1698732 CPUtime=0.11
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 187082268 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1698732 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1698732 CPUtime=0.15
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 5 10 0 0 15 0 9 0 187082268 1739501568 206455 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 1698732

[startup+102.301 s]
/proc/loadavg: 1.48 1.16 1.05 2/73 7343
/proc/meminfo: memFree=813776/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685600 CPUtime=101.5
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 288771 0 1 0 9885 265 0 0 18 0 9 0 187082263 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421400 243330 2164 9 0 416311 0
[pid=7334/tid=7336] ppid=7332 vsize=1685600 CPUtime=75.77
/proc/7334/task/7336/stat : 7336 (java) R 7332 7334 6874 0 -1 64 15142 0 1 0 7443 134 0 0 19 0 9 0 187082264 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4126382552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1685600 CPUtime=25.38
/proc/7334/task/7337/stat : 7337 (java) S 7332 7334 6874 0 -1 64 272539 0 0 0 2422 116 0 0 16 0 9 0 187082265 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187082265 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187082265 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1685600 CPUtime=0.11
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 187082268 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1685600 CPUtime=0.19
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 6 13 0 0 15 0 9 0 187082268 1726054400 243330 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 1685600

[startup+162.302 s]
/proc/loadavg: 1.18 1.13 1.05 2/73 7343
/proc/meminfo: memFree=771216/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1685600 CPUtime=161.63
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 297884 0 1 0 15879 284 0 0 18 0 9 0 187082263 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421400 252426 2164 9 0 416311 0
[pid=7334/tid=7336] ppid=7332 vsize=1685600 CPUtime=134.76
/proc/7334/task/7336/stat : 7336 (java) R 7332 7334 6874 0 -1 64 15159 0 1 0 13339 137 0 0 19 0 9 0 187082264 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4126383233 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1685600 CPUtime=26.31
/proc/7334/task/7337/stat : 7337 (java) S 7332 7334 6874 0 -1 64 281635 0 0 0 2512 119 0 0 16 0 9 0 187082265 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187082265 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187082265 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187082267 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1685600 CPUtime=0.11
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 187082268 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1685600 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187082268 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1685600 CPUtime=0.42
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 15 27 0 0 15 0 9 0 187082268 1726054400 252426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 1685600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+184.202 s]
/proc/loadavg: 1.11 1.12 1.05 2/77 7347
/proc/meminfo: memFree=595824/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=1686572 CPUtime=181.47
/proc/7334/stat : 7334 (java) S 7332 7334 6874 0 -1 0 301839 0 1 0 17854 293 0 0 18 0 12 0 187082263 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7334/statm: 421643 256111 2167 9 0 416554 0
[pid=7345] ppid=7334 vsize=166136 CPUtime=2.03
/proc/7345/stat : 7345 (minisat) R 7334 7334 6874 0 -1 4194304 38638 0 0 0 175 28 0 0 25 0 1 0 187100475 170123264 38617 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/7345/statm: 41567 38618 58 157 0 41407 0
[pid=7334/tid=7336] ppid=7332 vsize=1686572 CPUtime=154.24
/proc/7334/task/7336/stat : 7336 (java) S 7332 7334 6874 0 -1 64 15318 0 1 0 15284 140 0 0 16 0 12 0 187082264 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7337] ppid=7332 vsize=1686572 CPUtime=26.61
/proc/7334/task/7337/stat : 7337 (java) S 7332 7334 6874 0 -1 64 285309 0 0 0 2541 120 0 0 16 0 12 0 187082265 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7338] ppid=7332 vsize=1686572 CPUtime=0
/proc/7334/task/7338/stat : 7338 (java) S 7332 7334 6874 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187082265 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7339] ppid=7332 vsize=1686572 CPUtime=0
/proc/7334/task/7339/stat : 7339 (java) S 7332 7334 6874 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187082265 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7340] ppid=7332 vsize=1686572 CPUtime=0
/proc/7334/task/7340/stat : 7340 (java) S 7332 7334 6874 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 187082267 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7341] ppid=7332 vsize=1686572 CPUtime=0.11
/proc/7334/task/7341/stat : 7341 (java) S 7332 7334 6874 0 -1 64 358 0 0 0 11 0 0 0 16 0 12 0 187082268 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7342] ppid=7332 vsize=1686572 CPUtime=0
/proc/7334/task/7342/stat : 7342 (java) S 7332 7334 6874 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 187082268 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7334/tid=7343] ppid=7332 vsize=1686572 CPUtime=0.42
/proc/7334/task/7343/stat : 7343 (java) S 7332 7334 6874 0 -1 64 7 0 0 0 15 27 0 0 15 0 12 0 187082268 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7334/tid=7344] ppid=7332 vsize=1686572 CPUtime=0.03
/proc/7334/task/7344/stat : 7344 (java) S 7332 7334 6874 0 -1 64 70 0 0 0 0 3 0 0 17 0 12 0 187100475 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=7334/tid=7346] ppid=7332 vsize=1686572 CPUtime=0
/proc/7334/task/7346/stat : 7346 (java) S 7332 7334 6874 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 187100484 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=7334/tid=7347] ppid=7332 vsize=1686572 CPUtime=0
/proc/7334/task/7347/stat : 7347 (java) S 7332 7334 6874 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 187100485 1727049728 256111 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.5
Current children cumulated vsize (KiB) 1852708

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

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

[startup+184.314 s]
/proc/loadavg: 1.11 1.12 1.05 2/77 7347
/proc/meminfo: memFree=595824/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=0 CPUtime=183.6
/proc/7334/stat : 7334 (java) Z 7332 7334 6874 0 -1 1036 302350 38657 54 0 17854 295 175 36 15 0 2 0 187082263 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7334/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.6
Current children cumulated vsize (KiB) 0

[startup+184.403 s]
/proc/loadavg: 1.11 1.12 1.05 2/77 7347
/proc/meminfo: memFree=595824/2055920 swapFree=4191900/4192956
[pid=7334] ppid=7332 vsize=0 CPUtime=183.69
/proc/7334/stat : 7334 (java) Z 7332 7334 6874 0 -1 1036 302350 38657 54 0 17854 304 175 36 15 0 2 0 187082263 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7334/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.69
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 184.449
CPU time (s): 183.751
CPU user time (s): 180.304
CPU system time (s): 3.44748
CPU usage (%): 99.6216
Max. virtual memory (cumulated for all children) (KiB): 1852708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.304
system time used= 3.44747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341007
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5441
involuntary context switches= 3729

runsolver used 1.09183 second user time and 2.16767 second system time

The end

Launcher Data

Begin job on node28 at 2009-06-17 01:27:02
IDJOB=1883601
IDBENCH=1378
IDSOLVER=688
FILE ID=node28/1883601-1245194822
PBS_JOBID= 9368295
Free space on /tmp= 66168 MiB

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

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

MD5SUM BENCH= e3c4907f9ed288ddc262ad274eebff0f
RANDOM SEED=853515433

node28.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:       1828600 kB
Buffers:         47956 kB
Cached:         103424 kB
SwapCached:        260 kB
Active:          50832 kB
Inactive:       120068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828600 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12004 kB
Writeback:           0 kB
Mapped:          22624 kB
Slab:            42344 kB
Committed_AS:   166576 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883601-1245194822.opb

Free space on /tmp at the end= 66168 MiB
End job on node28 at 2009-06-17 01:30:09