Trace number 1885334

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
bsolo 3.1 pbUNSAT 1694.51 1695.26

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/crypto/md5gen/gus-md5-05.opb
MD5SUMc79e2b52997719dd86cf500df603b103
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.784
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68827
Total number of constraints224473
Number of constraints which are clauses224473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.1 - 13/04/2009 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: 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-1885334-1245265840.opb
0.00/0.00	c File size is 7357118 bytes.
1.19/1.21	c Highest Coefficient sum: 5
1.19/1.21	c Parsing was ok!!
1.19/1.21	c Total parsing time: 1.215 s
1.29/1.33	c Var: 68827 Constr: 224473 224473/0/0 Lit: 581793 Watch. Lit: 448817
1.29/1.33	c Obj. Vars: 0 (0 % of total variables)
2.99/3.03	c Pre-processing Time: 3.032 s
2.99/3.04	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
2.99/3.04	c        0  62830   211666   554818    2   423332   70555      0      0 3.03
2.99/3.04	c Switching off lower bounding mode.
1694.44/1695.25	c      102  62830   211858   555975    2   423716   77611    192     28 3.62
1694.44/1695.25	c      253  62828   212108   583992    2   424214   85373    442      6 37.30
1694.44/1695.25	c      478  62828   212466   606914    2   424930   93911    800      5 87.03
1694.44/1695.25	c      816  62828   212983   652132    3   425964  103303   1317      3 249.91
1694.44/1695.25	c     1324  62826   213816   731847    3   427628  113634   2150      2 452.93
1694.44/1695.25	c     2088  62826   215090   843185    3   430176  124998   3424      3 671.99
1694.44/1695.25	c     3235  62826   217210   998667    4   434416  137498   5544      3 955.78
1694.44/1695.25	c Backtracks by Clause: 4229
1694.44/1695.25	c Backtracks by PB constraint: 3
1694.44/1695.25	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1694.44/1695.25	c    7     4232   1594    23772   218507  1202304   6841      2 1694.50
1694.44/1695.25	s UNSATISFIABLE
1694.44/1695.25	c Total time: 1694.5 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-1885334-1245265840/watcher-1885334-1245265840 -o /tmp/evaluation-result-1885334-1245265840/solver-1885334-1245265840 -C 1800 -W 2000 -M 1800 bsolo -l3 -t1800 -m1800 HOME/instance-1885334-1245265840.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.92 3/65 9106
/proc/meminfo: memFree=1784512/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=17896 CPUtime=0
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 261 0 0 0 0 0 0 0 18 0 1 0 12496311 18325504 245 1992294400 134512640 137136520 4294956256 18446744073709551615 134517592 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 4474 245 176 640 0 2033 0

[startup+0.0460499 s]
/proc/loadavg: 0.92 0.98 0.92 3/65 9106
/proc/meminfo: memFree=1784512/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=19312 CPUtime=0.04
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 673 0 0 0 4 0 0 0 18 0 1 0 12496311 19775488 657 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 4828 657 248 640 0 2387 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19312

[startup+0.101052 s]
/proc/loadavg: 0.92 0.98 0.92 3/65 9106
/proc/meminfo: memFree=1784512/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=21360 CPUtime=0.09
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 1280 0 0 0 9 0 0 0 18 0 1 0 12496311 21872640 1264 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 5340 1264 345 640 0 2899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21360

[startup+0.301071 s]
/proc/loadavg: 0.92 0.98 0.92 3/65 9106
/proc/meminfo: memFree=1784512/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=28248 CPUtime=0.29
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 3302 0 0 0 28 1 0 0 19 0 1 0 12496311 28925952 3167 1992294400 134512640 137136520 4294956256 18446744073709551615 134531237 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 7062 3176 655 640 0 4621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28248

[startup+0.701109 s]
/proc/loadavg: 0.92 0.98 0.92 3/65 9106
/proc/meminfo: memFree=1784512/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=36432 CPUtime=0.69
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 6080 0 0 0 67 2 0 0 23 0 1 0 12496311 37306368 5896 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 9108 5896 1234 640 0 6667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36432

[startup+1.50118 s]
/proc/loadavg: 0.92 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1760312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=56472 CPUtime=1.49
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 13380 0 0 0 142 7 0 0 25 0 1 0 12496311 57827328 11399 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 14118 11399 189 640 0 13474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56472

[startup+3.10135 s]
/proc/loadavg: 0.92 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1738936/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=3.09
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17297 0 0 0 280 29 0 0 25 0 1 0 12496311 63930368 12899 1992294400 134512640 137136520 4294956256 18446744073709551615 136498219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9106/statm: 15608 12899 195 640 0 14964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62432

[startup+6.30163 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733112/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=6.29
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17302 0 0 0 599 30 0 0 25 0 1 0 12496311 63930368 12904 1992294400 134512640 137136520 4294956256 18446744073709551615 134606742 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12904 198 640 0 14964 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62432

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=12.69
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17302 0 0 0 1239 30 0 0 25 0 1 0 12496311 63930368 12904 1992294400 134512640 137136520 4294956256 18446744073709551615 134606772 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12904 198 640 0 14964 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62432

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733440/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=25.48
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17303 0 0 0 2518 30 0 0 25 0 1 0 12496311 63930368 12905 1992294400 134512640 137136520 4294956256 18446744073709551615 134605518 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12905 198 640 0 14964 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62432

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733440/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=51.06
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17303 0 0 0 5076 30 0 0 25 0 1 0 12496311 63930368 12905 1992294400 134512640 137136520 4294956256 18446744073709551615 134605433 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12905 198 640 0 14964 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 62432

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=102.24
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17573 0 0 0 10194 30 0 0 25 0 1 0 12496311 63930368 12905 1992294400 134512640 137136520 4294956256 18446744073709551615 134606742 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12905 198 640 0 14964 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 62432

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=162.21
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17574 0 0 0 16191 30 0 0 25 0 1 0 12496311 63930368 12906 1992294400 134512640 137136520 4294956256 18446744073709551615 136502161 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12906 198 640 0 14964 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 62432

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=222.18
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17576 0 0 0 22188 30 0 0 25 0 1 0 12496311 63930368 12908 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12908 198 640 0 14964 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 62432

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733248/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=282.17
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17576 0 0 0 28186 31 0 0 25 0 1 0 12496311 63930368 12908 1992294400 134512640 137136520 4294956256 18446744073709551615 134605682 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12908 198 640 0 14964 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 62432

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=342.13
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17577 0 0 0 34182 31 0 0 25 0 1 0 12496311 63930368 12909 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12909 198 640 0 14964 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 62432

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=402.11
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17577 0 0 0 40180 31 0 0 25 0 1 0 12496311 63930368 12909 1992294400 134512640 137136520 4294956256 18446744073709551615 134605682 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12909 198 640 0 14964 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 62432

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=462.08
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17579 0 0 0 46177 31 0 0 25 0 1 0 12496311 63930368 12911 1992294400 134512640 137136520 4294956256 18446744073709551615 134605680 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12911 198 640 0 14964 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 62432

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=522.05
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17580 0 0 0 52174 31 0 0 25 0 1 0 12496311 63930368 12912 1992294400 134512640 137136520 4294956256 18446744073709551615 136500542 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12912 198 640 0 14964 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 62432

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733312/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=582.03
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17715 0 0 0 58172 31 0 0 25 0 1 0 12496311 63930368 12912 1992294400 134512640 137136520 4294956256 18446744073709551615 134605495 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12912 198 640 0 14964 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 62432

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 9107
/proc/meminfo: memFree=1733248/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=62432 CPUtime=642.01
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 17715 0 0 0 64170 31 0 0 25 0 1 0 12496311 63930368 12912 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15608 12912 198 640 0 14964 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 62432

[startup+702.302 s]

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

/proc/meminfo: memFree=1731904/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=63632 CPUtime=1121.8
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 74316 0 0 0 112129 51 0 0 25 0 1 0 12496311 65159168 13218 1992294400 134512640 137136520 4294956256 18446744073709551615 134606759 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15908 13218 198 640 0 15264 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 63632

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1731712/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=63896 CPUtime=1181.78
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 89895 0 0 0 118120 58 0 0 25 0 1 0 12496311 65429504 13272 1992294400 134512640 137136520 4294956256 18446744073709551615 134605804 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 15974 13272 198 640 0 15330 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 63896

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1731328/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=64164 CPUtime=1241.75
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 106452 0 0 0 124112 63 0 0 25 0 1 0 12496311 65703936 13359 1992294400 134512640 137136520 4294956256 18446744073709551615 136518911 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16041 13359 198 640 0 15397 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 64164

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1731008/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=64428 CPUtime=1301.73
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 120828 0 0 0 130104 69 0 0 25 0 1 0 12496311 65974272 13425 1992294400 134512640 137136520 4294956256 18446744073709551615 134605502 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16107 13425 198 640 0 15463 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 64428

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1730816/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=64152 CPUtime=1361.69
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 132226 0 0 0 136095 74 0 0 25 0 1 0 12496311 65691648 13348 1992294400 134512640 137136520 4294956256 18446744073709551615 134543819 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16038 13348 198 640 0 15394 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 64152

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1730560/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=64956 CPUtime=1421.65
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 140238 0 0 0 142088 77 0 0 25 0 1 0 12496311 66514944 13530 1992294400 134512640 137136520 4294956256 18446744073709551615 134605436 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16239 13530 198 640 0 15595 0
Current children cumulated CPU time (s) 1421.65
Current children cumulated vsize (KiB) 64956

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1730432/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65088 CPUtime=1481.63
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 147563 0 0 0 148082 81 0 0 25 0 1 0 12496311 66650112 13565 1992294400 134512640 137136520 4294956256 18446744073709551615 134605512 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16272 13565 198 640 0 15628 0
Current children cumulated CPU time (s) 1481.63
Current children cumulated vsize (KiB) 65088

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1730240/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65220 CPUtime=1541.62
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 162334 0 0 0 154074 88 0 0 25 0 1 0 12496311 66785280 13621 1992294400 134512640 137136520 4294956256 18446744073709551615 134605821 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16305 13621 198 640 0 15661 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 65220

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729984/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65484 CPUtime=1601.58
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 167510 0 0 0 160067 91 0 0 25 0 1 0 12496311 67055616 13667 1992294400 134512640 137136520 4294956256 18446744073709551615 134605821 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16371 13667 198 640 0 15727 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 65484

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1730176/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65616 CPUtime=1661.56
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 174032 0 0 0 166062 94 0 0 25 0 1 0 12496311 67190784 13709 1992294400 134512640 137136520 4294956256 18446744073709551615 134605502 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16404 13709 198 640 0 15760 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 65616

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

[startup+1663.9 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729856/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65616 CPUtime=1663.15
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 174303 0 0 0 166221 94 0 0 25 0 1 0 12496311 67190784 13710 1992294400 134512640 137136520 4294956256 18446744073709551615 134605804 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16404 13710 198 640 0 15760 0
Current children cumulated CPU time (s) 1663.15
Current children cumulated vsize (KiB) 65616

[startup+1676.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729792/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65616 CPUtime=1675.95
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 174850 0 0 0 167501 94 0 0 25 0 1 0 12496311 67190784 13717 1992294400 134512640 137136520 4294956256 18446744073709551615 134605818 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16404 13717 198 640 0 15760 0
Current children cumulated CPU time (s) 1675.95
Current children cumulated vsize (KiB) 65616

[startup+1683.1 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729792/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65616 CPUtime=1682.34
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 175529 0 0 0 168140 94 0 0 25 0 1 0 12496311 67190784 13721 1992294400 134512640 137136520 4294956256 18446744073709551615 134606742 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16404 13721 198 640 0 15760 0
Current children cumulated CPU time (s) 1682.34
Current children cumulated vsize (KiB) 65616

[startup+1689.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729728/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65616 CPUtime=1688.75
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 176210 0 0 0 168780 95 0 0 25 0 1 0 12496311 67190784 13727 1992294400 134512640 137136520 4294956256 18446744073709551615 134605795 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16404 13727 198 640 0 15760 0
Current children cumulated CPU time (s) 1688.75
Current children cumulated vsize (KiB) 65616

[startup+1692.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729728/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65748 CPUtime=1691.94
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 176346 0 0 0 169099 95 0 0 25 0 1 0 12496311 67325952 13728 1992294400 134512640 137136520 4294956256 18446744073709551615 134605804 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16437 13728 198 640 0 15793 0
Current children cumulated CPU time (s) 1691.94
Current children cumulated vsize (KiB) 65748

[startup+1694.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729728/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65748 CPUtime=1693.54
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 176346 0 0 0 169259 95 0 0 25 0 1 0 12496311 67325952 13728 1992294400 134512640 137136520 4294956256 18446744073709551615 134605495 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16437 13728 198 640 0 15793 0
Current children cumulated CPU time (s) 1693.54
Current children cumulated vsize (KiB) 65748

[startup+1694.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729728/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65748 CPUtime=1693.94
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 176346 0 0 0 169299 95 0 0 25 0 1 0 12496311 67325952 13728 1992294400 134512640 137136520 4294956256 18446744073709551615 134605427 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16437 13728 198 640 0 15793 0
Current children cumulated CPU time (s) 1693.94
Current children cumulated vsize (KiB) 65748

[startup+1695.11 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729728/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65748 CPUtime=1694.35
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 176346 0 0 0 169340 95 0 0 25 0 1 0 12496311 67325952 13728 1992294400 134512640 137136520 4294956256 18446744073709551615 134605804 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16437 13728 198 640 0 15793 0
Current children cumulated CPU time (s) 1694.35
Current children cumulated vsize (KiB) 65748

[startup+1695.2 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 9109
/proc/meminfo: memFree=1729728/2055920 swapFree=4192956/4192956
[pid=9106] ppid=9104 vsize=65748 CPUtime=1694.44
/proc/9106/stat : 9106 (bsolo) R 9104 9106 8452 0 -1 4194304 176346 0 0 0 169349 95 0 0 25 0 1 0 12496311 67325952 13728 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 0 0 0
/proc/9106/statm: 16437 13728 198 640 0 15793 0
Current children cumulated CPU time (s) 1694.44
Current children cumulated vsize (KiB) 65748

Child status: 0
Real time (s): 1695.26
CPU time (s): 1694.51
CPU user time (s): 1693.55
CPU system time (s): 0.961853
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 65748

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

runsolver used 1.82772 second user time and 3.57646 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-17 21:10:41
IDJOB=1885334
IDBENCH=72046
IDSOLVER=701
FILE ID=node8/1885334-1245265840
PBS_JOBID= 9372445
Free space on /tmp= 66280 MiB

SOLVER NAME= bsolo 3.1 pb
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/md5gen/gus-md5-05.opb
COMMAND LINE= bsolo -l3 -tTIMEOUT -mMEMLIMIT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885334-1245265840/watcher-1885334-1245265840 -o /tmp/evaluation-result-1885334-1245265840/solver-1885334-1245265840 -C 1800 -W 2000 -M 1800  bsolo -l3 -t1800 -m1800 HOME/instance-1885334-1245265840.opb

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

MD5SUM BENCH= c79e2b52997719dd86cf500df603b103
RANDOM SEED=1031258603

node8.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.236
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.236
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:       1784992 kB
Buffers:         48864 kB
Cached:         164996 kB
SwapCached:          0 kB
Active:          76596 kB
Inactive:       151080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11120 kB
Writeback:           0 kB
Mapped:          23628 kB
Slab:            29048 kB
Committed_AS:    91720 kB
PageTables:       1376 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-1885334-1245265840.opb

Free space on /tmp at the end= 66276 MiB
End job on node8 at 2009-06-17 21:38:56