Trace number 1885253

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
bsolo 3.1 clUNSAT 340.412 340.519

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/bitverif/
minandmaxor/minandmaxor032.opb
MD5SUM86da668e7be45c8cbddb8b44923cef20
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 benchmark70.3683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16239
Total number of constraints48332
Number of constraints which are clauses48332
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 constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.1 - 13/04/2009 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Clause Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file HOME/instance-1885253-1245264804.opb
0.00/0.00	c File size is 1401751 bytes.
0.10/0.19	c Highest Coefficient sum: 4
0.10/0.19	c Parsing was ok!!
0.10/0.19	c Total parsing time: 0.189 s
0.19/0.21	c Var: 16239 Constr: 48332 48332/0/0 Lit: 112772 Watch. Lit: 96662
0.19/0.21	c Obj. Vars: 0 (0 % of total variables)
11.09/11.19	c Pre-processing Time: 11.185 s
11.09/11.19	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
11.09/11.19	c        0  15931    47478   110827    2    94956   15825      0      0 11.19
11.09/11.19	c Switching off lower bounding mode.
340.29/340.45	c      100  15931    47578   112900    2    95156   17408    100      8 11.70
340.29/340.45	c      251  15931    47729   118074    2    95458   19149    251     20 12.05
340.29/340.45	c      476  15931    47954   126364    2    95908   21064    476     38 12.50
340.29/340.45	c      814  15931    48292   136489    2    96584   23171    814     62 12.98
340.29/340.45	c     1322  15931    48800   149392    3    97600   25489   1322     95 13.78
340.29/340.45	c     2093  15931    49571   194372    3    99142   28038   2093    130 16.01
340.29/340.45	c     3239  15928    50717   253210    4   101433   30842   3239    173 18.68
340.29/340.45	c     4963  15928    52441   438049    8   104881   33927   4963    208 23.77
340.29/340.45	c     7548  15928    55026  1113911   20   110051   37320   7548    247 30.54
340.29/340.45	c    11427  15928    58905  2306011   39   117809   41053  11427    263 43.32
340.29/340.45	c    17252  15928    64730  5990799   92   129459   45159  17252    246 69.85
340.29/340.45	c    25989  15928    73467  8899410  121   146933   49675  25989    260 99.89
340.29/340.45	c    39100  15928    86578 16049774  185   173155   54643  39100    221 176.70
340.29/340.45	c    58770  15928    69387 12457081  179   138773   60108  21909    173 338.38
340.29/340.45	c Backtracks by Clause: 0
340.29/340.45	c Backtracks by PB constraint: 0
340.29/340.45	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
340.29/340.45	c   14    59212  24220   303383    69829 12607585  22351    173 340.34
340.29/340.45	s UNSATISFIABLE
340.29/340.45	c Total time: 340.344 s

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-1885253-1245264804/watcher-1885253-1245264804 -o /tmp/evaluation-result-1885253-1245264804/solver-1885253-1245264804 -C 1800 -W 2000 -M 1800 bsolo -l1 -t1800 -m1800 HOME/instance-1885253-1245264804.opb 

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.96 3/64 10598
/proc/meminfo: memFree=1828960/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=12080 CPUtime=0
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 194074389 12369920 239 1992294400 134512640 137136520 4294956256 18446744073709551615 136294929 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 3021 239 176 640 0 2034 0

[startup+0.104652 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 10598
/proc/meminfo: memFree=1828960/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=15252 CPUtime=0.1
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 1229 0 0 0 10 0 0 0 18 0 1 0 194074389 15618048 1213 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 3813 1213 355 640 0 2826 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15252

[startup+0.201667 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 10598
/proc/meminfo: memFree=1828960/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=18048 CPUtime=0.19
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 2418 0 0 0 18 1 0 0 18 0 1 0 194074389 18481152 2059 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 4512 2061 186 640 0 3868 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18048

[startup+0.301682 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 10598
/proc/meminfo: memFree=1828960/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=20624 CPUtime=0.29
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 3028 0 0 0 28 1 0 0 19 0 1 0 194074389 21118976 2669 1992294400 134512640 137136520 4294956256 18446744073709551615 134543977 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 5156 2669 189 640 0 4512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20624

[startup+0.701746 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 10598
/proc/meminfo: memFree=1828960/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=20624 CPUtime=0.69
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 3028 0 0 0 68 1 0 0 22 0 1 0 194074389 21118976 2669 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 5156 2669 189 640 0 4512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20624

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1818968/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=20624 CPUtime=1.49
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 3028 0 0 0 148 1 0 0 25 0 1 0 194074389 21118976 2669 1992294400 134512640 137136520 4294956256 18446744073709551615 134544402 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 5156 2669 189 640 0 4512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20624

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1818840/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=20624 CPUtime=3.09
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 3028 0 0 0 308 1 0 0 25 0 1 0 194074389 21118976 2669 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 5156 2669 189 640 0 4512 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20624

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1818648/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=20624 CPUtime=6.29
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 3028 0 0 0 627 2 0 0 25 0 1 0 194074389 21118976 2669 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 5156 2669 189 640 0 4512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20624

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1817048/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=22128 CPUtime=12.69
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 3539 0 0 0 1261 8 0 0 25 0 1 0 194074389 22659072 3052 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 5532 3052 197 640 0 4888 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22128

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1811608/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=27712 CPUtime=25.48
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 4953 0 0 0 2535 13 0 0 25 0 1 0 194074389 28377088 4466 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 6928 4466 197 640 0 6284 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27712

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1779480/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=59964 CPUtime=51.07
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 12997 0 0 0 5086 21 0 0 25 0 1 0 194074389 61403136 12510 1992294400 134512640 137136520 4294956256 18446744073709551615 134576192 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 14991 12510 197 640 0 14347 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59964

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1702872/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=136184 CPUtime=102.26
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 32065 0 0 0 10182 44 0 0 25 0 1 0 194074389 139452416 31578 1992294400 134512640 137136520 4294956256 18446744073709551615 134571152 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 34046 31578 197 640 0 33402 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 136184

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1628056/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=211488 CPUtime=162.24
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 50895 0 0 0 16164 60 0 0 25 0 1 0 194074389 216563712 50408 1992294400 134512640 137136520 4294956256 18446744073709551615 134543865 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 52872 50408 197 640 0 52228 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 211488

[startup+222.305 s]
/proc/loadavg: 1.03 1.01 0.96 2/65 10599
/proc/meminfo: memFree=1555160/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=283736 CPUtime=222.23
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 68968 0 0 0 22147 76 0 0 25 0 1 0 194074389 290545664 68481 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 70934 68481 197 640 0 70290 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 283736

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 0.96 2/65 10599
/proc/meminfo: memFree=1479960/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=359264 CPUtime=282.2
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 87840 0 0 0 28132 88 0 0 25 0 1 0 194074389 367886336 87353 1992294400 134512640 137136520 4294956256 18446744073709551615 134544148 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 89816 87353 197 640 0 89172 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 359264

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

[startup+307.202 s]
/proc/loadavg: 1.01 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1454616/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=384248 CPUtime=307.1
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 94086 0 0 0 30617 93 0 0 25 0 1 0 194074389 393469952 93599 1992294400 134512640 137136520 4294956256 18446744073709551615 134543865 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 96062 93599 197 640 0 95418 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 384248

[startup+320.002 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1441240/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=398060 CPUtime=319.89
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 97539 0 0 0 31894 95 0 0 25 0 1 0 194074389 407613440 97052 1992294400 134512640 137136520 4294956256 18446744073709551615 134544140 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 99515 97052 197 640 0 98871 0
Current children cumulated CPU time (s) 319.89
Current children cumulated vsize (KiB) 398060

[startup+332.802 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1425816/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=413600 CPUtime=332.69
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 101419 0 0 0 33171 98 0 0 25 0 1 0 194074389 423526400 100932 1992294400 134512640 137136520 4294956256 18446744073709551615 134543921 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 103400 100932 197 640 0 102756 0
Current children cumulated CPU time (s) 332.69
Current children cumulated vsize (KiB) 413600

[startup+336.001 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1422296/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=416252 CPUtime=335.88
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 102071 0 0 0 33490 98 0 0 25 0 1 0 194074389 426242048 101584 1992294400 134512640 137136520 4294956256 18446744073709551615 134544734 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 104063 101584 197 640 0 103419 0
Current children cumulated CPU time (s) 335.88
Current children cumulated vsize (KiB) 416252

[startup+337.602 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1422296/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=416252 CPUtime=337.49
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 102071 0 0 0 33650 99 0 0 25 0 1 0 194074389 426242048 101584 1992294400 134512640 137136520 4294956256 18446744073709551615 134573092 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 104063 101584 197 640 0 103419 0
Current children cumulated CPU time (s) 337.49
Current children cumulated vsize (KiB) 416252

[startup+339.202 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1422296/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=416252 CPUtime=339.09
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 102071 0 0 0 33810 99 0 0 25 0 1 0 194074389 426242048 101584 1992294400 134512640 137136520 4294956256 18446744073709551615 134576714 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 104063 101584 197 640 0 103419 0
Current children cumulated CPU time (s) 339.09
Current children cumulated vsize (KiB) 416252

[startup+340.006 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1422296/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=416252 CPUtime=339.89
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 102071 0 0 0 33890 99 0 0 25 0 1 0 194074389 426242048 101584 1992294400 134512640 137136520 4294956256 18446744073709551615 134543878 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 104063 101584 197 640 0 103419 0
Current children cumulated CPU time (s) 339.89
Current children cumulated vsize (KiB) 416252

[startup+340.402 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1422296/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=416252 CPUtime=340.29
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194304 102071 0 0 0 33930 99 0 0 25 0 1 0 194074389 426242048 101584 1992294400 134512640 137136520 4294956256 18446744073709551615 134573554 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 104063 101584 197 640 0 103419 0
Current children cumulated CPU time (s) 340.29
Current children cumulated vsize (KiB) 416252

[startup+340.502 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10599
/proc/meminfo: memFree=1422296/2055920 swapFree=4181748/4192956
[pid=10598] ppid=10596 vsize=0 CPUtime=340.39
/proc/10598/stat : 10598 (bsolo) R 10596 10598 10125 0 -1 4194308 102073 0 0 0 33935 104 0 0 25 0 1 0 194074389 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10598/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 340.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 340.519
CPU time (s): 340.412
CPU user time (s): 339.35
CPU system time (s): 1.06184
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 416252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.35
system time used= 1.06184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102073
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 359

runsolver used 0.289955 second user time and 0.688895 second system time

The end

Launcher Data

Begin job on node69 at 2009-06-17 20:53:24
IDJOB=1885253
IDBENCH=72038
IDSOLVER=700
FILE ID=node69/1885253-1245264804
PBS_JOBID= 9372392
Free space on /tmp= 66468 MiB

SOLVER NAME= bsolo 3.1 cl
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor032.opb
COMMAND LINE= bsolo -l1 -tTIMEOUT -mMEMLIMIT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885253-1245264804/watcher-1885253-1245264804 -o /tmp/evaluation-result-1885253-1245264804/solver-1885253-1245264804 -C 1800 -W 2000 -M 1800  bsolo -l1 -t1800 -m1800 HOME/instance-1885253-1245264804.opb

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

MD5SUM BENCH= 86da668e7be45c8cbddb8b44923cef20
RANDOM SEED=2041983315

node69.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.279
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.279
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:       1829376 kB
Buffers:         28196 kB
Cached:         124956 kB
SwapCached:       5288 kB
Active:          38264 kB
Inactive:       122988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829376 kB
SwapTotal:     4192956 kB
SwapFree:      4181748 kB
Dirty:            5304 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            51276 kB
Committed_AS:    93932 kB
PageTables:       1468 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-1885253-1245264804.opb

Free space on /tmp at the end= 66464 MiB
End job on node69 at 2009-06-17 20:59:05