Trace number 1885342

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? 1799.35 1799.83

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/crypto/md5gen/gus-md5-06.opb
MD5SUM3a4b73c1447cbe9063643dfd57fe4b82
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 benchmark61.1867
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68953
Total number of constraints224868
Number of constraints which are clauses224868
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: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file HOME/instance-1885342-1245265985.opb
0.00/0.00	c File size is 7369884 bytes.
1.19/1.29	c Highest Coefficient sum: 5
1.19/1.29	c Parsing was ok!!
1.19/1.29	c Total parsing time: 1.294 s
1.39/1.42	c Var: 68953 Constr: 224868 224868/0/0 Lit: 582796 Watch. Lit: 449607
1.39/1.42	c Obj. Vars: 0 (0 % of total variables)
3.09/3.18	c Pre-processing Time: 3.181 s
3.09/3.19	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
3.09/3.19	c        0  63047   212396   556697    2   424792   70798      0      0 3.18
3.09/3.19	c Switching off lower bounding mode.
1799.30/1799.82	c      101  63045   212597   558123    2   425192   77878    201     28 3.58
1799.30/1799.82	c      251  63045   212897   559527    2   425792   85666    501     65 3.81
1799.30/1799.82	c      476  63045   213344   564260    2   426686   94233    948     67 7.06
1799.30/1799.82	c      815  63045   213969   685251    3   427936  103657   1573     10 79.86
1799.30/1799.82	c     1324  63045   214880   772010    3   429758  114023   2484      8 163.29
1799.30/1799.82	c     2087  63045   216369  1103075    5   432736  125426   3973      4 482.20
1799.30/1799.82	c     3234  63041   218587  1379270    6   437171  137969   6191      4 703.97
1799.30/1799.82	c     4957  63039   221566  2028027    9   443127  151766   9170      3 1293.72
1799.30/1799.82	c Resources Exceeded
1799.30/1799.82	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1799.30/1799.82	c    8     5950   1953    37707   222863  2315237  10467      3 1799.33
1799.30/1799.82	s UNKNOWN
1799.30/1799.82	c Total time: 1799.33 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-1885342-1245265985/watcher-1885342-1245265985 -o /tmp/evaluation-result-1885342-1245265985/solver-1885342-1245265985 -C 1800 -W 2000 -M 1800 bsolo -l2 -t1800 -m1800 HOME/instance-1885342-1245265985.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 3766
/proc/meminfo: memFree=1876040/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=17908 CPUtime=0
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 257 0 0 0 0 0 0 0 18 0 1 0 2077949 18337792 241 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 4477 241 175 640 0 2033 0

[startup+0.098879 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 3766
/proc/meminfo: memFree=1876040/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=21096 CPUtime=0.09
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 1194 0 0 0 9 0 0 0 18 0 1 0 2077949 21602304 1178 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 5274 1178 331 640 0 2830 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21096

[startup+0.101871 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 3766
/proc/meminfo: memFree=1876040/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=21100 CPUtime=0.09
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 1228 0 0 0 9 0 0 0 18 0 1 0 2077949 21606400 1212 1992294400 134512640 137136520 4294956256 18446744073709551615 136575102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 5275 1212 336 640 0 2831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21100

[startup+0.301895 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 3766
/proc/meminfo: memFree=1876040/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=27456 CPUtime=0.29
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 3145 0 0 0 28 1 0 0 19 0 1 0 2077949 28114944 3010 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 6864 3010 631 640 0 4420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27456

[startup+0.701942 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 3766
/proc/meminfo: memFree=1876040/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=35488 CPUtime=0.69
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 5813 0 0 0 67 2 0 0 22 0 1 0 2077949 36339712 5629 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 8872 5629 1178 640 0 6428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35488

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1852800/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=56548 CPUtime=1.49
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 13397 0 0 0 144 5 0 0 25 0 1 0 2077949 57905152 11413 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 14137 11413 189 640 0 13493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56548

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1830912/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=63580 CPUtime=3.09
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17359 0 0 0 283 26 0 0 25 0 1 0 2077949 65105920 13204 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15895 13204 193 640 0 15251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63580

[startup+6.3026 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824520/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62500 CPUtime=6.29
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17366 0 0 0 601 28 0 0 25 0 1 0 2077949 64000000 12941 1992294400 134512640 137136520 4294956256 18446744073709551615 136502090 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15625 12941 198 640 0 14981 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62500

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824584/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62500 CPUtime=12.69
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17368 0 0 0 1240 29 0 0 25 0 1 0 2077949 64000000 12943 1992294400 134512640 137136520 4294956256 18446744073709551615 134573386 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15625 12943 198 640 0 14981 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62500

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824584/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62500 CPUtime=25.49
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17368 0 0 0 2520 29 0 0 25 0 1 0 2077949 64000000 12943 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15625 12943 198 640 0 14981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62500

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824648/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62500 CPUtime=51.08
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17368 0 0 0 5079 29 0 0 25 0 1 0 2077949 64000000 12943 1992294400 134512640 137136520 4294956256 18446744073709551615 134606757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15625 12943 198 640 0 14981 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 62500

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824712/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62500 CPUtime=102.27
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17368 0 0 0 10198 29 0 0 25 0 1 0 2077949 64000000 12943 1992294400 134512640 137136520 4294956256 18446744073709551615 134606752 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15625 12943 198 640 0 14981 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 62500

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824712/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62500 CPUtime=162.24
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17368 0 0 0 16195 29 0 0 25 0 1 0 2077949 64000000 12943 1992294400 134512640 137136520 4294956256 18446744073709551615 134606757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15625 12943 198 640 0 14981 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 62500

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824712/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62632 CPUtime=222.23
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17384 0 0 0 22193 30 0 0 25 0 1 0 2077949 64135168 12959 1992294400 134512640 137136520 4294956256 18446744073709551615 134606731 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15658 12959 198 640 0 15014 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 62632

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824648/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62632 CPUtime=282.22
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17399 0 0 0 28192 30 0 0 25 0 1 0 2077949 64135168 12974 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15658 12974 198 640 0 15014 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 62632

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1824584/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=62764 CPUtime=342.2
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 17410 0 0 0 34190 30 0 0 25 0 1 0 2077949 64270336 12985 1992294400 134512640 137136520 4294956256 18446744073709551615 134606757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15691 12985 198 640 0 15047 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 62764

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1823944/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=63304 CPUtime=402.18
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 23510 0 0 0 40185 33 0 0 25 0 1 0 2077949 64823296 13145 1992294400 134512640 137136520 4294956256 18446744073709551615 134606742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15826 13145 198 640 0 15182 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 63304

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1823368/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=63968 CPUtime=462.17
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 43091 0 0 0 46177 40 0 0 25 0 1 0 2077949 65503232 13286 1992294400 134512640 137136520 4294956256 18446744073709551615 134606742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 15992 13286 198 640 0 15348 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 63968

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1822152/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=65024 CPUtime=522.15
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 71728 0 0 0 52163 52 0 0 25 0 1 0 2077949 66584576 13573 1992294400 134512640 137136520 4294956256 18446744073709551615 134606731 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 16256 13573 198 640 0 15612 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 65024

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1821448/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=65276 CPUtime=582.14
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 84865 0 0 0 58157 57 0 0 25 0 1 0 2077949 66842624 13615 1992294400 134512640 137136520 4294956256 18446744073709551615 134543819 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 16319 13615 198 640 0 15675 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 65276

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3767
/proc/meminfo: memFree=1820368/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=66208 CPUtime=642.12
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 112383 0 0 0 64144 68 0 0 25 0 1 0 2077949 67796992 13863 1992294400 134512640 137136520 4294956256 18446744073709551615 136501956 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 16552 13863 198 640 0 15908 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 66208

[startup+702.302 s]

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

/proc/meminfo: memFree=1813000/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=73888 CPUtime=1121.99
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 369194 0 0 0 112031 168 0 0 25 0 1 0 2077949 75661312 15794 1992294400 134512640 137136520 4294956256 18446744073709551615 134606731 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 18472 15794 198 640 0 17828 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 73888

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1812168/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=74812 CPUtime=1181.97
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 393829 0 0 0 118018 179 0 0 25 0 1 0 2077949 76607488 15994 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 18703 15994 198 640 0 18059 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 74812

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1811144/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=75740 CPUtime=1241.95
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 419039 0 0 0 124006 189 0 0 25 0 1 0 2077949 77557760 16229 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 18935 16229 198 640 0 18291 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 75740

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1810120/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=76664 CPUtime=1301.94
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 443709 0 0 0 129995 199 0 0 25 0 1 0 2077949 78503936 16464 1992294400 134512640 137136520 4294956256 18446744073709551615 134606757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19166 16464 198 640 0 18522 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 76664

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1809608/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=77192 CPUtime=1361.92
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 465705 0 0 0 135985 207 0 0 25 0 1 0 2077949 79044608 16590 1992294400 134512640 137136520 4294956256 18446744073709551615 136502385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19298 16590 198 640 0 18654 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 77192

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1809224/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=77456 CPUtime=1421.91
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 476866 0 0 0 141978 213 0 0 25 0 1 0 2077949 79314944 16681 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19364 16681 198 640 0 18720 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 77456

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1809032/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=77984 CPUtime=1481.89
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 491838 0 0 0 147971 218 0 0 25 0 1 0 2077949 79855616 16803 1992294400 134512640 137136520 4294956256 18446744073709551615 134616680 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19496 16803 198 640 0 18852 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 77984

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1808264/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=78384 CPUtime=1541.87
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 504884 0 0 0 153964 223 0 0 25 0 1 0 2077949 80265216 16889 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19596 16889 198 640 0 18952 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 78384

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1807880/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=78652 CPUtime=1601.85
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 515913 0 0 0 159957 228 0 0 25 0 1 0 2077949 80539648 16983 1992294400 134512640 137136520 4294956256 18446744073709551615 134606731 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19663 16983 198 640 0 19019 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 78652

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1807176/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=79316 CPUtime=1661.84
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 540508 0 0 0 165945 239 0 0 25 0 1 0 2077949 81219584 17143 1992294400 134512640 137136520 4294956256 18446744073709551615 134573451 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19829 17143 198 640 0 19185 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 79316

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806792/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=79712 CPUtime=1721.83
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 556137 0 0 0 171937 246 0 0 25 0 1 0 2077949 81625088 17247 1992294400 134512640 137136520 4294956256 18446744073709551615 134606731 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 19928 17247 198 640 0 19284 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 79712

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806280/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80240 CPUtime=1781.81
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 570830 0 0 0 177929 252 0 0 25 0 1 0 2077949 82165760 17360 1992294400 134512640 137136520 4294956256 18446744073709551615 134606742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20060 17360 198 640 0 19416 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 80240

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806216/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80240 CPUtime=1791.41
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 573548 0 0 0 178888 253 0 0 25 0 1 0 2077949 82165760 17378 1992294400 134512640 137136520 4294956256 18446744073709551615 134606766 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20060 17378 198 640 0 19416 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 80240

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806216/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80240 CPUtime=1794.61
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 573823 0 0 0 179208 253 0 0 25 0 1 0 2077949 82165760 17383 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20060 17383 198 640 0 19416 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 80240

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806536/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80372 CPUtime=1797.8
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 574232 0 0 0 179527 253 0 0 25 0 1 0 2077949 82300928 17387 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20093 17387 198 640 0 19449 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 80372

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806216/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80372 CPUtime=1798.6
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 574232 0 0 0 179607 253 0 0 25 0 1 0 2077949 82300928 17387 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20093 17387 198 640 0 19449 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 80372

[startup+1799.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806216/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80372 CPUtime=1799
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 574232 0 0 0 179647 253 0 0 25 0 1 0 2077949 82300928 17387 1992294400 134512640 137136520 4294956256 18446744073709551615 134606742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20093 17387 198 640 0 19449 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 80372

[startup+1799.7 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806216/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80372 CPUtime=1799.2
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 574232 0 0 0 179667 253 0 0 25 0 1 0 2077949 82300928 17387 1992294400 134512640 137136520 4294956256 18446744073709551615 134616694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20093 17387 198 640 0 19449 0
Current children cumulated CPU time (s) 1799.2
Current children cumulated vsize (KiB) 80372

[startup+1799.8 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3769
/proc/meminfo: memFree=1806216/2055920 swapFree=4192956/4192956
[pid=3766] ppid=3764 vsize=80372 CPUtime=1799.3
/proc/3766/stat : 3766 (bsolo) R 3764 3766 2926 0 -1 4194304 574232 0 0 0 179677 253 0 0 25 0 1 0 2077949 82300928 17387 1992294400 134512640 137136520 4294956256 18446744073709551615 136502385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3766/statm: 20093 17387 198 640 0 19449 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (KiB) 80372

Child status: 0
Real time (s): 1799.83
CPU time (s): 1799.35
CPU user time (s): 1796.8
CPU system time (s): 2.54961
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 80372

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

runsolver used 1.3388 second user time and 3.62145 second system time

The end

Launcher Data

Begin job on node1 at 2009-06-17 21:13:06
IDJOB=1885342
IDBENCH=72047
IDSOLVER=699
FILE ID=node1/1885342-1245265985
PBS_JOBID= 9372452
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= 3a4b73c1447cbe9063643dfd57fe4b82
RANDOM SEED=172570225

node1.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.198
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.198
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:       1876592 kB
Buffers:         19160 kB
Cached:         117520 kB
SwapCached:          0 kB
Active:          93888 kB
Inactive:        55556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11140 kB
Writeback:           0 kB
Mapped:          22632 kB
Slab:            15884 kB
Committed_AS:    55088 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-1885342-1245265985.opb

Free space on /tmp at the end= 66192 MiB
End job on node1 at 2009-06-17 21:43:06