Trace number 1885672

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? (TO) 1800.13 1800.84

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
bioinfo/q_query_3_L60_coli.sat.opb
MD5SUMd962174f5667aa86f76af4064e4a9b7b
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark99.7898
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables187517
Total number of constraints863483
Number of constraints which are clauses863483
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 constraint11
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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: Cardinality Constraint 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-1885672-1245268523.opb
0.00/0.00	c File size is 30382501 bytes.
4.18/4.27	c Highest Coefficient sum: 12
4.18/4.27	c Parsing was ok!!
4.18/4.27	c Total parsing time: 4.266 s
4.59/4.67	c Var: 187517 Constr: 863483 863483/0/0 Lit: 2483339 Watch. Lit: 1705689
4.59/4.67	c Obj. Vars: 0 (0 % of total variables)
91.45/91.50	c Formula reductions applied at preprocessing
91.45/91.53	c Pre-processing Time: 91.481 s
1800.09/1800.80	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1800.09/1800.80	c        0  75917   354997   998559    2   709994  118332      0      0 91.48
1800.09/1800.80	c Caught signal: 15
1800.09/1800.80	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1800.09/1800.80	c    0        0      0        0   354997   998559      0      0 1800.10
1800.09/1800.80	s UNKNOWN
1800.09/1800.80	c Total time: 1800.1 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-1885672-1245268523/watcher-1885672-1245268523 -o /tmp/evaluation-result-1885672-1245268523/solver-1885672-1245268523 -C 1800 -W 2000 -M 1800 bsolo -l2 -t1800 -m1800 HOME/instance-1885672-1245268523.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: 0.97 0.98 0.99 3/65 11367
/proc/meminfo: memFree=1703624/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=40384 CPUtime=0
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 194449308 41353216 244 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 10096 244 176 640 0 2034 0

[startup+0.0385771 s]
/proc/loadavg: 0.97 0.98 0.99 3/65 11367
/proc/meminfo: memFree=1703624/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=41508 CPUtime=0.03
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 612 0 0 0 3 0 0 0 18 0 1 0 194449308 42504192 596 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 10410 596 235 640 0 2348 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41508

[startup+0.101588 s]
/proc/loadavg: 0.97 0.98 0.99 3/65 11367
/proc/meminfo: memFree=1703624/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=43740 CPUtime=0.09
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 1271 0 0 0 9 0 0 0 18 0 1 0 194449308 44789760 1255 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 10935 1255 347 640 0 2873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43740

[startup+0.301629 s]
/proc/loadavg: 0.97 0.98 0.99 3/65 11367
/proc/meminfo: memFree=1703624/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=49124 CPUtime=0.29
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 2987 0 0 0 29 0 0 0 19 0 1 0 194449308 50302976 2931 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 12281 2932 703 640 0 4219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49124

[startup+0.701712 s]
/proc/loadavg: 0.97 0.98 0.99 3/65 11367
/proc/meminfo: memFree=1703624/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=59940 CPUtime=0.69
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 6468 0 0 0 67 2 0 0 22 0 1 0 194449308 61378560 6333 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 14985 6333 1434 640 0 6923 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59940

[startup+1.50288 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1674624/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=79780 CPUtime=1.49
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 12936 0 0 0 145 4 0 0 25 0 1 0 194449308 81694720 12752 1992294400 134512640 137136520 4294956256 18446744073709551615 136523262 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 19945 12753 2849 640 0 11883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79780

[startup+3.10121 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1649856/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=117720 CPUtime=3.09
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 25377 0 0 0 299 10 0 0 25 0 1 0 194449308 120545280 24939 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 29430 24939 5572 640 0 21368 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117720

[startup+6.30187 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1539784/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=177908 CPUtime=6.29
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 49244 0 0 0 608 21 0 0 25 0 1 0 194449308 182177792 41075 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 44477 41075 189 640 0 43833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177908

[startup+12.7012 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1539528/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=178172 CPUtime=12.69
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 49329 0 0 0 1243 26 0 0 25 0 1 0 194449308 182448128 41160 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 44543 41160 189 640 0 43899 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178172

[startup+25.5018 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1537864/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=179904 CPUtime=25.48
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 49766 0 0 0 2515 33 0 0 25 0 1 0 194449308 184221696 41597 1992294400 134512640 137136520 4294956256 18446744073709551615 134540966 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 44976 41597 192 640 0 44332 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 179904

[startup+51.1011 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1537864/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=179904 CPUtime=51.06
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 49766 0 0 0 5073 33 0 0 25 0 1 0 194449308 184221696 41597 1992294400 134512640 137136520 4294956256 18446744073709551615 134540859 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 44976 41597 192 640 0 44332 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 179904

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1528328/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=191816 CPUtime=102.24
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 620450 0 0 0 9905 319 0 0 25 0 1 0 194449308 196419584 43740 1992294400 134512640 137136520 4294956256 18446744073709551615 136571827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 48183 43749 227 640 0 47539 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 191816

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1527816/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=193800 CPUtime=162.21
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 3789720 0 0 0 14706 1515 0 0 25 0 1 0 194449308 198451200 44376 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 48450 44376 227 640 0 47806 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 193800

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1526280/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=195048 CPUtime=222.2
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 6474833 0 0 0 19620 2600 0 0 25 0 1 0 194449308 199729152 44607 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 48762 44609 227 640 0 48118 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 195048

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11368
/proc/meminfo: memFree=1524744/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=195556 CPUtime=282.17
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 9606105 0 0 0 24301 3916 0 0 25 0 1 0 194449308 200249344 44750 1992294400 134512640 137136520 4294956256 18446744073709551615 135743386 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 48889 44750 227 640 0 48245 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 195556

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1524168/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=196428 CPUtime=342.14
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 12925701 0 0 0 28893 5321 0 0 25 0 1 0 194449308 201142272 44824 1992294400 134512640 137136520 4294956256 18446744073709551615 134710178 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 49107 44827 227 640 0 48463 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 196428

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1525704/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=195684 CPUtime=402.12
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 16297004 0 0 0 33454 6758 0 0 25 0 1 0 194449308 200380416 44574 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 48921 44579 227 640 0 48277 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 195684

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1524040/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=193984 CPUtime=462.09
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 20044846 0 0 0 37850 8359 0 0 25 0 1 0 194449308 198639616 44511 1992294400 134512640 137136520 4294956256 18446744073709551615 136571969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 48496 44511 227 640 0 47852 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 193984

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1523784/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=196304 CPUtime=522.07
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 23678784 0 0 0 42304 9903 0 0 25 0 1 0 194449308 201015296 44709 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 49076 44715 227 640 0 48432 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 196304

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1522376/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=196948 CPUtime=582.05
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 26885762 0 0 0 46921 11284 0 0 25 0 1 0 194449308 201674752 45046 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 49237 45047 227 640 0 48593 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 196948

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1518924/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=195944 CPUtime=642.03
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 30243577 0 0 0 51486 12717 0 0 25 0 1 0 194449308 200646656 45000 1992294400 134512640 137136520 4294956256 18446744073709551615 135767578 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 48986 45000 227 640 0 48342 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 195944

[startup+702.302 s]

################
# More data... #
################

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1522184/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=201084 CPUtime=821.95
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 46284777 0 0 0 63264 18931 0 0 25 0 1 0 194449308 205910016 46054 1992294400 134512640 137136520 4294956256 18446744073709551615 134707067 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50271 46054 227 640 0 49627 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 201084

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1518912/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=201572 CPUtime=881.93
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 52447592 0 0 0 66913 21280 0 0 25 0 1 0 194449308 206409728 46167 1992294400 134512640 137136520 4294956256 18446744073709551615 134707056 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50393 46167 227 640 0 49749 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 201572

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1516744/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=202060 CPUtime=941.91
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 58703695 0 0 0 70533 23658 0 0 25 0 1 0 194449308 206909440 46039 1992294400 134512640 137136520 4294956256 18446744073709551615 134707138 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50515 46039 227 640 0 49871 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 202060

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1515464/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=202532 CPUtime=1001.88
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 65008423 0 0 0 74116 26072 0 0 25 0 1 0 194449308 207392768 46375 1992294400 134512640 137136520 4294956256 18446744073709551615 134709989 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50633 46375 227 640 0 49989 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 202532

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1520648/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=199116 CPUtime=1061.86
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 71437130 0 0 0 77663 28523 0 0 25 0 1 0 194449308 203894784 45732 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 49779 45732 227 640 0 49135 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 199116

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1520392/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=203596 CPUtime=1121.84
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 78353927 0 0 0 81077 31107 0 0 25 0 1 0 194449308 208482304 46550 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50899 46555 227 640 0 50255 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 203596

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1519112/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=199852 CPUtime=1181.82
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 85339151 0 0 0 84473 33709 0 0 25 0 1 0 194449308 204648448 45813 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 49963 45815 227 640 0 49319 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 199852

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11374
/proc/meminfo: memFree=1515208/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=204732 CPUtime=1241.79
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 92380626 0 0 0 87832 36347 0 0 25 0 1 0 194449308 209645568 46717 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 51183 46723 227 640 0 50539 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 204732

[startup+1302.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 11374
/proc/meminfo: memFree=1516872/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=205268 CPUtime=1301.78
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 99489091 0 0 0 91145 39033 0 0 25 0 1 0 194449308 210194432 46650 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 51317 46656 227 640 0 50673 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 205268

[startup+1362.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 11374
/proc/meminfo: memFree=1518536/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=200868 CPUtime=1361.75
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 106645154 0 0 0 94445 41730 0 0 25 0 1 0 194449308 205688832 45937 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50217 45942 227 640 0 49573 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 200868

[startup+1422.31 s]
/proc/loadavg: 1.13 1.04 1.01 2/66 11374
/proc/meminfo: memFree=1518344/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=206308 CPUtime=1421.73
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 113868818 0 0 0 97703 44470 0 0 25 0 1 0 194449308 211259392 46493 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 51577 46497 227 640 0 50933 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 206308

[startup+1482.3 s]
/proc/loadavg: 1.12 1.04 1.00 2/66 11374
/proc/meminfo: memFree=1514948/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=206804 CPUtime=1481.71
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 121132661 0 0 0 100939 47232 0 0 25 0 1 0 194449308 211767296 46811 1992294400 134512640 137136520 4294956256 18446744073709551615 134707277 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 51701 46816 227 640 0 51057 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 206804

[startup+1542.3 s]
/proc/loadavg: 1.11 1.05 1.00 2/66 11374
/proc/meminfo: memFree=1517064/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=200232 CPUtime=1541.68
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 128429280 0 0 0 104150 50018 0 0 25 0 1 0 194449308 205037568 46089 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50058 46095 227 640 0 49414 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 200232

[startup+1602.3 s]
/proc/loadavg: 1.10 1.05 1.00 2/66 11374
/proc/meminfo: memFree=1515848/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=200572 CPUtime=1601.66
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 135780070 0 0 0 107332 52834 0 0 25 0 1 0 194449308 205385728 46013 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50143 46023 227 640 0 49499 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 200572

[startup+1662.3 s]
/proc/loadavg: 1.09 1.06 1.00 2/66 11374
/proc/meminfo: memFree=1510856/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=200576 CPUtime=1661.64
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 143154120 0 0 0 110495 55669 0 0 25 0 1 0 194449308 205389824 46183 1992294400 134512640 137136520 4294956256 18446744073709551615 134706185 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50144 46183 227 640 0 49500 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 200576

[startup+1722.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/66 11374
/proc/meminfo: memFree=1516552/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=200880 CPUtime=1721.61
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 150577597 0 0 0 113621 58540 0 0 25 0 1 0 194449308 205701120 46218 1992294400 134512640 137136520 4294956256 18446744073709551615 134706185 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50220 46230 227 640 0 49576 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 200880

[startup+1782.3 s]
/proc/loadavg: 1.12 1.07 1.01 2/66 11374
/proc/meminfo: memFree=1508296/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=209180 CPUtime=1781.59
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 158027295 0 0 0 116743 61416 0 0 25 0 1 0 194449308 214200320 47813 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 52295 47819 227 640 0 51651 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 209180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.08 1.06 1.01 2/66 11374
/proc/meminfo: memFree=1516104/2055920 swapFree=4192812/4192956
[pid=11367] ppid=11365 vsize=201616 CPUtime=1800.09
/proc/11367/stat : 11367 (bsolo) R 11365 11367 11296 0 -1 4194304 160329164 0 0 0 117709 62300 0 0 25 0 1 0 194449308 206454784 46318 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11367/statm: 50404 46325 227 640 0 49760 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 201616

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

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

Child status: 15
Real time (s): 1800.84
CPU time (s): 1800.13
CPU user time (s): 1177.09
CPU system time (s): 623.036
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 209308

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

runsolver used 1.60176 second user time and 4.95925 second system time

The end

Launcher Data

Begin job on node54 at 2009-06-17 21:55:25
IDJOB=1885672
IDBENCH=72080
IDSOLVER=699
FILE ID=node54/1885672-1245268523
PBS_JOBID= 9372462
Free space on /tmp= 66468 MiB

SOLVER NAME= bsolo 3.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bioinfo/q_query_3_L60_coli.sat.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT -mMEMLIMIT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885672-1245268523/watcher-1885672-1245268523 -o /tmp/evaluation-result-1885672-1245268523/solver-1885672-1245268523 -C 1800 -W 2000 -M 1800  bsolo -l2 -t1800 -m1800 HOME/instance-1885672-1245268523.opb

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

MD5SUM BENCH= d962174f5667aa86f76af4064e4a9b7b
RANDOM SEED=1508064745

node54.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.259
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	: 5931.00
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.259
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:       1704040 kB
Buffers:         48668 kB
Cached:         227956 kB
SwapCached:          0 kB
Active:         110680 kB
Inactive:       179632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           33616 kB
Writeback:           0 kB
Mapped:          23512 kB
Slab:            47544 kB
Committed_AS:   141092 kB
PageTables:       1372 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-1885672-1245268523.opb

Free space on /tmp at the end= 66464 MiB
End job on node54 at 2009-06-17 22:25:28