Trace number 1884730

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 5.9271 6.14881

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/parity-games/
instance_n5_i6_pp_ci_ce.opb
MD5SUM3cd92adc9cf54d1dc3dad55ee2840a98
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 benchmark4.87626
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4380
Total number of constraints31980
Number of constraints which are clauses31980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
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

3.91/4.14	------------------------
3.91/4.14	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
3.91/4.14	Size : 0, 102772, 0, 0, 0
3.91/4.14	Count : 0, 31980, 0, 0, 0
3.91/4.14	
3.91/4.14	Command line : minisat tmp.dimacs %var 
3.91/4.14	
3.91/4.14	------------------------
3.91/4.16	This is MiniSat 2.0 beta
3.91/4.16	WARNING: for repeatability, setting FPU to use double precision
3.91/4.16	============================[ Problem Statistics ]=============================
3.91/4.16	|                                                                             |
3.91/4.16	|  Number of variables:  4380                                                 |
3.91/4.16	|  Number of clauses:    31980                                                |
3.91/4.19	|  Parsing time:         0.03         s                                       |
3.96/4.25	============================[ Search Statistics ]==============================
3.96/4.25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.96/4.25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.96/4.25	===============================================================================
3.96/4.25	|         0 |    2916    24813    81034 |     8271        0    nan |  0.000 % |
3.96/4.26	|       100 |    2915    24813    81034 |     9098       99      8 |  2.078 % |
3.96/4.27	|       250 |    2915    24813    81034 |    10007      249     23 |  2.078 % |
4.10/4.31	|       475 |    2915    24813    81034 |    11008      474     22 |  2.078 % |
4.10/4.33	|       812 |    2915    24813    81034 |    12109      811     21 |  2.078 % |
4.10/4.37	|      1319 |    2914    24809    81026 |    13320     1317     21 |  2.100 % |
4.20/4.42	|      2078 |    2914    24809    81026 |    14652     2076     20 |  2.100 % |
4.29/4.56	|      3218 |    2914    24804    81011 |    16117     3211     20 |  2.104 % |
4.49/4.75	|      4926 |    2913    24768    80891 |    17729     4915     23 |  2.123 % |
4.89/5.15	|      7489 |    2913    24768    80891 |    19502     7478     23 |  2.123 % |
5.59/5.88	|     11333 |    2913    24768    80891 |    21452    11322     24 |  2.124 % |
5.79/6.09	===============================================================================
5.79/6.09	restarts              : 11
5.79/6.09	conflicts             : 12124          (6299 /sec)
5.79/6.09	decisions             : 27276          (1.23 % random) (14172 /sec)
5.79/6.09	propagations          : 2852129        (1481851 /sec)
5.79/6.09	conflict literals     : 292860         (39.48 % deleted)
5.79/6.09	Memory used           : 5.25 MB
5.79/6.09	CPU time              : 1.92471 s
5.79/6.09	
5.79/6.09	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-1884730-1245260303/watcher-1884730-1245260303 -o /tmp/evaluation-result-1884730-1245260303/solver-1884730-1245260303 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884730-1245260303.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 9673
/proc/meminfo: memFree=1896232/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=148 CPUtime=0
/proc/9673/stat : 9673 (java) R 9671 9673 9232 0 -1 0 35 0 0 0 0 0 0 0 18 0 1 0 193623218 151552 20 1992294400 134512640 134550932 4294956192 18446744073709551615 3800127 0 0 4096 0 0 0 0 17 1 0 0
/proc/9673/statm: 38 21 14 9 0 4 0

[startup+0.080606 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 9673
/proc/meminfo: memFree=1896232/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1682168 CPUtime=0.03
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 2030 0 1 0 2 1 0 0 18 0 5 0 193623218 1722540032 1593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 420542 1593 904 9 0 415457 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1682168

[startup+0.102603 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 9673
/proc/meminfo: memFree=1896232/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1682168 CPUtime=0.03
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 2030 0 1 0 2 1 0 0 18 0 5 0 193623218 1722540032 1593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 420542 1593 904 9 0 415457 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1682168

[startup+0.301639 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 9673
/proc/meminfo: memFree=1896232/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1684400 CPUtime=0.09
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 2785 0 1 0 7 2 0 0 18 0 9 0 193623218 1724825600 2280 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421100 2280 1212 9 0 416011 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1684400

[startup+0.702693 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 9673
/proc/meminfo: memFree=1896232/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1684580 CPUtime=0.52
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 6077 0 1 0 49 3 0 0 18 0 9 0 193623218 1725009920 5285 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421145 5285 2154 9 0 416056 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1684580

[startup+1.50281 s]
/proc/loadavg: 0.99 0.98 0.92 2/73 9682
/proc/meminfo: memFree=1879072/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1684688 CPUtime=1.38
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 10370 0 1 0 132 6 0 0 18 0 9 0 193623218 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421172 9083 2161 9 0 416083 0
[pid=9673/tid=9675] ppid=9671 vsize=1684688 CPUtime=0.87
/proc/9673/task/9675/stat : 9675 (java) R 9671 9673 9232 0 -1 64 2108 0 1 0 86 1 0 0 17 0 9 0 193623220 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4126565228 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9676] ppid=9671 vsize=1684688 CPUtime=0.39
/proc/9673/task/9676/stat : 9676 (java) S 9671 9673 9232 0 -1 64 7178 0 0 0 36 3 0 0 16 0 9 0 193623221 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9677] ppid=9671 vsize=1684688 CPUtime=0
/proc/9673/task/9677/stat : 9677 (java) S 9671 9673 9232 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 193623221 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9678] ppid=9671 vsize=1684688 CPUtime=0
/proc/9673/task/9678/stat : 9678 (java) S 9671 9673 9232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193623221 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9679] ppid=9671 vsize=1684688 CPUtime=0
/proc/9673/task/9679/stat : 9679 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 193623243 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9680] ppid=9671 vsize=1684688 CPUtime=0.09
/proc/9673/task/9680/stat : 9680 (java) S 9671 9673 9232 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 193623243 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9681] ppid=9671 vsize=1684688 CPUtime=0
/proc/9673/task/9681/stat : 9681 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 193623243 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9682] ppid=9671 vsize=1684688 CPUtime=0
/proc/9673/task/9682/stat : 9682 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193623243 1725120512 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1684688

[startup+3.10104 s]
/proc/loadavg: 0.99 0.98 0.92 2/73 9682
/proc/meminfo: memFree=1855968/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1684672 CPUtime=2.97
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 18710 0 1 0 286 11 0 0 18 0 9 0 193623218 1725104128 16962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421168 16964 2161 9 0 416079 0
[pid=9673/tid=9675] ppid=9671 vsize=1684672 CPUtime=1.71
/proc/9673/task/9675/stat : 9675 (java) S 9671 9673 9232 0 -1 64 2577 0 1 0 169 2 0 0 17 0 9 0 193623220 1725104128 16965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9676] ppid=9671 vsize=1684672 CPUtime=1.14
/proc/9673/task/9676/stat : 9676 (java) R 9671 9673 9232 0 -1 64 15052 0 0 0 107 7 0 0 16 0 9 0 193623221 1725104128 16966 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9677] ppid=9671 vsize=1684672 CPUtime=0
/proc/9673/task/9677/stat : 9677 (java) S 9671 9673 9232 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 193623221 1725104128 16968 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9678] ppid=9671 vsize=1684672 CPUtime=0
/proc/9673/task/9678/stat : 9678 (java) S 9671 9673 9232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193623221 1725104128 16968 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9679] ppid=9671 vsize=1684672 CPUtime=0
/proc/9673/task/9679/stat : 9679 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 193623243 1725104128 16968 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9680] ppid=9671 vsize=1684672 CPUtime=0.09
/proc/9673/task/9680/stat : 9680 (java) S 9671 9673 9232 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 193623243 1725104128 16969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9681] ppid=9671 vsize=1684672 CPUtime=0
/proc/9673/task/9681/stat : 9681 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 193623243 1725104128 16972 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9682] ppid=9671 vsize=1684672 CPUtime=0
/proc/9673/task/9682/stat : 9682 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193623243 1725104128 16974 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1684672

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

[startup+4.70245 s]
/proc/loadavg: 0.99 0.98 0.92 2/77 9686
/proc/meminfo: memFree=1815424/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1685644 CPUtime=3.96
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 23830 0 1 0 383 13 0 0 18 0 12 0 193623218 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421411 21142 2164 9 0 416322 0
[pid=9684] ppid=9673 vsize=4572 CPUtime=0.53
/proc/9684/stat : 9684 (minisat) R 9673 9673 9232 0 -1 4194304 991 0 0 0 53 0 0 0 21 0 1 0 193623633 4681728 906 1992294400 134512640 135156773 4294956080 18446744073709551615 134552786 0 4 0 3 0 0 0 17 0 0 0
/proc/9684/statm: 1143 906 74 157 0 983 0
[pid=9673/tid=9675] ppid=9671 vsize=1685644 CPUtime=2.1
/proc/9673/task/9675/stat : 9675 (java) S 9671 9673 9232 0 -1 64 3190 0 1 0 208 2 0 0 17 0 12 0 193623220 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9676] ppid=9671 vsize=1685644 CPUtime=1.74
/proc/9673/task/9676/stat : 9676 (java) S 9671 9673 9232 0 -1 64 19351 0 0 0 165 9 0 0 15 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9677] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9677/stat : 9677 (java) S 9671 9673 9232 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9678] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9678/stat : 9678 (java) S 9671 9673 9232 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9679] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9679/stat : 9679 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9680] ppid=9671 vsize=1685644 CPUtime=0.09
/proc/9673/task/9680/stat : 9680 (java) S 9671 9673 9232 0 -1 64 424 0 0 0 9 0 0 0 16 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9681] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9681/stat : 9681 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9682] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9682/stat : 9682 (java) S 9671 9673 9232 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9683] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9683/stat : 9683 (java) S 9671 9673 9232 0 -1 64 69 0 0 0 0 0 0 0 16 0 12 0 193623633 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=9673/tid=9685] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9685/stat : 9685 (java) S 9671 9673 9232 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 193623634 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=9673/tid=9686] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9686/stat : 9686 (java) S 9671 9673 9232 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 193623634 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 1690216

[startup+5.50656 s]
/proc/loadavg: 0.99 0.98 0.92 2/77 9686
/proc/meminfo: memFree=1815104/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1685644 CPUtime=3.96
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 23836 0 1 0 383 13 0 0 18 0 12 0 193623218 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421411 21142 2164 9 0 416322 0
[pid=9684] ppid=9673 vsize=4968 CPUtime=1.33
/proc/9684/stat : 9684 (minisat) R 9673 9673 9232 0 -1 4194304 1108 0 0 0 133 0 0 0 25 0 1 0 193623633 5087232 1023 1992294400 134512640 135156773 4294956080 18446744073709551615 134553701 0 4 0 3 0 0 0 17 0 0 0
/proc/9684/statm: 1242 1023 74 157 0 1082 0
[pid=9673/tid=9675] ppid=9671 vsize=1685644 CPUtime=2.1
/proc/9673/task/9675/stat : 9675 (java) S 9671 9673 9232 0 -1 64 3190 0 1 0 208 2 0 0 17 0 12 0 193623220 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9676] ppid=9671 vsize=1685644 CPUtime=1.74
/proc/9673/task/9676/stat : 9676 (java) S 9671 9673 9232 0 -1 64 19351 0 0 0 165 9 0 0 16 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9677] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9677/stat : 9677 (java) S 9671 9673 9232 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9678] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9678/stat : 9678 (java) S 9671 9673 9232 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9679] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9679/stat : 9679 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9680] ppid=9671 vsize=1685644 CPUtime=0.09
/proc/9673/task/9680/stat : 9680 (java) S 9671 9673 9232 0 -1 64 424 0 0 0 9 0 0 0 16 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9681] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9681/stat : 9681 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9682] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9682/stat : 9682 (java) S 9671 9673 9232 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9683] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9683/stat : 9683 (java) S 9671 9673 9232 0 -1 64 69 0 0 0 0 0 0 0 16 0 12 0 193623633 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=9673/tid=9685] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9685/stat : 9685 (java) S 9671 9673 9232 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 193623634 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=9673/tid=9686] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9686/stat : 9686 (java) S 9671 9673 9232 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 193623634 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1690612

[startup+5.90262 s]
/proc/loadavg: 0.99 0.98 0.92 2/77 9686
/proc/meminfo: memFree=1815104/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1685644 CPUtime=3.96
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 23836 0 1 0 383 13 0 0 18 0 12 0 193623218 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421411 21142 2164 9 0 416322 0
[pid=9684] ppid=9673 vsize=5232 CPUtime=1.73
/proc/9684/stat : 9684 (minisat) R 9673 9673 9232 0 -1 4194304 1180 0 0 0 173 0 0 0 25 0 1 0 193623633 5357568 1095 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/9684/statm: 1308 1095 74 157 0 1148 0
[pid=9673/tid=9675] ppid=9671 vsize=1685644 CPUtime=2.1
/proc/9673/task/9675/stat : 9675 (java) S 9671 9673 9232 0 -1 64 3190 0 1 0 208 2 0 0 17 0 12 0 193623220 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9676] ppid=9671 vsize=1685644 CPUtime=1.74
/proc/9673/task/9676/stat : 9676 (java) S 9671 9673 9232 0 -1 64 19351 0 0 0 165 9 0 0 16 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9677] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9677/stat : 9677 (java) S 9671 9673 9232 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9678] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9678/stat : 9678 (java) S 9671 9673 9232 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193623221 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9679] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9679/stat : 9679 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9680] ppid=9671 vsize=1685644 CPUtime=0.09
/proc/9673/task/9680/stat : 9680 (java) S 9671 9673 9232 0 -1 64 424 0 0 0 9 0 0 0 16 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9681] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9681/stat : 9681 (java) S 9671 9673 9232 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9682] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9682/stat : 9682 (java) S 9671 9673 9232 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 193623243 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9683] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9683/stat : 9683 (java) S 9671 9673 9232 0 -1 64 69 0 0 0 0 0 0 0 16 0 12 0 193623633 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=9673/tid=9685] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9685/stat : 9685 (java) S 9671 9673 9232 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 193623634 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=9673/tid=9686] ppid=9671 vsize=1685644 CPUtime=0
/proc/9673/task/9686/stat : 9686 (java) S 9671 9673 9232 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 193623634 1726099456 21142 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 1690876

[startup+6.10264 s]
/proc/loadavg: 0.99 0.98 0.92 2/77 9686
/proc/meminfo: memFree=1815104/2055920 swapFree=4180352/4192956
[pid=9673] ppid=9671 vsize=1685644 CPUtime=5.89
/proc/9673/stat : 9673 (java) S 9671 9673 9232 0 -1 0 23853 1206 1 0 383 13 192 1 18 0 9 0 193623218 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9673/statm: 421411 21144 2165 9 0 416322 0
[pid=9673/tid=9675] ppid=9671 vsize=1685644 CPUtime=4.03
/proc/9673/task/9675/stat : 9675 (java) S 9671 9673 9232 0 -1 64 3205 1206 1 0 208 2 192 1 16 0 9 0 193623220 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9676] ppid=9671 vsize=1685644 CPUtime=3.67
/proc/9673/task/9676/stat : 9676 (java) S 9671 9673 9232 0 -1 64 19351 1206 0 0 165 9 192 1 16 0 9 0 193623221 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9677] ppid=9671 vsize=1685644 CPUtime=1.93
/proc/9673/task/9677/stat : 9677 (java) S 9671 9673 9232 0 -1 64 13 1206 0 0 0 0 192 1 15 0 9 0 193623221 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9678] ppid=9671 vsize=1685644 CPUtime=1.93
/proc/9673/task/9678/stat : 9678 (java) S 9671 9673 9232 0 -1 64 9 1206 0 0 0 0 192 1 16 0 9 0 193623221 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9673/tid=9679] ppid=9671 vsize=1685644 CPUtime=1.93
/proc/9673/task/9679/stat : 9679 (java) S 9671 9673 9232 0 -1 64 1 1206 0 0 0 0 192 1 19 0 9 0 193623243 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9680] ppid=9671 vsize=1685644 CPUtime=2.02
/proc/9673/task/9680/stat : 9680 (java) S 9671 9673 9232 0 -1 64 424 1206 0 0 9 0 192 1 16 0 9 0 193623243 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9681] ppid=9671 vsize=1685644 CPUtime=1.93
/proc/9673/task/9681/stat : 9681 (java) S 9671 9673 9232 0 -1 64 1 1206 0 0 0 0 192 1 20 0 9 0 193623243 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9673/tid=9682] ppid=9671 vsize=1685644 CPUtime=1.93
/proc/9673/task/9682/stat : 9682 (java) S 9671 9673 9232 0 -1 64 14 1206 0 0 0 0 192 1 15 0 9 0 193623243 1726099456 21144 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1685644

Child status: 0
Real time (s): 6.14881
CPU time (s): 5.9271
CPU user time (s): 5.76412
CPU system time (s): 0.162975
CPU usage (%): 96.3942
Max. virtual memory (cumulated for all children) (KiB): 1691012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.76412
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25085
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= 694
involuntary context switches= 233

runsolver used 0.005999 second user time and 0.028995 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-17 19:38:23
IDJOB=1884730
IDBENCH=71986
IDSOLVER=688
FILE ID=node49/1884730-1245260303
PBS_JOBID= 9372405
Free space on /tmp= 66028 MiB

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

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

MD5SUM BENCH= 3cd92adc9cf54d1dc3dad55ee2840a98
RANDOM SEED=1922623294

node49.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.232
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.232
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:       1896712 kB
Buffers:         22272 kB
Cached:          69324 kB
SwapCached:       5576 kB
Active:          58656 kB
Inactive:        41028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896712 kB
SwapTotal:     4192956 kB
SwapFree:      4180352 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          13780 kB
Slab:            45364 kB
Committed_AS:   198608 kB
PageTables:       1388 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-1884730-1245260303.opb

Free space on /tmp at the end= 66024 MiB
End job on node49 at 2009-06-17 19:38:29