Trace number 2657135

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.2 CardUNSAT 486.255 486.404

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.579911
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 Time Limit set to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Instance file HOME/instance-2657135-1276576161.opb
0.00/0.00	c File size is 181498 bytes.
0.00/0.03	c Highest Coefficient sum: 102
0.00/0.03	c Parsing was ok!!
0.00/0.03	c Total parsing time: 0.03 s
0.00/0.03	c Var: 10100 Constr: 201 101/100/0 Lit: 20200 Watch. Lit: 10302
0.00/0.03	c Obj. Vars: 0 (0 % of total variables)
1.29/1.31	c Pre-processing Time: 1.309 s
1.29/1.31	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.29/1.31	c        0  10100      201    20200  100    10302  100033      0      0 1.31
1.29/1.31	c Switching off lower bounding mode.
486.14/486.37	c      101  10100      303    58191  192    10506  110037    102     70 1.42
486.14/486.37	c      252  10100      458   114824  250    11495  121041    257    157 1.60
486.14/486.37	c      477  10100      712   389693  547    23642  133146    511    212 2.25
486.14/486.37	c      815  10100     1110   912527  822   112808  146461    909    204 3.98
486.14/486.37	c     1323  10100     1635  1394980  853   134849  161108   1434    134 9.81
486.14/486.37	c     2171  10100     3254  6960067 2138  1173664  177219   3053      8 261.04
486.14/486.37	c     3317  10100     4412  8274125 1875  1185064  194941   4211     10 304.49
486.14/486.37	c     5038  10100     6525 15114365 2316  1293387  214436   6324     10 480.48
486.14/486.37	c Backtracks by Clause: 5084
486.14/486.37	c Backtracks by PB constraint: 125
486.14/486.37	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
486.14/486.37	c    8     5209   3524  4233588     6719 15458283   6518     10 486.23
486.14/486.37	s UNSATISFIABLE
486.14/486.37	c Total time: 486.227 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2657135-1276576161/watcher-2657135-1276576161 -o /tmp/evaluation-result-2657135-1276576161/solver-2657135-1276576161 -C 1800 -W 2000 -M 1800 bsolo_pb10 -t1800 -l2 HOME/instance-2657135-1276576161.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.08 1.02 1.11 3/106 2276
/proc/meminfo: memFree=1722700/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=18932 CPUtime=0
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 33219798 19386368 285 1992294400 134512640 137138936 4288132448 18446744073709551615 136577166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 4733 286 174 642 0 4044 0

[startup+0.0585679 s]
/proc/loadavg: 1.08 1.02 1.11 3/106 2276
/proc/meminfo: memFree=1722700/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=12812 CPUtime=0.05
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 849 0 0 0 5 0 0 0 20 0 1 0 33219798 13119488 723 1992294400 134512640 137138936 4288132448 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 3203 723 184 642 0 2559 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12812

[startup+0.101574 s]
/proc/loadavg: 1.08 1.02 1.11 3/106 2276
/proc/meminfo: memFree=1722700/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=12812 CPUtime=0.09
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 849 0 0 0 9 0 0 0 20 0 1 0 33219798 13119488 723 1992294400 134512640 137138936 4288132448 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 3203 723 184 642 0 2559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12812

[startup+0.301596 s]
/proc/loadavg: 1.08 1.02 1.11 3/106 2276
/proc/meminfo: memFree=1722700/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=12812 CPUtime=0.29
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 849 0 0 0 29 0 0 0 20 0 1 0 33219798 13119488 723 1992294400 134512640 137138936 4288132448 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 3203 723 184 642 0 2559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12812

[startup+0.701643 s]
/proc/loadavg: 1.08 1.02 1.11 3/106 2276
/proc/meminfo: memFree=1722700/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=13076 CPUtime=0.69
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 1011 0 0 0 68 1 0 0 21 0 1 0 33219798 13389824 805 1992294400 134512640 137138936 4288132448 18446744073709551615 134532475 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 3269 805 185 642 0 2625 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13076

[startup+1.50173 s]
/proc/loadavg: 1.08 1.02 1.11 2/107 2277
/proc/meminfo: memFree=1719964/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=13668 CPUtime=1.49
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 1244 0 0 0 146 3 0 0 23 0 1 0 33219798 13996032 989 1992294400 134512640 137138936 4288132448 18446744073709551615 136505146 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 3417 989 192 642 0 2773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13668

[startup+3.10092 s]
/proc/loadavg: 1.07 1.02 1.11 3/107 2277
/proc/meminfo: memFree=1715872/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=22932 CPUtime=3.09
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 4084 0 0 0 302 7 0 0 25 0 1 0 33219798 23482368 3313 1992294400 134512640 137138936 4288132448 18446744073709551615 136504461 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 5733 3313 192 642 0 5089 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22932

[startup+6.30129 s]
/proc/loadavg: 1.07 1.02 1.11 2/107 2277
/proc/meminfo: memFree=1705332/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=27488 CPUtime=6.29
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 5479 0 0 0 583 46 0 0 25 0 1 0 33219798 28147712 4437 1992294400 134512640 137138936 4288132448 18446744073709551615 134578578 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 6872 4437 192 642 0 6228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27488

[startup+12.701 s]
/proc/loadavg: 1.06 1.02 1.11 2/107 2277
/proc/meminfo: memFree=1697148/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=36368 CPUtime=12.69
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 8154 0 0 0 1173 96 0 0 25 0 1 0 33219798 37240832 6641 1992294400 134512640 137138936 4288132448 18446744073709551615 136504096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 9092 6641 192 642 0 8448 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36368

[startup+25.5015 s]
/proc/loadavg: 1.05 1.01 1.11 2/107 2277
/proc/meminfo: memFree=1685740/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=46992 CPUtime=25.48
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 10830 0 0 0 2451 97 0 0 25 0 1 0 33219798 48119808 9317 1992294400 134512640 137138936 4288132448 18446744073709551615 136504096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 11748 9317 192 642 0 11104 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46992

[startup+51.1015 s]
/proc/loadavg: 1.03 1.01 1.10 2/107 2279
/proc/meminfo: memFree=1672720/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=59952 CPUtime=51.07
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 14067 0 0 0 5009 98 0 0 25 0 1 0 33219798 61390848 12554 1992294400 134512640 137138936 4288132448 18446744073709551615 136520912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 14988 12554 192 642 0 14344 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59952

[startup+102.308 s]
/proc/loadavg: 1.01 1.01 1.09 2/107 2279
/proc/meminfo: memFree=1656104/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=76148 CPUtime=102.27
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 18115 0 0 0 10127 100 0 0 25 0 1 0 33219798 77975552 16602 1992294400 134512640 137138936 4288132448 18446744073709551615 136295502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 19037 16602 192 642 0 18393 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 76148

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 2281
/proc/meminfo: memFree=1630560/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=101972 CPUtime=162.24
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 24585 0 0 0 16121 103 0 0 25 0 1 0 33219798 104419328 23072 1992294400 134512640 137138936 4288132448 18446744073709551615 134542339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 25493 23072 192 642 0 24849 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 101972

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 2283
/proc/meminfo: memFree=1612332/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=119940 CPUtime=222.23
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 29057 0 0 0 22118 105 0 0 25 0 1 0 33219798 122818560 27544 1992294400 134512640 137138936 4288132448 18446744073709551615 134606970 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 29985 27544 192 642 0 29341 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 119940

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 2285
/proc/meminfo: memFree=1594352/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=138048 CPUtime=282.2
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 34140 0 0 0 28058 162 0 0 25 0 1 0 33219798 141361152 32082 1992294400 134512640 137138936 4288132448 18446744073709551615 135984592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 34512 32082 192 642 0 33868 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 138048

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 2287
/proc/meminfo: memFree=1555416/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=176816 CPUtime=342.19
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 44840 0 0 0 33990 229 0 0 25 0 1 0 33219798 181059584 41765 1992294400 134512640 137138936 4288132448 18446744073709551615 134542525 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 44204 41765 192 642 0 43560 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 176816

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 2287
/proc/meminfo: memFree=1528012/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=204084 CPUtime=402.17
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 60199 0 0 0 39954 263 0 0 25 0 1 0 33219798 208982016 48601 1992294400 134512640 137138936 4288132448 18446744073709551615 134542322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 51021 48601 192 642 0 50377 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 204084

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 2289
/proc/meminfo: memFree=1508420/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=223252 CPUtime=462.14
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 76493 0 0 0 45927 287 0 0 25 0 1 0 33219798 228610048 53393 1992294400 134512640 137138936 4288132448 18446744073709551615 134542617 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 55813 53393 192 642 0 55169 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 223252

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

[startup+473.5 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2289
/proc/meminfo: memFree=1505320/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=226880 CPUtime=473.34
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 81644 0 0 0 47040 294 0 0 25 0 1 0 33219798 232325120 54268 1992294400 134512640 137138936 4288132448 18446744073709551615 134542187 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 56720 54268 192 642 0 56076 0
Current children cumulated CPU time (s) 473.34
Current children cumulated vsize (KiB) 226880

[startup+479.901 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2291
/proc/meminfo: memFree=1499368/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=233448 CPUtime=479.75
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 84536 0 0 0 47657 318 0 0 25 0 1 0 33219798 239050752 55911 1992294400 134512640 137138936 4288132448 18446744073709551615 134576438 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 58362 55911 192 642 0 57718 0
Current children cumulated CPU time (s) 479.75
Current children cumulated vsize (KiB) 233448

[startup+483.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2291
/proc/meminfo: memFree=1493788/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=238268 CPUtime=482.94
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 87196 0 0 0 47958 336 0 0 25 0 1 0 33219798 243986432 57118 1992294400 134512640 137138936 4288132448 18446744073709551615 134618214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 59567 57118 192 642 0 58923 0
Current children cumulated CPU time (s) 482.94
Current children cumulated vsize (KiB) 238268

[startup+484.701 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2291
/proc/meminfo: memFree=1493168/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=239100 CPUtime=484.54
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 87430 0 0 0 48117 337 0 0 25 0 1 0 33219798 244838400 57352 1992294400 134512640 137138936 4288132448 18446744073709551615 134542532 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 59775 57352 192 642 0 59131 0
Current children cumulated CPU time (s) 484.54
Current children cumulated vsize (KiB) 239100

[startup+485.501 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2291
/proc/meminfo: memFree=1492796/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=239236 CPUtime=485.34
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 87442 0 0 0 48197 337 0 0 25 0 1 0 33219798 244977664 57364 1992294400 134512640 137138936 4288132448 18446744073709551615 134542808 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 59809 57364 192 642 0 59165 0
Current children cumulated CPU time (s) 485.34
Current children cumulated vsize (KiB) 239236

[startup+485.901 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2291
/proc/meminfo: memFree=1492796/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=239688 CPUtime=485.74
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 87568 0 0 0 48237 337 0 0 25 0 1 0 33219798 245440512 57490 1992294400 134512640 137138936 4288132448 18446744073709551615 134618214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 59922 57490 192 642 0 59278 0
Current children cumulated CPU time (s) 485.74
Current children cumulated vsize (KiB) 239688

[startup+486.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2291
/proc/meminfo: memFree=1492176/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=239688 CPUtime=486.14
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202496 87571 0 0 0 48277 337 0 0 25 0 1 0 33219798 245440512 57493 1992294400 134512640 137138936 4288132448 18446744073709551615 134618214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2276/statm: 59922 57493 192 642 0 59278 0
Current children cumulated CPU time (s) 486.14
Current children cumulated vsize (KiB) 239688

[startup+486.401 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 2291
/proc/meminfo: memFree=1492176/2059040 swapFree=4140012/4192956
[pid=2276] ppid=2274 vsize=0 CPUtime=486.25
/proc/2276/stat : 2276 (bsolo_pb10) R 2274 2276 2047 0 -1 4202500 87597 0 0 0 48285 340 0 0 25 0 1 0 33219798 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/2276/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 486.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 486.404
CPU time (s): 486.255
CPU user time (s): 482.851
CPU system time (s): 3.40448
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 239688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 482.851
system time used= 3.40448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87597
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= 1
involuntary context switches= 1749

runsolver used 0.773882 second user time and 2.33164 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-15 06:29:21
IDJOB=2657135
IDBENCH=2578
IDSOLVER=1162
FILE ID=node006/2657135-1276576161
PBS_JOBID= 11173525
Free space on /tmp= 62504 MiB

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

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

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=182818428

node006.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1723104 kB
Buffers:         63680 kB
Cached:         190872 kB
SwapCached:       6644 kB
Active:          98060 kB
Inactive:       170144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1723104 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:            4108 kB
Writeback:           0 kB
AnonPages:       12064 kB
Mapped:          13144 kB
Slab:            45884 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62500 MiB
End job on node006 at 2010-06-15 06:37:28