Trace number 1885673

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 cl? (TO) 1800.05 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: 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-1885673-1245268534.opb
0.00/0.00	c File size is 30382501 bytes.
3.89/3.97	c Highest Coefficient sum: 12
3.89/3.97	c Parsing was ok!!
3.89/3.97	c Total parsing time: 3.969 s
4.28/4.35	c Var: 187517 Constr: 863483 863483/0/0 Lit: 2483339 Watch. Lit: 1705689
4.28/4.35	c Obj. Vars: 0 (0 % of total variables)
88.74/88.86	c Formula reductions applied at preprocessing
88.74/88.88	c Pre-processing Time: 88.834 s
1800.00/1800.80	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1800.00/1800.80	c        0  75917   354997   998559    2   709994  118332      0      0 88.83
1800.00/1800.80	c Caught signal: 15
1800.00/1800.80	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1800.00/1800.80	c    0        0      0        0   354997   998559      0      0 1800.02
1800.00/1800.80	s UNKNOWN
1800.00/1800.80	c Total time: 1800.02 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-1885673-1245268534/watcher-1885673-1245268534 -o /tmp/evaluation-result-1885673-1245268534/solver-1885673-1245268534 -C 1800 -W 2000 -M 1800 bsolo -l1 -t1800 -m1800 HOME/instance-1885673-1245268534.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.93 0.98 0.99 3/65 4164
/proc/meminfo: memFree=1761556/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=40384 CPUtime=0
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 194452309 41353216 243 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 10096 244 176 640 0 2034 0

[startup+0.0547299 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 4164
/proc/meminfo: memFree=1761556/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=42196 CPUtime=0.05
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 815 0 0 0 5 0 0 0 18 0 1 0 194452309 43208704 799 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 10549 800 269 640 0 2487 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 42196

[startup+0.101734 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 4164
/proc/meminfo: memFree=1761556/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=44012 CPUtime=0.09
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 1344 0 0 0 9 0 0 0 18 0 1 0 194452309 45068288 1328 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 11003 1329 363 640 0 2941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44012

[startup+0.301757 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 4164
/proc/meminfo: memFree=1761556/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=49808 CPUtime=0.29
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 3201 0 0 0 28 1 0 0 19 0 1 0 194452309 51003392 3145 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 12452 3145 749 640 0 4390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49808

[startup+0.701801 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 4164
/proc/meminfo: memFree=1761556/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=61452 CPUtime=0.69
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 6949 0 0 0 67 2 0 0 23 0 1 0 194452309 62926848 6814 1992294400 134512640 137136520 4294956256 18446744073709551615 134517592 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 15363 6814 1542 640 0 7301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61452

[startup+1.50189 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 4165
/proc/meminfo: memFree=1732236/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=82744 CPUtime=1.49
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 13888 0 0 0 144 5 0 0 25 0 1 0 194452309 84729856 13547 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 20686 13547 3023 640 0 12624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82744

[startup+3.10107 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 4165
/proc/meminfo: memFree=1703564/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=123768 CPUtime=3.09
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 27320 0 0 0 298 11 0 0 25 0 1 0 194452309 126738432 26882 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 30942 26882 5989 640 0 22880 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123768

[startup+6.30143 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 4165
/proc/meminfo: memFree=1596364/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=177908 CPUtime=6.28
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 49245 0 0 0 607 21 0 0 25 0 1 0 194452309 182177792 41076 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 44477 41076 189 640 0 43833 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177908

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 4165
/proc/meminfo: memFree=1596644/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=178172 CPUtime=12.68
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 49341 0 0 0 1243 25 0 0 25 0 1 0 194452309 182448128 41172 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 44543 41172 189 640 0 43899 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 178172

[startup+25.5016 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 4165
/proc/meminfo: memFree=1595876/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=179904 CPUtime=25.47
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 49766 0 0 0 2516 31 0 0 25 0 1 0 194452309 184221696 41597 1992294400 134512640 137136520 4294956256 18446744073709551615 134540859 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 44976 41597 192 640 0 44332 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 179904

[startup+51.1014 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 4165
/proc/meminfo: memFree=1595876/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=179904 CPUtime=51.06
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 49766 0 0 0 5075 31 0 0 25 0 1 0 194452309 184221696 41597 1992294400 134512640 137136520 4294956256 18446744073709551615 134540859 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 44976 41597 192 640 0 44332 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 179904

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 4165
/proc/meminfo: memFree=1586468/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=192732 CPUtime=102.25
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 817694 0 0 0 9863 362 0 0 25 0 1 0 194452309 197357568 44104 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 48183 44105 227 640 0 47539 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 192732

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4165
/proc/meminfo: memFree=1585444/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=193680 CPUtime=162.2
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 4148512 0 0 0 14645 1575 0 0 25 0 1 0 194452309 198328320 44375 1992294400 134512640 137136520 4294956256 18446744073709551615 134710078 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 48420 44375 227 640 0 47776 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 193680

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4165
/proc/meminfo: memFree=1586788/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=194432 CPUtime=222.19
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 6886018 0 0 0 19556 2663 0 0 25 0 1 0 194452309 199098368 44233 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 48608 44238 227 640 0 47964 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 194432

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4165
/proc/meminfo: memFree=1585508/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=195752 CPUtime=282.16
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 10354732 0 0 0 24161 4055 0 0 25 0 1 0 194452309 200450048 44847 1992294400 134512640 137136520 4294956256 18446744073709551615 134709989 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 48938 44847 227 640 0 48294 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 195752

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1583004/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=196964 CPUtime=342.13
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 13854846 0 0 0 28723 5490 0 0 25 0 1 0 194452309 201691136 45018 1992294400 134512640 137136520 4294956256 18446744073709551615 134710183 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49241 45018 227 640 0 48597 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 196964

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1583820/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=197276 CPUtime=402.1
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 17519030 0 0 0 33220 6990 0 0 25 0 1 0 194452309 202010624 45203 1992294400 134512640 137136520 4294956256 18446744073709551615 134710135 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49319 45203 227 640 0 48675 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 197276

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1580956/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=194552 CPUtime=462.08
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 21492470 0 0 0 37607 8601 0 0 25 0 1 0 194452309 199221248 44653 1992294400 134512640 137136520 4294956256 18446744073709551615 134706178 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 48638 44653 227 640 0 47994 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 194552

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1581468/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=196544 CPUtime=522.04
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 25047764 0 0 0 42127 10077 0 0 25 0 1 0 194452309 201261056 44994 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49136 44995 227 640 0 48492 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 196544

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1581084/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=199656 CPUtime=582.02
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 28424003 0 0 0 46748 11454 0 0 25 0 1 0 194452309 204447744 45786 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49914 45793 227 640 0 49270 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 199656

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1577892/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=200464 CPUtime=641.99
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 32309494 0 0 0 51170 13029 0 0 25 0 1 0 194452309 205275136 45911 1992294400 134512640 137136520 4294956256 18446744073709551615 134707057 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50116 45911 227 640 0 49472 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 200464

[startup+702.301 s]

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

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1577892/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=196152 CPUtime=821.93
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 50465507 0 0 0 62557 19636 0 0 25 0 1 0 194452309 200859648 45066 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49038 45075 227 640 0 48394 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 196152

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1577956/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=198432 CPUtime=881.88
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 56984235 0 0 0 66185 22003 0 0 25 0 1 0 194452309 203194368 45379 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49608 45381 227 640 0 48964 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 198432

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1574628/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=196844 CPUtime=941.87
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 63621292 0 0 0 69774 24413 0 0 25 0 1 0 194452309 201568256 45157 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49211 45166 227 640 0 48567 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 196844

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1575460/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=197184 CPUtime=1001.85
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 70296156 0 0 0 73368 26817 0 0 25 0 1 0 194452309 201916416 45265 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49296 45273 227 640 0 48652 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 197184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1576868/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=197608 CPUtime=1061.81
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 77483583 0 0 0 76809 29372 0 0 25 0 1 0 194452309 202350592 45284 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49402 45292 227 640 0 48758 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 197608

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1574840/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=204124 CPUtime=1121.78
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 84797884 0 0 0 80214 31964 0 0 25 0 1 0 194452309 209022976 46060 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 51031 46064 227 640 0 50387 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 204124

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1576228/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=198424 CPUtime=1181.77
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 92186822 0 0 0 83596 34581 0 0 25 0 1 0 194452309 203186176 45583 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49606 45590 227 640 0 48962 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 198424

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1576804/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=201856 CPUtime=1241.73
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 99635980 0 0 0 86932 37241 0 0 25 0 1 0 194452309 206700544 45715 1992294400 134512640 137136520 4294956256 18446744073709551615 136571969 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50464 45715 227 640 0 49820 0
Current children cumulated CPU time (s) 1241.73
Current children cumulated vsize (KiB) 201856

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1576548/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=200884 CPUtime=1301.72
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 107154917 0 0 0 90224 39948 0 0 25 0 1 0 194452309 205705216 45974 1992294400 134512640 137136520 4294956256 18446744073709551615 135742926 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50221 45979 227 640 0 49577 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 200884

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1572708/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=206372 CPUtime=1361.69
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 114720211 0 0 0 93499 42670 0 0 25 0 1 0 194452309 211324928 47404 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4164/statm: 51593 47404 227 640 0 50949 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 206372

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1571044/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=199936 CPUtime=1421.65
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 122333709 0 0 0 96743 45422 0 0 25 0 1 0 194452309 204734464 45983 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 49984 45989 227 640 0 49340 0
Current children cumulated CPU time (s) 1421.65
Current children cumulated vsize (KiB) 199936

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1575076/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=207412 CPUtime=1481.63
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 129988966 0 0 0 99971 48192 0 0 25 0 1 0 194452309 212389888 47035 1992294400 134512640 137136520 4294956256 18446744073709551615 134710037 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 51853 47035 227 640 0 51209 0
Current children cumulated CPU time (s) 1481.63
Current children cumulated vsize (KiB) 207412

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1575140/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=202196 CPUtime=1541.61
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 137692842 0 0 0 103178 50983 0 0 25 0 1 0 194452309 207048704 46393 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50549 46394 227 640 0 49905 0
Current children cumulated CPU time (s) 1541.61
Current children cumulated vsize (KiB) 202196

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1574884/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=201000 CPUtime=1601.58
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 145422957 0 0 0 106346 53812 0 0 25 0 1 0 194452309 205824000 46025 1992294400 134512640 137136520 4294956256 18446744073709551615 136571969 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50250 46025 227 640 0 49606 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 201000

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1569124/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=200972 CPUtime=1661.56
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 153190922 0 0 0 109497 56659 0 0 25 0 1 0 194452309 205795328 46281 1992294400 134512640 137136520 4294956256 18446744073709551615 135767572 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50243 46281 227 640 0 49599 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 200972

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1574308/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=203104 CPUtime=1721.53
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 161002259 0 0 0 112603 59550 0 0 25 0 1 0 194452309 207978496 46726 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50776 46726 227 640 0 50132 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 203104

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1572068/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=201980 CPUtime=1781.51
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 168836395 0 0 0 115707 62444 0 0 25 0 1 0 194452309 206827520 46358 1992294400 134512640 137136520 4294956256 18446744073709551615 134710081 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50495 46368 227 640 0 49851 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 201980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4171
/proc/meminfo: memFree=1572516/2055920 swapFree=4192952/4192956
[pid=4164] ppid=4162 vsize=203488 CPUtime=1800
/proc/4164/stat : 4164 (bsolo) R 4162 4164 4121 0 -1 4194304 171258190 0 0 0 116650 63350 0 0 25 0 1 0 194452309 208371712 46781 1992294400 134512640 137136520 4294956256 18446744073709551615 135743089 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4164/statm: 50872 46783 227 640 0 50228 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 203488

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.05
CPU user time (s): 1166.51
CPU system time (s): 633.538
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 209964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1166.51
system time used= 633.538
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171258200
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= 3
involuntary context switches= 6134

runsolver used 1.92371 second user time and 4.52231 second system time

The end

Launcher Data

Begin job on node76 at 2009-06-17 21:55:36
IDJOB=1885673
IDBENCH=72080
IDSOLVER=700
FILE ID=node76/1885673-1245268534
PBS_JOBID= 9372465
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= d962174f5667aa86f76af4064e4a9b7b
RANDOM SEED=1094689127

node76.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1762044 kB
Buffers:         44468 kB
Cached:         165920 kB
SwapCached:          4 kB
Active:         118468 kB
Inactive:       104648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762044 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           33736 kB
Writeback:           0 kB
Mapped:          22456 kB
Slab:            56668 kB
Committed_AS:    83232 kB
PageTables:       1436 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-1885673-1245268534.opb

Free space on /tmp at the end= 66528 MiB
End job on node76 at 2009-06-17 22:25:39