Trace number 1885351

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.0? (TO) 1800.14 1800.86

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
crypto/desgen/gss-13-s100.opb
MD5SUM1c2b381d9c38000805fc52dcfa3b43b3
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark56.1975
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30867
Total number of constraints92735
Number of constraints which are clauses92735
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-1885351-1245266054.opb.
0.00/0.00	c Instance file HOME/instance-1885351-1245266054.opb
0.00/0.00	c File size is 2744786 bytes.
0.29/0.39	c Highest Coefficient sum: 5
0.29/0.39	c ============================[ Problem Statistics ]=============================
0.29/0.39	c |                                                                             |
0.29/0.39	c |  Parsing time:          0.39         s                                      |
0.29/0.39	c |  Number Variables:      30867                                               |
0.29/0.39	c |  Number Clauses:        92735                                               |
0.29/0.39	c |  Number Cardinality:    0                                                   |
0.29/0.39	c |  Number PB Constraints: 0                                                   |
0.29/0.39	c ============================[ Search Statistics ]==============================
0.29/0.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.39	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.29/0.39	c ===============================================================================
0.29/0.39	c |         0 |   30719    92735   217845 |    30911        0    nan |  0.000 % |
15.29/15.38	c |       102 |   30103    92735   217845 |    34002       81    169 |  2.475 % |
68.87/68.95	c |       252 |   30026    92735   217845 |    37403      228    311 |  2.725 % |
118.65/118.78	c |       477 |   30026    92735   217845 |    41143      453    309 |  2.725 % |
243.41/243.59	c |       814 |   30026    92735   217845 |    45257      790    382 |  2.725 % |
493.41/493.63	c |      1320 |   30026    92735   217845 |    49783     1296    436 |  2.725 % |
783.28/783.68	c |      2079 |   30023    92735   217845 |    54761     2054    435 |  2.744 % |
1283.99/1284.51	c |      3219 |   29966    92735   217845 |    60238     3189    470 |  2.919 % |

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-1885351-1245266054/watcher-1885351-1245266054 -o /tmp/evaluation-result-1885351-1245266054/solver-1885351-1245266054 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1885351-1245266054.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.99 0.98 0.91 3/64 6846
/proc/meminfo: memFree=1806400/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=5208 CPUtime=0
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 194205493 5332992 196 1992294400 134512640 135709839 4294956240 18446744073709551615 134547798 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 1302 196 128 292 0 336 0

[startup+0.0126619 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 6846
/proc/meminfo: memFree=1806400/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=5508 CPUtime=0.01
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 284 0 0 0 1 0 0 0 18 0 1 0 194205493 5640192 269 1992294400 134512640 135709839 4294956240 18446744073709551615 135190367 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 1377 276 141 292 0 411 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5508

[startup+0.10167 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 6846
/proc/meminfo: memFree=1806400/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=7964 CPUtime=0.09
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 1046 0 0 0 9 0 0 0 18 0 1 0 194205493 8155136 1030 1992294400 134512640 135709839 4294956240 18446744073709551615 134544051 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 1991 1031 298 292 0 1025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7964

[startup+0.30169 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 6846
/proc/meminfo: memFree=1806400/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=12488 CPUtime=0.29
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 2409 0 0 0 29 0 0 0 19 0 1 0 194205493 12787712 2393 1992294400 134512640 135709839 4294956240 18446744073709551615 134540467 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 3122 2393 635 292 0 2156 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12488

[startup+0.701733 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 6846
/proc/meminfo: memFree=1806400/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=14260 CPUtime=0.69
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 3573 0 0 0 68 1 0 0 23 0 1 0 194205493 14602240 2788 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 3565 2788 133 292 0 3270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14260

[startup+1.50182 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1795768/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=14260 CPUtime=1.49
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 3603 0 0 0 148 1 0 0 25 0 1 0 194205493 14602240 2818 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 3565 2818 133 292 0 3270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14260

[startup+3.10199 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1795256/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=14680 CPUtime=3.09
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 3710 0 0 0 308 1 0 0 25 0 1 0 194205493 15032320 2925 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 3670 2925 133 292 0 3375 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14680

[startup+6.30133 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1794552/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=15516 CPUtime=6.29
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 3888 0 0 0 628 1 0 0 25 0 1 0 194205493 15888384 3103 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 3879 3103 134 292 0 3584 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15516

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1793144/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=16884 CPUtime=12.69
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 4230 0 0 0 1268 1 0 0 25 0 1 0 194205493 17289216 3445 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 4221 3445 134 292 0 3926 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16884

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1790200/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=19936 CPUtime=25.49
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 4994 0 0 0 2547 2 0 0 25 0 1 0 194205493 20414464 4209 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 4984 4209 135 292 0 4689 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19936

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1784504/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=25656 CPUtime=51.07
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 6424 0 0 0 5105 2 0 0 25 0 1 0 194205493 26271744 5639 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 6414 5639 135 292 0 6119 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25656

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1772408/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=37500 CPUtime=102.26
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 9385 0 0 0 10223 3 0 0 25 0 1 0 194205493 38400000 8600 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 9375 8600 135 292 0 9080 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37500

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1758008/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=52084 CPUtime=162.23
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 13031 0 0 0 16218 5 0 0 25 0 1 0 194205493 53334016 12246 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 13021 12246 135 292 0 12726 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 52084

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1744248/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=65480 CPUtime=222.21
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 16400 0 0 0 22215 6 0 0 25 0 1 0 194205493 67051520 15615 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 16370 15615 135 292 0 16075 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 65480

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1731640/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=78276 CPUtime=282.19
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 19579 0 0 0 28212 7 0 0 25 0 1 0 194205493 80154624 18794 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 19569 18794 135 292 0 19274 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 78276

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1719352/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=90516 CPUtime=342.16
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 22639 0 0 0 34207 9 0 0 25 0 1 0 194205493 92688384 21854 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 22629 21854 135 292 0 22334 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 90516

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1707320/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=102528 CPUtime=402.14
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 25642 0 0 0 40204 10 0 0 25 0 1 0 194205493 104988672 24857 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 25632 24857 135 292 0 25337 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 102528

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 6847
/proc/meminfo: memFree=1695288/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=114544 CPUtime=462.11
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 28646 0 0 0 46200 11 0 0 25 0 1 0 194205493 117293056 27861 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 28636 27861 135 292 0 28341 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 114544

[startup+522.302 s]
/proc/loadavg: 1.07 1.00 0.92 2/65 6847
/proc/meminfo: memFree=1683384/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=126404 CPUtime=522.08
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 31611 0 0 0 52196 12 0 0 25 0 1 0 194205493 129437696 30826 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 31601 30826 135 292 0 31306 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 126404

[startup+582.301 s]
/proc/loadavg: 1.09 1.02 0.93 2/65 6847
/proc/meminfo: memFree=1671736/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=138100 CPUtime=582.07
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 34535 0 0 0 58194 13 0 0 25 0 1 0 194205493 141414400 33750 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 34525 33750 135 292 0 34230 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 138100

[startup+642.302 s]
/proc/loadavg: 1.09 1.03 0.93 2/65 6847
/proc/meminfo: memFree=1659832/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=149660 CPUtime=642.05
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 37453 0 0 0 64191 14 0 0 25 0 1 0 194205493 153251840 36668 1992294400 134512640 135709839 4294956240 18446744073709551615 134601452 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 37415 36668 135 292 0 37120 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 149660

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 1.13 1.07 0.96 2/65 6847
/proc/meminfo: memFree=1626808/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=183064 CPUtime=821.98
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 45776 0 0 0 82181 17 0 0 25 0 1 0 194205493 187457536 44991 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 45766 44991 135 292 0 45471 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 183064

[startup+882.301 s]
/proc/loadavg: 1.09 1.07 0.96 2/65 6847
/proc/meminfo: memFree=1616056/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=193480 CPUtime=881.94
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 48396 0 0 0 88176 18 0 0 25 0 1 0 194205493 198123520 47611 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 48370 47611 135 292 0 48075 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 193480

[startup+942.302 s]
/proc/loadavg: 1.03 1.06 0.96 2/65 6847
/proc/meminfo: memFree=1603960/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=205512 CPUtime=941.92
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 51418 0 0 0 94173 19 0 0 25 0 1 0 194205493 210444288 50633 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 51378 50633 135 292 0 51083 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 205512

[startup+1002.3 s]
/proc/loadavg: 1.01 1.04 0.96 2/65 6847
/proc/meminfo: memFree=1593464/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=215908 CPUtime=1001.9
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 54019 0 0 0 100169 21 0 0 25 0 1 0 194205493 221089792 53234 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 53977 53234 135 292 0 53682 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 215908

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 0.96 2/65 6847
/proc/meminfo: memFree=1583416/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=225992 CPUtime=1061.88
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 56540 0 0 0 106166 22 0 0 25 0 1 0 194205493 231415808 55755 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 56498 55755 135 292 0 56203 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 225992

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 0.96 2/65 6847
/proc/meminfo: memFree=1573112/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=236280 CPUtime=1121.85
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 59110 0 0 0 112162 23 0 0 25 0 1 0 194205493 241950720 58325 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 59070 58325 135 292 0 58775 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 236280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 0.96 2/65 6847
/proc/meminfo: memFree=1563000/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=246540 CPUtime=1181.84
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 61645 0 0 0 118160 24 0 0 25 0 1 0 194205493 252456960 60860 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 61635 60860 135 292 0 61340 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 246540

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 6847
/proc/meminfo: memFree=1552952/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=256192 CPUtime=1241.8
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 64087 0 0 0 124155 25 0 0 25 0 1 0 194205493 262340608 63302 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 64048 63302 135 292 0 63753 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 256192

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 6847
/proc/meminfo: memFree=1542776/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=266396 CPUtime=1301.78
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 66609 0 0 0 130153 25 0 0 25 0 1 0 194205493 272789504 65824 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 66599 65824 135 292 0 66304 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 266396

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1533304/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=275956 CPUtime=1361.75
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 68999 0 0 0 136149 26 0 0 25 0 1 0 194205493 282578944 68214 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 68989 68214 135 292 0 68694 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 275956

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1522808/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=286336 CPUtime=1421.73
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 71594 0 0 0 142146 27 0 0 25 0 1 0 194205493 293208064 70809 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 71584 70809 135 292 0 71289 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 286336

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1512632/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=296436 CPUtime=1481.7
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 74150 0 0 0 148142 28 0 0 25 0 1 0 194205493 303550464 73365 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 74109 73365 135 292 0 73814 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 296436

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1502264/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=307040 CPUtime=1541.68
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 76770 0 0 0 154139 29 0 0 25 0 1 0 194205493 314408960 75985 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 76760 75985 135 292 0 76465 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 307040

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1492664/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=316468 CPUtime=1601.65
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 79127 0 0 0 160135 30 0 0 25 0 1 0 194205493 324063232 78342 1992294400 134512640 135709839 4294956240 18446744073709551615 134601452 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 79117 78342 135 292 0 78822 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 316468

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1483896/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=325076 CPUtime=1661.64
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 81311 0 0 0 166133 31 0 0 25 0 1 0 194205493 332877824 80526 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 81269 80526 135 292 0 80974 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 325076

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1475448/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=333620 CPUtime=1721.61
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 83445 0 0 0 172129 32 0 0 25 0 1 0 194205493 341626880 82660 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 83405 82660 135 292 0 83110 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 333620

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1466360/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=342520 CPUtime=1781.58
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 85640 0 0 0 178125 33 0 0 25 0 1 0 194205493 350740480 84855 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 85630 84855 135 292 0 85335 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 342520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 6847
/proc/meminfo: memFree=1463736/2055920 swapFree=4181552/4192956
[pid=6846] ppid=6844 vsize=345172 CPUtime=1800.08
/proc/6846/stat : 6846 (wbo) R 6844 6846 6296 0 -1 4194304 86303 0 0 0 179975 33 0 0 25 0 1 0 194205493 353456128 85518 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/6846/statm: 86293 85518 135 292 0 85998 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 345172

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.86
CPU time (s): 1800.14
CPU user time (s): 1799.75
CPU system time (s): 0.385941
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 345172

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

runsolver used 2.02269 second user time and 4.53731 second system time

The end

Launcher Data

Begin job on node19 at 2009-06-17 21:14:14
IDJOB=1885351
IDBENCH=72048
IDSOLVER=698
FILE ID=node19/1885351-1245266054
PBS_JOBID= 9372434
Free space on /tmp= 66132 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/desgen/gss-13-s100.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-1885351-1245266054/watcher-1885351-1245266054 -o /tmp/evaluation-result-1885351-1245266054/solver-1885351-1245266054 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1885351-1245266054.opb

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

MD5SUM BENCH= 1c2b381d9c38000805fc52dcfa3b43b3
RANDOM SEED=927919235

node19.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.234
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.234
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:       1806880 kB
Buffers:         42716 kB
Cached:         140972 kB
SwapCached:       6236 kB
Active:          64444 kB
Inactive:       128200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806880 kB
SwapTotal:     4192956 kB
SwapFree:      4181552 kB
Dirty:            5308 kB
Writeback:           0 kB
Mapped:          13636 kB
Slab:            42388 kB
Committed_AS:   216256 kB
PageTables:       1456 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-1885351-1245266054.opb

Free space on /tmp at the end= 66128 MiB
End job on node19 at 2009-06-17 21:44:17