Trace number 1884630

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 7.12192 7.06855

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/
modcircuits/owp_4vars_5gates.opb
MD5SUM5e53057f88370cad9f03360ea174025c
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 benchmark0.264959
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables267
Total number of constraints23747
Number of constraints which are clauses23747
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 constraint19
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
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

6.77/6.77	------------------------
6.77/6.78	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
6.77/6.78	Size : 0, 136298, 0, 0, 64
6.77/6.78	Count : 0, 23683, 0, 0, 64
6.77/6.78	
6.77/6.78	Command line : minisat tmp.dimacs %var 
6.77/6.78	
6.77/6.78	------------------------
6.77/6.79	This is MiniSat 2.0 beta
6.77/6.79	WARNING: for repeatability, setting FPU to use double precision
6.77/6.79	============================[ Problem Statistics ]=============================
6.77/6.79	|                                                                             |
6.77/6.79	|  Number of variables:  267                                                  |
6.77/6.79	|  Number of clauses:    23747                                                |
6.86/6.82	|  Parsing time:         0.02         s                                       |
6.86/6.93	============================[ Search Statistics ]==============================
6.86/6.93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.86/6.93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.86/6.93	===============================================================================
6.86/6.93	|         0 |     155     5370    26813 |     1790        0    nan |  0.000 % |
6.86/6.94	|       101 |     155     5370    26813 |     1969      101     12 | 25.471 % |
6.86/6.94	|       251 |     154     5370    26813 |     2165      250     11 | 25.848 % |
6.86/6.95	|       476 |     154     5370    26813 |     2382      473     10 | 26.595 % |
6.86/6.96	|       814 |     152     5370    26813 |     2620      809     10 | 27.342 % |
6.86/6.97	|      1321 |     149     5370    26813 |     2882     1315     10 | 27.717 % |
6.86/7.00	|      2080 |     149     5370    26813 |     3171     2074      9 | 27.721 % |
6.86/7.01	===============================================================================
6.86/7.01	restarts              : 7
6.86/7.01	conflicts             : 2623           (12034 /sec)
6.86/7.01	decisions             : 3968           (1.64 % random) (18205 /sec)
6.86/7.01	propagations          : 58373          (267808 /sec)
6.86/7.01	conflict literals     : 22736          (18.06 % deleted)
6.86/7.01	Memory used           : 3.73 MB
6.86/7.01	CPU time              : 0.217966 s
6.86/7.01	
6.86/7.01	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-1884630-1245259774/watcher-1884630-1245259774 -o /tmp/evaluation-result-1884630-1245259774/solver-1884630-1245259774 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884630-1245259774.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.00 1.00 0.93 3/64 12701
/proc/meminfo: memFree=1736888/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=152 CPUtime=0
/proc/12701/stat : 12701 (java) R 12699 12701 12362 0 -1 0 221 0 0 0 0 0 0 0 18 0 1 0 78710336 155648 26 1992294400 134512640 134550932 4294956032 18446744073709551615 10944811 0 0 4096 0 0 0 0 17 0 0 0
/proc/12701/statm: 38 26 19 9 0 4 0

[startup+0.074699 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12701
/proc/meminfo: memFree=1736888/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685156 CPUtime=0.07
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 2733 0 1 0 6 1 0 0 18 0 9 0 78710336 1725599744 2228 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421289 2229 1209 9 0 416200 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1685156

[startup+0.109705 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12701
/proc/meminfo: memFree=1736888/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685312 CPUtime=0.12
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 2961 0 1 0 11 1 0 0 18 0 9 0 78710336 1725759488 2451 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421328 2451 1226 9 0 416239 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1685312

[startup+0.302747 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12701
/proc/meminfo: memFree=1736888/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685312 CPUtime=0.33
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 4001 0 1 0 31 2 0 0 18 0 9 0 78710336 1725759488 3468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421328 3468 1226 9 0 416239 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685312

[startup+0.70183 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12701
/proc/meminfo: memFree=1736888/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685436 CPUtime=0.73
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 7127 0 1 0 70 3 0 0 18 0 9 0 78710336 1725886464 6281 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421359 6281 2154 9 0 416270 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685436

[startup+1.50198 s]
/proc/loadavg: 1.00 1.00 0.93 2/73 12710
/proc/meminfo: memFree=1715376/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685552 CPUtime=1.59
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 11274 0 1 0 154 5 0 0 18 0 9 0 78710336 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421388 9950 2161 9 0 416299 0
[pid=12701/tid=12703] ppid=12699 vsize=1685552 CPUtime=0.96
/proc/12701/task/12703/stat : 12703 (java) R 12699 12701 12362 0 -1 64 2305 0 1 0 95 1 0 0 17 0 9 0 78710337 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4126665184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12704] ppid=12699 vsize=1685552 CPUtime=0.5
/proc/12701/task/12704/stat : 12704 (java) S 12699 12701 12362 0 -1 64 7886 0 0 0 47 3 0 0 16 0 9 0 78710338 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12705] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12705/stat : 12705 (java) S 12699 12701 12362 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 78710339 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12706] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12706/stat : 12706 (java) S 12699 12701 12362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 78710339 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12707] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12707/stat : 12707 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 78710341 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12708] ppid=12699 vsize=1685552 CPUtime=0.09
/proc/12701/task/12708/stat : 12708 (java) S 12699 12701 12362 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 78710341 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12709] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12709/stat : 12709 (java) S 12699 12701 12362 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 78710341 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12710] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12710/stat : 12710 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 78710341 1726005248 9950 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1685552

[startup+3.10231 s]
/proc/loadavg: 1.00 1.00 0.93 2/73 12710
/proc/meminfo: memFree=1692784/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685552 CPUtime=3.18
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 20195 0 1 0 309 9 0 0 18 0 9 0 78710336 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421388 18618 2161 9 0 416299 0
[pid=12701/tid=12703] ppid=12699 vsize=1685552 CPUtime=1.89
/proc/12701/task/12703/stat : 12703 (java) S 12699 12701 12362 0 -1 64 2601 0 1 0 188 1 0 0 17 0 9 0 78710337 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12704] ppid=12699 vsize=1685552 CPUtime=1.16
/proc/12701/task/12704/stat : 12704 (java) R 12699 12701 12362 0 -1 64 16511 0 0 0 110 6 0 0 16 0 9 0 78710338 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12705] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12705/stat : 12705 (java) S 12699 12701 12362 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 78710339 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12706] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12706/stat : 12706 (java) S 12699 12701 12362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 78710339 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12707] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12707/stat : 12707 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 78710341 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12708] ppid=12699 vsize=1685552 CPUtime=0.09
/proc/12701/task/12708/stat : 12708 (java) S 12699 12701 12362 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 78710341 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12709] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12709/stat : 12709 (java) S 12699 12701 12362 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 78710341 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12710] ppid=12699 vsize=1685552 CPUtime=0
/proc/12701/task/12710/stat : 12710 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 78710341 1726005248 18618 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1685552

[startup+6.30194 s]
/proc/loadavg: 1.00 1.00 0.93 2/73 12710
/proc/meminfo: memFree=1619696/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685536 CPUtime=6.37
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 44041 0 1 0 618 19 0 0 18 0 9 0 78710336 1725988864 31847 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421384 31848 2162 9 0 416295 0
[pid=12701/tid=12703] ppid=12699 vsize=1685536 CPUtime=3.21
/proc/12701/task/12703/stat : 12703 (java) R 12699 12701 12362 0 -1 64 3798 0 1 0 319 2 0 0 16 0 9 0 78710337 1725988864 31848 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12704] ppid=12699 vsize=1685536 CPUtime=3.04
/proc/12701/task/12704/stat : 12704 (java) R 12699 12701 12362 0 -1 64 39161 0 0 0 288 16 0 0 15 0 9 0 78710338 1725988864 31849 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12705] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12705/stat : 12705 (java) S 12699 12701 12362 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 78710339 1725988864 31849 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12706] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12706/stat : 12706 (java) S 12699 12701 12362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 78710339 1725988864 31850 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12707] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12707/stat : 12707 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 78710341 1725988864 31851 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12708] ppid=12699 vsize=1685536 CPUtime=0.09
/proc/12701/task/12708/stat : 12708 (java) S 12699 12701 12362 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 78710341 1725988864 31851 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12709] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12709/stat : 12709 (java) S 12699 12701 12362 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 78710341 1725988864 31852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12710] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12710/stat : 12710 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 78710341 1725988864 31852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1685536

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

[startup+6.70202 s]
/proc/loadavg: 1.00 1.00 0.93 2/73 12710
/proc/meminfo: memFree=1609904/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1685536 CPUtime=6.77
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 47101 0 1 0 656 21 0 0 18 0 9 0 78710336 1725988864 34905 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421384 34908 2162 9 0 416295 0
[pid=12701/tid=12703] ppid=12699 vsize=1685536 CPUtime=3.46
/proc/12701/task/12703/stat : 12703 (java) S 12699 12701 12362 0 -1 64 3800 0 1 0 344 2 0 0 17 0 9 0 78710337 1725988864 34910 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12704] ppid=12699 vsize=1685536 CPUtime=3.18
/proc/12701/task/12704/stat : 12704 (java) R 12699 12701 12362 0 -1 64 42223 0 0 0 301 17 0 0 16 0 9 0 78710338 1725988864 34912 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12705] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12705/stat : 12705 (java) S 12699 12701 12362 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 78710339 1725988864 34913 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12706] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12706/stat : 12706 (java) S 12699 12701 12362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 78710339 1725988864 34915 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12707] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12707/stat : 12707 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 78710341 1725988864 34918 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12708] ppid=12699 vsize=1685536 CPUtime=0.09
/proc/12701/task/12708/stat : 12708 (java) S 12699 12701 12362 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 78710341 1725988864 34920 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12709] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12709/stat : 12709 (java) S 12699 12701 12362 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 78710341 1725988864 34922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12710] ppid=12699 vsize=1685536 CPUtime=0
/proc/12701/task/12710/stat : 12710 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 78710341 1725988864 34924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1685536

[startup+6.90106 s]
/proc/loadavg: 1.00 1.00 0.93 2/73 12710
/proc/meminfo: memFree=1609904/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1686508 CPUtime=6.86
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 47464 0 1 0 664 22 0 0 18 0 12 0 78710336 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421627 35021 2165 9 0 416538 0
[pid=12701/tid=12703] ppid=12699 vsize=1686508 CPUtime=3.53
/proc/12701/task/12703/stat : 12703 (java) S 12699 12701 12362 0 -1 64 3954 0 1 0 351 2 0 0 18 0 12 0 78710337 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12704] ppid=12699 vsize=1686508 CPUtime=3.19
/proc/12701/task/12704/stat : 12704 (java) S 12699 12701 12362 0 -1 64 42298 0 0 0 302 17 0 0 16 0 12 0 78710338 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12705] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12705/stat : 12705 (java) S 12699 12701 12362 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 78710339 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12706] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12706/stat : 12706 (java) S 12699 12701 12362 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 78710339 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12707] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12707/stat : 12707 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 78710341 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12708] ppid=12699 vsize=1686508 CPUtime=0.09
/proc/12701/task/12708/stat : 12708 (java) S 12699 12701 12362 0 -1 64 348 0 0 0 9 0 0 0 16 0 12 0 78710341 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12709] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12709/stat : 12709 (java) S 12699 12701 12362 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 78710341 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12710] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12710/stat : 12710 (java) S 12699 12701 12362 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 78710341 1726984192 35021 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1686508

[startup+7.00108 s]
/proc/loadavg: 1.00 1.00 0.93 2/73 12710
/proc/meminfo: memFree=1609904/2055920 swapFree=4191900/4192956
[pid=12701] ppid=12699 vsize=1686508 CPUtime=6.86
/proc/12701/stat : 12701 (java) S 12699 12701 12362 0 -1 0 47542 0 1 0 664 22 0 0 18 0 12 0 78710336 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12701/statm: 421627 35024 2165 9 0 416538 0
[pid=12701/tid=12703] ppid=12699 vsize=1686508 CPUtime=3.53
/proc/12701/task/12703/stat : 12703 (java) S 12699 12701 12362 0 -1 64 3954 0 1 0 351 2 0 0 18 0 12 0 78710337 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12704] ppid=12699 vsize=1686508 CPUtime=3.19
/proc/12701/task/12704/stat : 12704 (java) S 12699 12701 12362 0 -1 64 42298 0 0 0 302 17 0 0 16 0 12 0 78710338 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12705] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12705/stat : 12705 (java) S 12699 12701 12362 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 78710339 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12706] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12706/stat : 12706 (java) S 12699 12701 12362 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 78710339 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12707] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12707/stat : 12707 (java) S 12699 12701 12362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 78710341 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12708] ppid=12699 vsize=1686508 CPUtime=0.1
/proc/12701/task/12708/stat : 12708 (java) S 12699 12701 12362 0 -1 64 421 0 0 0 10 0 0 0 15 0 12 0 78710341 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12701/tid=12709] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12709/stat : 12709 (java) S 12699 12701 12362 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 78710341 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12701/tid=12710] ppid=12699 vsize=1686508 CPUtime=0
/proc/12701/task/12710/stat : 12710 (java) S 12699 12701 12362 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 78710341 1726984192 35024 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1686508

Child status: 0
Real time (s): 7.06855
CPU time (s): 7.12192
CPU user time (s): 6.86496
CPU system time (s): 0.25696
CPU usage (%): 100.755
Max. virtual memory (cumulated for all children) (KiB): 1706528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.86496
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48467
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= 725
involuntary context switches= 228

runsolver used 0.009998 second user time and 0.030995 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-17 19:29:34
IDJOB=1884630
IDBENCH=71976
IDSOLVER=688
FILE ID=node33/1884630-1245259774
PBS_JOBID= 9372420
Free space on /tmp= 65952 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/modcircuits/owp_4vars_5gates.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-1884630-1245259774/watcher-1884630-1245259774 -o /tmp/evaluation-result-1884630-1245259774/solver-1884630-1245259774 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884630-1245259774.opb minisat %dimacs %var

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

MD5SUM BENCH= 5e53057f88370cad9f03360ea174025c
RANDOM SEED=744355149

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:       1737368 kB
Buffers:         67068 kB
Cached:         166536 kB
SwapCached:        384 kB
Active:         112532 kB
Inactive:       134544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737368 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            57488 kB
Committed_AS:   157016 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-1884630-1245259774.opb

Free space on /tmp at the end= 65952 MiB
End job on node33 at 2009-06-17 19:29:41