Trace number 3463688

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.2UNSAT 257.828 257.898

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.207968
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints201
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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.2 - 23/05/2010 : 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 Instance file HOME/instance-3463688-1307178674.opb
0.00/0.00	c File size is 181498 bytes.
0.00/0.01	c Highest Coefficient sum: 102
0.00/0.01	c Parsing was ok!!
0.00/0.01	c Total parsing time: 0.013 s
0.00/0.01	c Var: 10100 Constr: 201 101/100/0 Lit: 20200 Watch. Lit: 10302
0.00/0.01	c Obj. Vars: 0 (0 % of total variables)
0.69/0.70	c Pre-processing Time: 0.706 s
0.69/0.70	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.69/0.70	c        0  10100      201    20200  100    10302  100033      0      0 0.71
0.69/0.70	c Switching off lower bounding mode.
257.72/257.88	c      101  10100      303    58191  192    10506  110037    102    131 0.77
257.72/257.88	c      252  10100      458   114824  250    11495  121041    257    292 0.86
257.72/257.88	c      477  10100      712   389693  547    23642  133146    511    397 1.20
257.72/257.88	c      815  10100     1110   912527  822   112808  146461    909    385 2.11
257.72/257.88	c     1323  10100     1635  1394980  853   134849  161108   1434    258 5.11
257.72/257.88	c     2171  10100     3254  6960067 2138  1173664  177219   3053     16 130.82
257.72/257.88	c     3317  10100     4412  8274125 1875  1185064  194941   4211     21 156.74
257.72/257.88	c     5038  10100     6525 15114365 2316  1293387  214436   6324     19 254.83
257.72/257.88	c Backtracks by Clause: 5084
257.72/257.88	c Backtracks by PB constraint: 125
257.72/257.88	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
257.72/257.88	c    8     5209   3524  4233588     6719 15458283   6518     20 257.82
257.72/257.88	s UNSATISFIABLE
257.72/257.88	c Total time: 257.816 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3463688-1307178674/watcher-3463688-1307178674 -o /tmp/evaluation-result-3463688-1307178674/solver-3463688-1307178674 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3463688-1307178674.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 1/485 30524
/proc/meminfo: memFree=27152956/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=11696 CPUtime=0.01 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 515 0 0 0 1 0 0 0 25 0 1 0 829465932 11976704 470 33554432000 134512640 137138936 4292314816 18446744073709551615 136506715 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30524/statm: 2924 470 208 642 0 2235 0

[startup+0.0541059 s]
/proc/loadavg: 1.92 2.00 1.99 1/485 30524
/proc/meminfo: memFree=27152956/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=12816 CPUtime=0.05 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 813 0 0 0 5 0 0 0 18 0 1 0 829465932 13123584 723 33554432000 134512640 137138936 4292314816 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30524/statm: 3204 723 184 642 0 2560 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12816

[startup+0.101123 s]
/proc/loadavg: 1.92 2.00 1.99 1/485 30524
/proc/meminfo: memFree=27152956/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=12816 CPUtime=0.09 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 813 0 0 0 9 0 0 0 18 0 1 0 829465932 13123584 723 33554432000 134512640 137138936 4292314816 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30524/statm: 3204 723 184 642 0 2560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12816

[startup+0.301101 s]
/proc/loadavg: 1.92 2.00 1.99 1/485 30524
/proc/meminfo: memFree=27152956/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=13080 CPUtime=0.29 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 975 0 0 0 29 0 0 0 18 0 1 0 829465932 13393920 805 33554432000 134512640 137138936 4292314816 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30524/statm: 3270 805 185 642 0 2626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13080

[startup+0.701033 s]
/proc/loadavg: 1.92 2.00 1.99 1/485 30524
/proc/meminfo: memFree=27152956/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=13080 CPUtime=0.69 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 975 0 0 0 69 0 0 0 18 0 1 0 829465932 13393920 805 33554432000 134512640 137138936 4292314816 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30524/statm: 3270 805 185 642 0 2626 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13080

[startup+1.50089 s]
/proc/loadavg: 1.93 2.00 1.99 3/490 30535
/proc/meminfo: memFree=27136540/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=20952 CPUtime=1.49 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 3254 0 0 0 147 2 0 0 20 0 1 0 829465932 21454848 2812 33554432000 134512640 137138936 4292314816 18446744073709551615 136506715 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30524/statm: 5238 2812 192 642 0 4594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20952

[startup+3.10061 s]
/proc/loadavg: 1.93 2.00 1.99 3/490 30563
/proc/meminfo: memFree=27126612/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=27360 CPUtime=3.09 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 5397 0 0 0 293 16 0 0 25 0 1 0 829465932 28016640 4415 33554432000 134512640 137138936 4292314816 18446744073709551615 134542525 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30524/statm: 6840 4415 192 642 0 6196 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27360

[startup+6.30102 s]
/proc/loadavg: 1.93 2.00 1.99 3/490 30617
/proc/meminfo: memFree=27102836/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=35664 CPUtime=6.27 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 7970 0 0 0 586 41 0 0 25 0 1 0 829465932 36519936 6484 33554432000 134512640 137138936 4292314816 18446744073709551615 134607134 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30524/statm: 8916 6484 192 642 0 8272 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35664

[startup+12.701 s]
/proc/loadavg: 2.10 2.04 2.01 3/490 30833
/proc/meminfo: memFree=27107012/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=46832 CPUtime=12.62 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 10772 0 0 0 1221 41 0 0 25 0 1 0 829465932 47955968 9286 33554432000 134512640 137138936 4292314816 18446744073709551615 134577137 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 11708 9286 192 642 0 11064 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 46832

[startup+25.5009 s]
/proc/loadavg: 2.01 2.02 2.00 3/490 30914
/proc/meminfo: memFree=27074712/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=60256 CPUtime=25.41 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 14101 0 0 0 2499 42 0 0 25 0 1 0 829465932 61702144 12615 33554432000 134512640 137138936 4292314816 18446744073709551615 135984569 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 15064 12615 192 642 0 14420 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 60256

[startup+51.1006 s]
/proc/loadavg: 2.08 2.03 2.00 3/490 30915
/proc/meminfo: memFree=27036520/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=76152 CPUtime=51.02 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 18088 0 0 0 5059 43 0 0 25 0 1 0 829465932 77979648 16602 33554432000 134512640 137138936 4292314816 18446744073709551615 134606964 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 19038 16602 192 642 0 18394 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 76152

[startup+102.318 s]
/proc/loadavg: 2.03 2.03 2.00 3/490 30916
/proc/meminfo: memFree=26958652/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=116260 CPUtime=102.23 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 28107 0 0 0 10179 44 0 0 25 0 1 0 829465932 119050240 26621 33554432000 134512640 137138936 4292314816 18446744073709551615 134542325 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 29065 26621 192 642 0 28421 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 116260

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/490 30918
/proc/meminfo: memFree=26895388/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=156460 CPUtime=162.22 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 39926 0 0 0 16123 99 0 0 25 0 1 0 829465932 160215040 36694 33554432000 134512640 137138936 4292314816 18446744073709551615 134606663 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 39115 36694 192 642 0 38471 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 156460

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30919
/proc/meminfo: memFree=26813780/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=211928 CPUtime=222.22 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 66315 0 0 0 22103 119 0 0 25 0 1 0 829465932 217014272 50529 33554432000 134512640 137138936 4292314816 18446744073709551615 136502651 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 52982 50529 192 642 0 52338 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 211928

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

[startup+230.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26806092/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=215552 CPUtime=230.22 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 69056 0 0 0 22902 120 0 0 25 0 1 0 829465932 220725248 51435 33554432000 134512640 137138936 4292314816 18446744073709551615 134606964 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 53888 51435 192 642 0 53244 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 215552

[startup+243.118 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26794560/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=222836 CPUtime=243.04 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 75371 0 0 0 24181 123 0 0 25 0 1 0 829465932 228184064 53280 33554432000 134512640 137138936 4292314816 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 55709 53280 192 642 0 55065 0
Current children cumulated CPU time (s) 243.04
Current children cumulated vsize (KiB) 222836

[startup+249.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26789844/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=226116 CPUtime=249.42 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 80921 0 0 0 24817 125 0 0 25 0 1 0 829465932 231542784 54108 33554432000 134512640 137138936 4292314816 18446744073709551615 134602875 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 56529 54108 192 642 0 55885 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 226116

[startup+252.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26787612/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=228012 CPUtime=252.62 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 81744 0 0 0 25136 126 0 0 25 0 1 0 829465932 233484288 54577 33554432000 134512640 137138936 4292314816 18446744073709551615 136520965 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 57003 54577 192 642 0 56359 0
Current children cumulated CPU time (s) 252.62
Current children cumulated vsize (KiB) 228012

[startup+255.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26777196/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=237784 CPUtime=255.82 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 86738 0 0 0 25438 144 0 0 25 0 1 0 829465932 243490816 57024 33554432000 134512640 137138936 4292314816 18446744073709551615 134542325 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 59446 57024 192 642 0 58802 0
Current children cumulated CPU time (s) 255.82
Current children cumulated vsize (KiB) 237784

[startup+256.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26774096/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=239116 CPUtime=256.62 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 87070 0 0 0 25518 144 0 0 25 0 1 0 829465932 244854784 57327 33554432000 134512640 137138936 4292314816 18446744073709551615 134618214 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 59779 57327 192 642 0 59135 0
Current children cumulated CPU time (s) 256.62
Current children cumulated vsize (KiB) 239116

[startup+257.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26772604/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=239248 CPUtime=257.42 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 87106 0 0 0 25598 144 0 0 25 0 1 0 829465932 244989952 57363 33554432000 134512640 137138936 4292314816 18446744073709551615 134542516 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 59812 57363 192 642 0 59168 0
Current children cumulated CPU time (s) 257.42
Current children cumulated vsize (KiB) 239248

[startup+257.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26772604/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=239700 CPUtime=257.62 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 87228 0 0 0 25618 144 0 0 25 0 1 0 829465932 245452800 57485 33554432000 134512640 137138936 4292314816 18446744073709551615 134618200 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 59925 57485 192 642 0 59281 0
Current children cumulated CPU time (s) 257.62
Current children cumulated vsize (KiB) 239700

[startup+257.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 30920
/proc/meminfo: memFree=26772604/32951124 swapFree=63649284/67111528
[pid=30524] ppid=30522 vsize=239700 CPUtime=257.72 cores=0,2,4,6
/proc/30524/stat : 30524 (bsolo) R 30522 30524 28154 0 -1 4202496 87238 0 0 0 25628 144 0 0 25 0 1 0 829465932 245452800 57495 33554432000 134512640 137138936 4292314816 18446744073709551615 134618214 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30524/statm: 59925 57495 192 642 0 59281 0
Current children cumulated CPU time (s) 257.72
Current children cumulated vsize (KiB) 239700

Child status: 0
Real time (s): 257.898
CPU time (s): 257.828
CPU user time (s): 256.367
CPU system time (s): 1.46078
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 239700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.367
system time used= 1.46078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87264
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= 5
involuntary context switches= 409

runsolver used 1.36079 second user time and 2.69859 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 11:11:14
IDJOB=3463688
IDBENCH=2578
IDSOLVER=1955
FILE ID=node130/3463688-1307178674
RUNJOBID= node130-1307175073-30136
PBS_JOBID= 13508832
Free space on /tmp= 73856 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-101-100.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3463688-1307178674/watcher-3463688-1307178674 -o /tmp/evaluation-result-3463688-1307178674/solver-3463688-1307178674 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3463688-1307178674.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=1375350449

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27153112 kB
Buffers:        285688 kB
Cached:         448856 kB
SwapCached:       9700 kB
Active:        5131644 kB
Inactive:       383216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27153112 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:            4172 kB
Writeback:           0 kB
AnonPages:     4779016 kB
Mapped:          30288 kB
Slab:           159152 kB
PageTables:      54112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145069380 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73844 MiB
End job on node130 at 2011-06-04 11:15:32