Trace number 1885331

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
wbo 1.0UNSAT 1779.83 1780.42

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 This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1885331-1245265811.opb.
0.00/0.00	c Instance file HOME/instance-1885331-1245265811.opb
0.00/0.00	c File size is 7357118 bytes.
1.19/1.22	c Highest Coefficient sum: 5
1.19/1.22	c ============================[ Problem Statistics ]=============================
1.19/1.22	c |                                                                             |
1.19/1.22	c |  Parsing time:          1.20         s                                      |
1.19/1.22	c |  Number Variables:      68827                                               |
1.19/1.22	c |  Number Clauses:        224473                                              |
1.19/1.22	c |  Number Cardinality:    0                                                   |
1.19/1.22	c |  Number PB Constraints: 0                                                   |
1.19/1.23	c ============================[ Search Statistics ]==============================
1.19/1.23	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.23	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1.19/1.23	c ===============================================================================
1.19/1.23	c |         0 |   68570   224473   580380 |    74824        0    nan |  0.000 % |
6.68/6.78	c |       100 |   68561   224473   580380 |    82306      100     47 |  0.388 % |
63.05/63.18	c |       251 |   68560   224473   580380 |    90537      251    169 |  0.388 % |
368.95/369.17	c |       477 |   68557   224473   580380 |    99591      467    217 |  0.392 % |
647.76/648.02	c |       814 |   68554   224473   580380 |   109550      802    220 |  0.397 % |
1036.34/1036.73	c |      1320 |   68484   224473   580380 |   120505     1298    243 |  0.501 % |
1769.50/1770.10	c ===============================================================================
1779.69/1780.35	c core #1
1779.69/1780.35	c Core size: 219706	Core Weight: 2147483647	Total Weight: 2147483647
1779.69/1780.35	c restarts              : 6
1779.69/1780.35	c conflicts             : 1899           (1 /sec)
1779.69/1780.35	c decisions             : 9447           (1.49 % random) (5 /sec)
1779.69/1780.35	c propagations          : 34704251       (19502 /sec)
1779.69/1780.35	c conflict literals     : 516000         (0.00 % deleted)
1779.69/1780.35	c Memory used           : 219.84 MB
1779.69/1780.35	c CPU time              : 1779.54 s
1779.69/1780.35	c 
1779.69/1780.39	s UNSATISFIABLE

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-1885331-1245265811/watcher-1885331-1245265811 -o /tmp/evaluation-result-1885331-1245265811/solver-1885331-1245265811 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1885331-1245265811.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.97 3/64 12002
/proc/meminfo: memFree=1882872/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=9864 CPUtime=0
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 227 0 0 0 0 0 0 0 18 0 1 0 194177565 10100736 211 1992294400 134512640 135709839 4294956240 18446744073709551615 134548059 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 2466 211 127 292 0 374 0

[startup+0.0436309 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12002
/proc/meminfo: memFree=1882872/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=11180 CPUtime=0.04
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 626 0 0 0 4 0 0 0 18 0 1 0 194177565 11448320 610 1992294400 134512640 135709839 4294956240 18446744073709551615 135187186 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 2795 611 198 292 0 703 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11180

[startup+0.10164 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12002
/proc/meminfo: memFree=1882872/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=13468 CPUtime=0.09
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 1233 0 0 0 9 0 0 0 18 0 1 0 194177565 13791232 1217 1992294400 134512640 135709839 4294956240 18446744073709551615 134553788 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 3367 1217 294 292 0 1275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13468

[startup+0.301674 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12002
/proc/meminfo: memFree=1882872/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=21404 CPUtime=0.29
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 3335 0 0 0 29 0 0 0 19 0 1 0 194177565 21917696 3197 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 5351 3197 609 292 0 3259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21404

[startup+0.701743 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12002
/proc/meminfo: memFree=1882872/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=26580 CPUtime=0.69
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 5326 0 0 0 67 2 0 0 23 0 1 0 194177565 27217920 5188 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 6645 5188 1198 292 0 4553 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26580

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1864240/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=27828 CPUtime=1.49
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 8309 0 0 0 146 3 0 0 25 0 1 0 194177565 28495872 6084 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 6957 6084 133 292 0 6662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27828

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1858608/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=28244 CPUtime=3.09
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 8413 0 0 0 306 3 0 0 25 0 1 0 194177565 28921856 6188 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 7061 6188 133 292 0 6766 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28244

[startup+6.30171 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1857776/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=29248 CPUtime=6.28
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 8665 0 0 0 625 3 0 0 25 0 1 0 194177565 29949952 6440 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 7312 6440 133 292 0 7017 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29248

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1855792/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=30696 CPUtime=12.68
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 9057 0 0 0 1265 3 0 0 25 0 1 0 194177565 31432704 6832 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 7674 6832 134 292 0 7379 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30696

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1855216/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=31548 CPUtime=25.48
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 9273 0 0 0 2544 4 0 0 25 0 1 0 194177565 32305152 7048 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 7887 7048 134 292 0 7592 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31548

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1849968/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=37052 CPUtime=51.06
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 10617 0 0 0 5102 4 0 0 25 0 1 0 194177565 37941248 8392 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 9263 8392 134 292 0 8968 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 37052

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1839664/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=47068 CPUtime=102.24
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 13153 0 0 0 10219 5 0 0 25 0 1 0 194177565 48197632 10928 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 11767 10928 135 292 0 11472 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47068

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1832560/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=54208 CPUtime=162.22
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 14907 0 0 0 16216 6 0 0 25 0 1 0 194177565 55508992 12682 1992294400 134512640 135709839 4294956240 18446744073709551615 134601446 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 13552 12682 135 292 0 13257 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 54208

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1827248/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=59484 CPUtime=222.2
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 16227 0 0 0 22214 6 0 0 25 0 1 0 194177565 60911616 14002 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 14871 14002 135 292 0 14576 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 59484

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1822320/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=64600 CPUtime=282.18
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 17505 0 0 0 28211 7 0 0 25 0 1 0 194177565 66150400 15280 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 16150 15280 135 292 0 15855 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 64600

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1813616/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=73088 CPUtime=342.16
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 19627 0 0 0 34208 8 0 0 25 0 1 0 194177565 74842112 17402 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 18272 17402 135 292 0 17977 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 73088

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1805424/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=81052 CPUtime=402.14
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 21645 0 0 0 40205 9 0 0 25 0 1 0 194177565 82997248 19420 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 20263 19420 135 292 0 19968 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 81052

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1798320/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=88100 CPUtime=462.12
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 23407 0 0 0 46203 9 0 0 25 0 1 0 194177565 90214400 21182 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 22025 21182 135 292 0 21730 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 88100

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1790896/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=95548 CPUtime=522.1
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 25274 0 0 0 52200 10 0 0 25 0 1 0 194177565 97841152 23049 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 23887 23049 135 292 0 23592 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 95548

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1786032/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=100876 CPUtime=582.08
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 26574 0 0 0 58198 10 0 0 25 0 1 0 194177565 103297024 24349 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 25219 24349 135 292 0 24924 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 100876

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1780208/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=106260 CPUtime=642.07
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 27949 0 0 0 64196 11 0 0 25 0 1 0 194177565 108810240 25724 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 26565 25724 135 292 0 26270 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 106260

[startup+702.301 s]

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

/proc/meminfo: memFree=1718000/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=168192 CPUtime=1181.89
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 43405 0 0 0 118173 16 0 0 25 0 1 0 194177565 172228608 41180 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 42048 41180 135 292 0 41753 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 168192

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1711984/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=173980 CPUtime=1241.87
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 44850 0 0 0 124171 16 0 0 25 0 1 0 194177565 178155520 42625 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 43495 42625 135 292 0 43200 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 173980

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1706416/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=179548 CPUtime=1301.86
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 46241 0 0 0 130169 17 0 0 25 0 1 0 194177565 183857152 44016 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 44887 44016 135 292 0 44592 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 179548

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1701936/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=183960 CPUtime=1361.83
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 47344 0 0 0 136166 17 0 0 25 0 1 0 194177565 188375040 45119 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 45990 45119 135 292 0 45695 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 183960

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1697520/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=188368 CPUtime=1421.81
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 48446 0 0 0 142163 18 0 0 25 0 1 0 194177565 192888832 46221 1992294400 134512640 135709839 4294956240 18446744073709551615 134579491 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 47092 46221 135 292 0 46797 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 188368

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1692528/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=193320 CPUtime=1481.79
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 49716 0 0 0 148161 18 0 0 25 0 1 0 194177565 197959680 47491 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 48330 47491 135 292 0 48035 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 193320

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1686896/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=198880 CPUtime=1541.77
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 51078 0 0 0 154158 19 0 0 25 0 1 0 194177565 203653120 48853 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 49720 48853 135 292 0 49425 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 198880

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1680624/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=205300 CPUtime=1601.75
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 52679 0 0 0 160156 19 0 0 25 0 1 0 194177565 210227200 50454 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 51325 50454 135 292 0 51030 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 205300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1673392/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=212284 CPUtime=1661.73
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 54457 0 0 0 166153 20 0 0 25 0 1 0 194177565 217378816 52232 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 53071 52232 135 292 0 52776 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 212284

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1668208/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=217640 CPUtime=1721.71
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 55764 0 0 0 172151 20 0 0 25 0 1 0 194177565 222863360 53539 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 54410 53539 135 292 0 54115 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 217640

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

[startup+1740.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1666800/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=218948 CPUtime=1740.1
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 56098 0 0 0 173990 20 0 0 25 0 1 0 194177565 224202752 53873 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 54737 53873 135 292 0 54442 0
Current children cumulated CPU time (s) 1740.1
Current children cumulated vsize (KiB) 218948

[startup+1766.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1664368/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=221412 CPUtime=1765.7
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 56708 0 0 0 176549 21 0 0 25 0 1 0 194177565 226725888 54483 1992294400 134512640 135709839 4294956240 18446744073709551615 134599686 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 55353 54483 135 292 0 55058 0
Current children cumulated CPU time (s) 1765.7
Current children cumulated vsize (KiB) 221412

[startup+1772.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1660592/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=224976 CPUtime=1772.09
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 57621 0 0 0 177188 21 0 0 25 0 1 0 194177565 230375424 55396 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 56244 55396 136 292 0 55949 0
Current children cumulated CPU time (s) 1772.09
Current children cumulated vsize (KiB) 224976

[startup+1775.9 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1660528/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=225108 CPUtime=1775.29
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 57637 0 0 0 177508 21 0 0 25 0 1 0 194177565 230510592 55412 1992294400 134512640 135709839 4294956240 18446744073709551615 134584105 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 56277 55412 136 292 0 55982 0
Current children cumulated CPU time (s) 1775.29
Current children cumulated vsize (KiB) 225108

[startup+1777.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1660464/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=225108 CPUtime=1776.9
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 57639 0 0 0 177669 21 0 0 25 0 1 0 194177565 230510592 55414 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 56277 55414 136 292 0 55982 0
Current children cumulated CPU time (s) 1776.9
Current children cumulated vsize (KiB) 225108

[startup+1779.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1660464/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=225108 CPUtime=1778.49
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 57640 0 0 0 177828 21 0 0 25 0 1 0 194177565 230510592 55415 1992294400 134512640 135709839 4294956240 18446744073709551615 134584094 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 56277 55415 136 292 0 55982 0
Current children cumulated CPU time (s) 1778.49
Current children cumulated vsize (KiB) 225108

[startup+1779.9 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1660400/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=225108 CPUtime=1779.29
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 57640 0 0 0 177908 21 0 0 25 0 1 0 194177565 230510592 55415 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 56277 55415 136 292 0 55982 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 225108

[startup+1780.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1660400/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=225108 CPUtime=1779.69
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194304 57640 0 0 0 177948 21 0 0 25 0 1 0 194177565 230510592 55415 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 56277 55415 136 292 0 55982 0
Current children cumulated CPU time (s) 1779.69
Current children cumulated vsize (KiB) 225108

[startup+1780.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12003
/proc/meminfo: memFree=1660400/2055920 swapFree=4181252/4192956
[pid=12002] ppid=12000 vsize=0 CPUtime=1779.79
/proc/12002/stat : 12002 (wbo) R 12000 12002 11221 0 -1 4194308 57642 0 0 0 177957 22 0 0 25 0 1 0 194177565 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12002/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1779.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1780.42
CPU time (s): 1779.83
CPU user time (s): 1779.57
CPU system time (s): 0.251961
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 225108

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

runsolver used 1.9817 second user time and 4.49932 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-17 21:10:12
IDJOB=1885331
IDBENCH=72046
IDSOLVER=698
FILE ID=node48/1885331-1245265811
PBS_JOBID= 9372406
Free space on /tmp= 66228 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/md5gen/gus-md5-05.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885331-1245265811/watcher-1885331-1245265811 -o /tmp/evaluation-result-1885331-1245265811/solver-1885331-1245265811 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1885331-1245265811.opb

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

MD5SUM BENCH= c79e2b52997719dd86cf500df603b103
RANDOM SEED=1559384314

node48.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.270
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.270
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:       1883352 kB
Buffers:          9016 kB
Cached:         100736 kB
SwapCached:       5440 kB
Active:          69232 kB
Inactive:        48396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883352 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:            9560 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            40900 kB
Committed_AS:   178884 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885331-1245265811.opb

Free space on /tmp at the end= 66228 MiB
End job on node48 at 2009-06-17 21:39:53