Trace number 1885674

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 pb? (TO) 1800.04 1800.44

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: 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-1885674-1245268539.opb
0.00/0.00	c File size is 30382501 bytes.
4.19/4.26	c Highest Coefficient sum: 12
4.19/4.26	c Parsing was ok!!
4.19/4.26	c Total parsing time: 4.26 s
4.59/4.66	c Var: 187517 Constr: 863483 863483/0/0 Lit: 2483339 Watch. Lit: 1705689
4.59/4.66	c Obj. Vars: 0 (0 % of total variables)
91.37/91.48	c Formula reductions applied at preprocessing
91.47/91.50	c Pre-processing Time: 91.483 s
1800.00/1800.40	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1800.00/1800.40	c        0  75917   354997   998559    2   709994  118332      0      0 91.48
1800.00/1800.40	c Caught signal: 15
1800.00/1800.40	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1800.00/1800.40	c    0        0      0        0   354997   998559      0      0 1800.01
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c Total time: 1800.01 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-1885674-1245268539/watcher-1885674-1245268539 -o /tmp/evaluation-result-1885674-1245268539/solver-1885674-1245268539 -C 1800 -W 2000 -M 1800 bsolo -l3 -t1800 -m1800 HOME/instance-1885674-1245268539.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.92 0.98 0.98 3/64 10541
/proc/meminfo: memFree=1788656/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=40384 CPUtime=0
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 258 0 0 0 0 0 0 0 18 0 1 0 194454505 41353216 242 1992294400 134512640 137136520 4294956256 18446744073709551615 134538970 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 10096 243 176 640 0 2034 0

[startup+0.0206011 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 10541
/proc/meminfo: memFree=1788656/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=40936 CPUtime=0.01
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 425 0 0 0 1 0 0 0 18 0 1 0 194454505 41918464 409 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 10234 410 204 640 0 2172 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 40936

[startup+0.101608 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 10541
/proc/meminfo: memFree=1788656/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=43740 CPUtime=0.09
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 1280 0 0 0 9 0 0 0 18 0 1 0 194454505 44789760 1264 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 10935 1264 349 640 0 2873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43740

[startup+0.301619 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 10541
/proc/meminfo: memFree=1788656/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=49256 CPUtime=0.29
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 3017 0 0 0 29 0 0 0 19 0 1 0 194454505 50438144 2961 1992294400 134512640 137136520 4294956256 18446744073709551615 134517643 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 12314 2962 710 640 0 4252 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49256

[startup+0.701646 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 10541
/proc/meminfo: memFree=1788656/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=60212 CPUtime=0.69
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 6537 0 0 0 67 2 0 0 22 0 1 0 194454505 61657088 6402 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 15053 6402 1449 640 0 6991 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60212

[startup+1.5027 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1761064/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=79788 CPUtime=1.49
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 12967 0 0 0 144 5 0 0 25 0 1 0 194454505 81702912 12783 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 19947 12783 2856 640 0 11885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79788

[startup+3.1018 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1734440/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=118132 CPUtime=3.09
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 25490 0 0 0 299 10 0 0 25 0 1 0 194454505 120967168 25052 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 29533 25053 5597 640 0 21471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118132

[startup+6.302 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1625008/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=177908 CPUtime=6.29
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 49244 0 0 0 609 20 0 0 25 0 1 0 194454505 182177792 41075 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 44477 41075 189 640 0 43833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177908

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1624760/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=178172 CPUtime=12.69
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 49329 0 0 0 1243 26 0 0 25 0 1 0 194454505 182448128 41160 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 44543 41160 189 640 0 43899 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178172

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1623096/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=179904 CPUtime=25.48
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 49766 0 0 0 2514 34 0 0 25 0 1 0 194454505 184221696 41597 1992294400 134512640 137136520 4294956256 18446744073709551615 134540859 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 44976 41597 192 640 0 44332 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 179904

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1623160/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=179904 CPUtime=51.08
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 49766 0 0 0 5074 34 0 0 25 0 1 0 194454505 184221696 41597 1992294400 134512640 137136520 4294956256 18446744073709551615 134540859 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 44976 41597 192 640 0 44332 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 179904

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1613816/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=192732 CPUtime=102.27
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 624314 0 0 0 9924 303 0 0 25 0 1 0 194454505 197357568 44108 1992294400 134512640 137136520 4294956256 18446744073709551615 135743427 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 48183 44108 227 640 0 47539 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 192732

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1612344/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=192884 CPUtime=162.26
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 3793973 0 0 0 14714 1512 0 0 25 0 1 0 194454505 197513216 44213 1992294400 134512640 137136520 4294956256 18446744073709551615 136571969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 48221 44213 406 640 0 47577 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 192884

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1611448/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=194608 CPUtime=222.24
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 6477310 0 0 0 19620 2604 0 0 25 0 1 0 194454505 199278592 44594 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 48652 44595 227 640 0 48008 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 194608

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10542
/proc/meminfo: memFree=1612408/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=194872 CPUtime=282.23
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 9610558 0 0 0 24304 3919 0 0 25 0 1 0 194454505 199548928 44497 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 48718 44498 227 640 0 48074 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 194872

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10548
/proc/meminfo: memFree=1610744/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=195556 CPUtime=342.21
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 12928916 0 0 0 28885 5336 0 0 25 0 1 0 194454505 200249344 44808 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 48889 44809 227 640 0 48245 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 195556

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10548
/proc/meminfo: memFree=1608248/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=195688 CPUtime=402.19
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 16301188 0 0 0 33460 6759 0 0 25 0 1 0 194454505 200384512 44754 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 48922 44755 227 640 0 48278 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 195688

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10548
/proc/meminfo: memFree=1606776/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=196492 CPUtime=462.19
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 20050521 0 0 0 37869 8350 0 0 25 0 1 0 194454505 201207808 45048 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49123 45048 227 640 0 48479 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 196492

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10548
/proc/meminfo: memFree=1607736/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=196304 CPUtime=522.17
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 23683637 0 0 0 42298 9919 0 0 25 0 1 0 194454505 201015296 44928 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49076 44929 227 640 0 48432 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 196304

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10548
/proc/meminfo: memFree=1608632/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=195116 CPUtime=582.16
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 26889493 0 0 0 46926 11290 0 0 25 0 1 0 194454505 199798784 44793 1992294400 134512640 137136520 4294956256 18446744073709551615 135767566 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 48779 44793 227 640 0 48135 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 195116

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 10548
/proc/meminfo: memFree=1607224/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=197508 CPUtime=642.15
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 30245611 0 0 0 51517 12698 0 0 25 0 1 0 194454505 202248192 45250 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49377 45251 227 640 0 48733 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 197508

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 10548
/proc/meminfo: memFree=1602680/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=201068 CPUtime=822.1
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 46275940 0 0 0 63241 18969 0 0 25 0 1 0 194454505 205893632 45673 1992294400 134512640 137136520 4294956256 18446744073709551615 134710160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 50267 45677 227 640 0 49623 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 201068

[startup+882.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 10548
/proc/meminfo: memFree=1605304/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=198204 CPUtime=882.1
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 52434437 0 0 0 66884 21326 0 0 25 0 1 0 194454505 202960896 45420 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49551 45421 227 640 0 48907 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 198204

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10548
/proc/meminfo: memFree=1604536/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=198512 CPUtime=942.08
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 58691672 0 0 0 70515 23693 0 0 25 0 1 0 194454505 203276288 45234 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49628 45239 227 640 0 48984 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 198512

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10548
/proc/meminfo: memFree=1603400/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=196980 CPUtime=1002.07
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 64990122 0 0 0 74114 26093 0 0 25 0 1 0 194454505 201707520 45286 1992294400 134512640 137136520 4294956256 18446744073709551615 134706185 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49245 45286 227 640 0 48601 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 196980

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1604920/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=199116 CPUtime=1062.05
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 71404330 0 0 0 77646 28559 0 0 25 0 1 0 194454505 203894784 45490 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49779 45496 227 640 0 49135 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 199116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1599544/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=197652 CPUtime=1122.05
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 78314183 0 0 0 81045 31160 0 0 25 0 1 0 194454505 202395648 45354 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49413 45363 227 640 0 48769 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 197652

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1605112/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=199852 CPUtime=1182.03
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 85293040 0 0 0 84429 33774 0 0 25 0 1 0 194454505 204648448 45594 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49963 45599 227 640 0 49319 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 199852

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1599224/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=198432 CPUtime=1242.01
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 92346130 0 0 0 87785 36416 0 0 25 0 1 0 194454505 203194368 45449 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49608 45457 227 640 0 48964 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 198432

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1598136/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=198808 CPUtime=1302.01
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 99455046 0 0 0 91102 39099 0 0 25 0 1 0 194454505 203579392 45596 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49702 45605 227 640 0 49058 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 198808

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1603320/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=200868 CPUtime=1361.99
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 106613771 0 0 0 94406 41793 0 0 25 0 1 0 194454505 205688832 46093 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 50217 46094 227 640 0 49573 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 200868

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1600376/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=199540 CPUtime=1421.98
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 113840968 0 0 0 97695 44503 0 0 25 0 1 0 194454505 204328960 45876 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 49885 45882 227 640 0 49241 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 199540

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1602680/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=206804 CPUtime=1481.97
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 121105432 0 0 0 100924 47273 0 0 25 0 1 0 194454505 211767296 47357 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 51701 47357 227 640 0 51057 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 206804

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1602680/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=200232 CPUtime=1541.95
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 128408859 0 0 0 104148 50047 0 0 25 0 1 0 194454505 205037568 46003 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 50058 46010 227 640 0 49414 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 200232

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1600824/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=200292 CPUtime=1601.93
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 135761451 0 0 0 107350 52843 0 0 25 0 1 0 194454505 205099008 46112 1992294400 134512640 137136520 4294956256 18446744073709551615 134706185 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 50073 46112 227 640 0 49429 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 200292

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1601400/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=208252 CPUtime=1661.93
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 143141573 0 0 0 110533 55660 0 0 25 0 1 0 194454505 213250048 47695 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 52063 47695 227 640 0 51419 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 208252

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1601208/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=201220 CPUtime=1721.91
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 150565244 0 0 0 113695 58496 0 0 25 0 1 0 194454505 206049280 46229 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 50305 46238 227 640 0 49661 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 201220

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1601336/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=201528 CPUtime=1781.9
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 158024750 0 0 0 116822 61368 0 0 25 0 1 0 194454505 206364672 46372 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 50382 46380 227 640 0 49738 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 201528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10548
/proc/meminfo: memFree=1597560/2055920 swapFree=4181764/4192956
[pid=10541] ppid=10539 vsize=209308 CPUtime=1800
/proc/10541/stat : 10541 (bsolo) R 10539 10541 10498 0 -1 4194304 160276716 0 0 0 117762 62238 0 0 25 0 1 0 194454505 214331392 47737 1992294400 134512640 137136520 4294956256 18446744073709551615 134707138 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10541/statm: 52327 47742 227 640 0 51683 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 209308

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.44
CPU time (s): 1800.04
CPU user time (s): 1177.62
CPU system time (s): 622.419
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 209308

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

runsolver used 1.74573 second user time and 4.03439 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-17 21:55:41
IDJOB=1885674
IDBENCH=72080
IDSOLVER=701
FILE ID=node22/1885674-1245268539
PBS_JOBID= 9372466
Free space on /tmp= 66088 MiB

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

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

MD5SUM BENCH= d962174f5667aa86f76af4064e4a9b7b
RANDOM SEED=649960718

node22.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.231
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.231
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:       1789200 kB
Buffers:         41004 kB
Cached:         152748 kB
SwapCached:       5488 kB
Active:         103620 kB
Inactive:        97916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789200 kB
SwapTotal:     4192956 kB
SwapFree:      4181764 kB
Dirty:           33760 kB
Writeback:           0 kB
Mapped:          12920 kB
Slab:            51236 kB
Committed_AS:   182972 kB
PageTables:       1372 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-1885674-1245268539.opb

Free space on /tmp at the end= 66084 MiB
End job on node22 at 2009-06-17 22:25:43