Trace number 1884494

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 pbUNSAT 692.513 692.716

General information on the benchmark

Name/PURE-SAT/SAT_RACE06/
een-tip-uns-nusmv-t5.B.opb
MD5SUMf4794db9cd72141640a05570376e6542
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 benchmark6.89895
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables59265
Total number of constraints170983
Number of constraints which are clauses170983
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 constraint23
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 24
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

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: Generic Pseudo-Boolean 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-1884494-1245258831.opb
0.00/0.00	c File size is 5334807 bytes.
0.79/0.83	c Highest Coefficient sum: 24
0.79/0.83	c Parsing was ok!!
0.79/0.83	c Total parsing time: 0.831 s
0.89/0.92	c Var: 59265 Constr: 170983 170983/0/0 Lit: 413505 Watch. Lit: 341943
0.89/0.92	c Obj. Vars: 0 (0 % of total variables)
16.38/16.41	c Formula reductions applied at preprocessing
16.38/16.42	c Pre-processing Time: 16.415 s
666.09/666.38	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
666.09/666.38	c        0  38898   116864   281799    2   233728   38954      0      0 16.41
666.09/666.38	c Initial Lower Bound: 0
666.09/666.38	c Initial Path Cost: 0
692.49/692.70	c      100  38897   117041   282573    2   234080   42850    177      0 666.69
692.49/692.70	c      250  38891   117299   283818    2   234594   47136    435      0 667.43
692.49/692.70	c      475  38891   117657   285335    2   235310   51850    793      0 668.98
692.49/692.70	c      814  38891   118285   291241    2   236566   57036   1421      1 670.98
692.49/692.70	c     1323  38888   119111   296867    2   238212   62740   2247      1 674.53
692.49/692.70	c     2086  38888   120340   310822    2   240670   69015   3476      3 681.07
692.49/692.70	c     3232  38880   122361   384970    3   244696   75917   5497      4 689.55
692.49/692.70	c Backtracks by Clause: 3634
692.49/692.70	c Backtracks by PB constraint: 14
692.49/692.70	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
692.49/692.70	c    7     3648   2248   103792   123046   418272   6182      5 692.50
692.49/692.70	s UNSATISFIABLE
692.49/692.70	c Total time: 692.502 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-1884494-1245258831/watcher-1884494-1245258831 -o /tmp/evaluation-result-1884494-1245258831/solver-1884494-1245258831 -C 1800 -W 2000 -M 1800 bsolo -l3 -t1800 -m1800 HOME/instance-1884494-1245258831.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 0.97 0.91 3/64 12747
/proc/meminfo: memFree=1837688/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=15924 CPUtime=0
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 182405119 16306176 247 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 3981 247 176 640 0 2034 0

[startup+0.074614 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 12747
/proc/meminfo: memFree=1837688/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=18588 CPUtime=0.06
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 1059 0 0 0 6 0 0 0 18 0 1 0 182405119 19034112 1043 1992294400 134512640 137136520 4294956256 18446744073709551615 134531324 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 4647 1043 298 640 0 2700 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18588

[startup+0.101616 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 12747
/proc/meminfo: memFree=1837688/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=19556 CPUtime=0.09
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 1328 0 0 0 9 0 0 0 18 0 1 0 182405119 20025344 1312 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 4889 1313 347 640 0 2942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19556

[startup+0.301637 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 12747
/proc/meminfo: memFree=1837688/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=26472 CPUtime=0.29
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 3477 0 0 0 28 1 0 0 19 0 1 0 182405119 27107328 3342 1992294400 134512640 137136520 4294956256 18446744073709551615 134520243 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 6618 3343 686 640 0 4671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26472

[startup+0.70168 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 12747
/proc/meminfo: memFree=1837688/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=35176 CPUtime=0.69
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 6315 0 0 0 67 2 0 0 22 0 1 0 182405119 36020224 6131 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 8794 6132 1284 640 0 6847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35176

[startup+1.50177 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1802544/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=46600 CPUtime=1.49
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 10449 0 0 0 145 4 0 0 25 0 1 0 182405119 47718400 8962 1992294400 134512640 137136520 4294956256 18446744073709551615 134544428 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 11650 8962 189 640 0 11006 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46600

[startup+3.10194 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1802288/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=46600 CPUtime=3.09
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 10464 0 0 0 304 5 0 0 25 0 1 0 182405119 47718400 8977 1992294400 134512640 137136520 4294956256 18446744073709551615 134543831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 11650 8977 189 640 0 11006 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46600

[startup+6.30129 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1802160/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=46732 CPUtime=6.28
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 10469 0 0 0 623 5 0 0 25 0 1 0 182405119 47853568 8982 1992294400 134512640 137136520 4294956256 18446744073709551615 134563079 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 11683 8982 189 640 0 11039 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46732

[startup+12.703 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1802168/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=46732 CPUtime=12.68
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 10475 0 0 0 1261 7 0 0 25 0 1 0 182405119 47853568 8988 1992294400 134512640 137136520 4294956256 18446744073709551615 136502148 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 11683 8988 189 640 0 11039 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46732

[startup+25.5014 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1797624/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=51804 CPUtime=25.48
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 35204 0 0 0 2511 37 0 0 25 0 1 0 182405119 53047296 10150 1992294400 134512640 137136520 4294956256 18446744073709551615 135743071 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 12951 10150 227 640 0 12307 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51804

[startup+51.1011 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1796600/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=53316 CPUtime=51.07
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 358430 0 0 0 4930 177 0 0 25 0 1 0 182405119 54595584 10515 1992294400 134512640 137136520 4294956256 18446744073709551615 134710178 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 13329 10515 227 640 0 12685 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53316

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1796536/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=55080 CPUtime=102.27
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 2327649 0 0 0 9166 1061 0 0 25 0 1 0 182405119 56401920 10906 1992294400 134512640 137136520 4294956256 18446744073709551615 134710172 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 13770 10911 227 640 0 13126 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55080

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1794424/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=56096 CPUtime=162.24
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 5360397 0 0 0 13783 2441 0 0 25 0 1 0 182405119 57442304 10925 1992294400 134512640 137136520 4294956256 18446744073709551615 134707277 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14024 10931 227 640 0 13380 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 56096

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1791800/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=55584 CPUtime=222.22
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 8803146 0 0 0 18247 3975 0 0 25 0 1 0 182405119 56918016 11095 1992294400 134512640 137136520 4294956256 18446744073709551615 134710042 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 13896 11095 227 640 0 13252 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 55584

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1793464/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=58732 CPUtime=282.21
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 12940141 0 0 0 22498 5723 0 0 25 0 1 0 182405119 60141568 11789 1992294400 134512640 137136520 4294956256 18446744073709551615 134710178 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14683 11792 227 640 0 14039 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58732

[startup+342.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1791160/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=56548 CPUtime=342.19
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 19665605 0 0 0 25912 8307 0 0 25 0 1 0 182405119 57905152 11322 1992294400 134512640 137136520 4294956256 18446744073709551615 136571969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14137 11322 227 640 0 13493 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 56548

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1789304/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=57760 CPUtime=402.17
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 27484377 0 0 0 29013 11204 0 0 25 0 1 0 182405119 59146240 11577 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14440 11583 227 640 0 13796 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 57760

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1789048/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=58324 CPUtime=462.15
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 35442792 0 0 0 32024 14191 0 0 25 0 1 0 182405119 59723776 11701 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14581 11708 227 640 0 13937 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 58324

[startup+522.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1787448/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=61896 CPUtime=522.14
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 43685269 0 0 0 34916 17298 0 0 25 0 1 0 182405119 63381504 12474 1992294400 134512640 137136520 4294956256 18446744073709551615 134710172 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 15474 12478 227 640 0 14830 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 61896

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1787896/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59532 CPUtime=582.12
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 52390276 0 0 0 37662 20550 0 0 25 0 1 0 182405119 60960768 11994 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14883 12001 227 640 0 14239 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 59532

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1745592/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=164868 CPUtime=642.1
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60183455 0 0 0 40696 23514 0 0 25 0 1 0 182405119 168824832 22562 1992294400 134512640 137136520 4294956256 18446744073709551615 135357040 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 41217 22562 289 640 0 40573 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 164868

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

[startup+665.506 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1745144/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=177992 CPUtime=665.3
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60560383 0 0 0 42838 23692 0 0 25 0 1 0 182405119 182263808 22916 1992294400 134512640 137136520 4294956256 18446744073709551615 134728818 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 44498 22916 289 640 0 43854 0
Current children cumulated CPU time (s) 665.3
Current children cumulated vsize (KiB) 177992

[startup+678.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1786872/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59504 CPUtime=678.09
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60575899 0 0 0 44105 23704 0 0 25 0 1 0 182405119 60932096 12217 1992294400 134512640 137136520 4294956256 18446744073709551615 136498219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14876 12217 294 640 0 14232 0
Current children cumulated CPU time (s) 678.09
Current children cumulated vsize (KiB) 59504

[startup+684.702 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1786872/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59504 CPUtime=684.49
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60575900 0 0 0 44743 23706 0 0 25 0 1 0 182405119 60932096 12218 1992294400 134512640 137136520 4294956256 18446744073709551615 136500521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14876 12218 294 640 0 14232 0
Current children cumulated CPU time (s) 684.49
Current children cumulated vsize (KiB) 59504

[startup+687.901 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1786872/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59504 CPUtime=687.69
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60575900 0 0 0 45062 23707 0 0 25 0 1 0 182405119 60932096 12218 1992294400 134512640 137136520 4294956256 18446744073709551615 136500577 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14876 12218 294 640 0 14232 0
Current children cumulated CPU time (s) 687.69
Current children cumulated vsize (KiB) 59504

[startup+691.102 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1786872/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59504 CPUtime=690.89
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60575900 0 0 0 45382 23707 0 0 25 0 1 0 182405119 60932096 12218 1992294400 134512640 137136520 4294956256 18446744073709551615 134571159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14876 12218 294 640 0 14232 0
Current children cumulated CPU time (s) 690.89
Current children cumulated vsize (KiB) 59504

[startup+691.906 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1786872/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59504 CPUtime=691.69
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60575900 0 0 0 45462 23707 0 0 25 0 1 0 182405119 60932096 12218 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14876 12218 294 640 0 14232 0
Current children cumulated CPU time (s) 691.69
Current children cumulated vsize (KiB) 59504

[startup+692.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1786872/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59504 CPUtime=692.09
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60575900 0 0 0 45502 23707 0 0 25 0 1 0 182405119 60932096 12218 1992294400 134512640 137136520 4294956256 18446744073709551615 134571167 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14876 12218 294 640 0 14232 0
Current children cumulated CPU time (s) 692.09
Current children cumulated vsize (KiB) 59504

[startup+692.702 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 12748
/proc/meminfo: memFree=1786872/2055920 swapFree=4192480/4192956
[pid=12747] ppid=12745 vsize=59504 CPUtime=692.49
/proc/12747/stat : 12747 (bsolo) R 12745 12747 12441 0 -1 4194304 60575900 0 0 0 45542 23707 0 0 25 0 1 0 182405119 60932096 12218 1992294400 134512640 137136520 4294956256 18446744073709551615 136504213 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12747/statm: 14876 12218 294 640 0 14232 0
Current children cumulated CPU time (s) 692.49
Current children cumulated vsize (KiB) 59504

Child status: 0
Real time (s): 692.716
CPU time (s): 692.513
CPU user time (s): 455.429
CPU system time (s): 237.084
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 178244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 455.429
system time used= 237.084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60575901
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= 687

runsolver used 0.691894 second user time and 1.52477 second system time

The end

Launcher Data

Begin job on node64 at 2009-06-17 19:13:51
IDJOB=1884494
IDBENCH=71962
IDSOLVER=701
FILE ID=node64/1884494-1245258831
PBS_JOBID= 9372395
Free space on /tmp= 66248 MiB

SOLVER NAME= bsolo 3.1 pb
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE06/een-tip-uns-nusmv-t5.B.opb
COMMAND LINE= bsolo -l3 -tTIMEOUT -mMEMLIMIT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884494-1245258831/watcher-1884494-1245258831 -o /tmp/evaluation-result-1884494-1245258831/solver-1884494-1245258831 -C 1800 -W 2000 -M 1800  bsolo -l3 -t1800 -m1800 HOME/instance-1884494-1245258831.opb

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

MD5SUM BENCH= f4794db9cd72141640a05570376e6542
RANDOM SEED=2078663753

node64.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.241
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.241
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:       1838168 kB
Buffers:         23064 kB
Cached:         123876 kB
SwapCached:        144 kB
Active:          58996 kB
Inactive:       102712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838168 kB
SwapTotal:     4192956 kB
SwapFree:      4192480 kB
Dirty:            9436 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            41800 kB
Committed_AS:    98144 kB
PageTables:       1392 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-1884494-1245258831.opb

Free space on /tmp at the end= 66244 MiB
End job on node64 at 2009-06-17 19:25:24