Trace number 41774

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
PBS 4.1L? (TO) 1800.6 1801.29

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-ssa7552-160.opb
MD5SUM222a42b8f82034d85b05bda8442ae96d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1359
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1359
Optimality of the best value was proved NO
Number of variables2782
Total number of constraints4517
Number of constraints which are clauses4517
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 constraint5
Number of terms in the objective function 2782
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2782
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2782
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node11/41774-1149414082/instance-41774-1149414082.opb ......
0.20	c done parsing opb.
0.20	o 1382
0.22	o 1381
0.24	o 1380
0.25	o 1379
0.27	o 1378
0.29	o 1377
0.30	o 1376
0.32	o 1375
0.34	o 1374
0.35	o 1373
0.37	o 1372
0.39	o 1371
0.40	o 1370
0.42	o 1369
0.43	o 1368
0.45	o 1367
0.47	o 1366
0.48	o 1365
0.50	o 1364
0.52	o 1363
0.53	o 1362
0.55	o 1361
0.57	o 1360
0.58	o 1359

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node11/watcher-41774-1149414082 -o ROOT/results/node11/solver-41774-1149414082 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node11/41774-1149414082/instance-41774-1149414082.opb 994400453 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.01 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1858760/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=1368 CPUtime=0
/proc/16259/stat : 16259 (PBS4L) D 16257 16259 16213 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 207070752 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135137645 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16259/statm: 342 95 84 232 0 107 0

[startup+10.0025 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1776280/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=133828 CPUtime=9.89
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 20765 0 0 0 980 9 0 0 25 0 1 0 207070752 137039872 20688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 33457 20688 108 232 0 33222 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (Kb) 133828

[startup+20.0086 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1775648/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=134756 CPUtime=19.89
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 21043 0 0 0 1977 12 0 0 25 0 1 0 207070752 137990144 20869 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 33689 20869 108 232 0 33454 0
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (Kb) 134756

[startup+30.0148 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1775072/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=135232 CPUtime=29.89
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 21188 0 0 0 2975 14 0 0 25 0 1 0 207070752 138477568 21014 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549492 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 33808 21014 108 232 0 33573 0
Current children cumulated CPU time (s) 29.89
Current children cumulated vsize (Kb) 135232

[startup+40.021 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1772448/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=135484 CPUtime=39.9
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 21838 0 0 0 3974 16 0 0 25 0 1 0 207070752 138735616 21664 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 33871 21664 108 232 0 33636 0
Current children cumulated CPU time (s) 39.9
Current children cumulated vsize (Kb) 135484

[startup+50.0272 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1745248/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=136660 CPUtime=49.9
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 28814 0 0 0 4968 22 0 0 25 0 1 0 207070752 139939840 28447 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550001 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 34165 28447 108 232 0 33930 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (Kb) 136660

[startup+60.0334 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1732000/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=136924 CPUtime=59.91
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 32130 0 0 0 5965 26 0 0 25 0 1 0 207070752 140210176 31763 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 34231 31763 108 232 0 33996 0
Current children cumulated CPU time (s) 59.91
Current children cumulated vsize (Kb) 136924

[startup+70.0396 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1716448/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=268308 CPUtime=69.9
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 35933 0 0 0 6959 31 0 0 25 0 1 0 207070752 274747392 35566 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67077 35566 108 232 0 66842 0
Current children cumulated CPU time (s) 69.9
Current children cumulated vsize (Kb) 268308

[startup+80.0458 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1716128/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=268552 CPUtime=79.91
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 36021 0 0 0 7957 34 0 0 25 0 1 0 207070752 274997248 35654 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67138 35654 108 232 0 66903 0
Current children cumulated CPU time (s) 79.91
Current children cumulated vsize (Kb) 268552

[startup+90.052 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1715872/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=268664 CPUtime=89.92
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 36074 0 0 0 8955 37 0 0 25 0 1 0 207070752 275111936 35707 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611856 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67166 35707 108 232 0 66931 0
Current children cumulated CPU time (s) 89.92
Current children cumulated vsize (Kb) 268664

[startup+100.058 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1714592/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=268848 CPUtime=99.91
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 36406 0 0 0 9951 40 0 0 25 0 1 0 207070752 275300352 36039 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67212 36039 108 232 0 66977 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (Kb) 268848

[startup+110.064 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1714272/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=269084 CPUtime=109.92
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 36484 0 0 0 10949 43 0 0 25 0 1 0 207070752 275542016 36117 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550001 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67271 36117 108 232 0 67036 0
Current children cumulated CPU time (s) 109.92
Current children cumulated vsize (Kb) 269084

[startup+120.071 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16259
/proc/meminfo: memFree=1713888/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=270960 CPUtime=119.93
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 36956 0 0 0 11947 46 0 0 25 0 1 0 207070752 277463040 36204 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67740 36204 108 232 0 67505 0
Current children cumulated CPU time (s) 119.93
Current children cumulated vsize (Kb) 270960

[startup+130.077 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1711840/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=271068 CPUtime=129.93
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 37461 0 0 0 12946 47 0 0 25 0 1 0 207070752 277573632 36709 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67767 36709 108 232 0 67532 0
Current children cumulated CPU time (s) 129.93
Current children cumulated vsize (Kb) 271068

[startup+140.083 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1711584/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=271192 CPUtime=139.93
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 37528 0 0 0 13944 49 0 0 25 0 1 0 207070752 277700608 36776 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550762 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67798 36776 108 232 0 67563 0
Current children cumulated CPU time (s) 139.93
Current children cumulated vsize (Kb) 271192

[startup+150.089 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1707168/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=271404 CPUtime=149.93
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 38626 0 0 0 14941 52 0 0 25 0 1 0 207070752 277917696 37874 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67851 37874 108 232 0 67616 0
Current children cumulated CPU time (s) 149.93
Current children cumulated vsize (Kb) 271404

[startup+160.095 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1706784/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=271688 CPUtime=159.94
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 38718 0 0 0 15939 55 0 0 25 0 1 0 207070752 278208512 37966 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550057 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67922 37966 108 232 0 67687 0
Current children cumulated CPU time (s) 159.94
Current children cumulated vsize (Kb) 271688

[startup+170.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1706464/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=271828 CPUtime=169.94
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 38795 0 0 0 16936 58 0 0 25 0 1 0 207070752 278351872 38043 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67957 38043 108 232 0 67722 0
Current children cumulated CPU time (s) 169.94
Current children cumulated vsize (Kb) 271828

[startup+180.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1706144/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=271976 CPUtime=179.94
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 38873 0 0 0 17933 61 0 0 25 0 1 0 207070752 278503424 38121 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 67994 38121 108 232 0 67759 0
Current children cumulated CPU time (s) 179.94
Current children cumulated vsize (Kb) 271976

[startup+190.113 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1705888/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=272248 CPUtime=189.94
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 38938 0 0 0 18932 62 0 0 25 0 1 0 207070752 278781952 38186 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559031 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 68062 38186 108 232 0 67827 0
Current children cumulated CPU time (s) 189.94
Current children cumulated vsize (Kb) 272248

[startup+200.119 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1705568/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=272416 CPUtime=199.95
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 39022 0 0 0 19930 65 0 0 25 0 1 0 207070752 278953984 38270 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 68104 38270 108 232 0 67869 0
Current children cumulated CPU time (s) 199.95
Current children cumulated vsize (Kb) 272416

[startup+210.125 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16259
/proc/meminfo: memFree=1705312/2055920 swapFree=4181336/4192956

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

/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51001 0 0 0 177831 315 0 0 25 0 1 0 207070752 315043840 44870 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44870 108 232 0 76680 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (Kb) 307660

[startup+1783.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678560/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1782.47
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51002 0 0 0 177932 315 0 0 25 0 1 0 207070752 315043840 44871 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44871 108 232 0 76680 0
Current children cumulated CPU time (s) 1782.47
Current children cumulated vsize (Kb) 307660

[startup+1784.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678560/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1783.47
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51006 0 0 0 178032 315 0 0 25 0 1 0 207070752 315043840 44875 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44875 108 232 0 76680 0
Current children cumulated CPU time (s) 1783.47
Current children cumulated vsize (Kb) 307660

[startup+1785.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678496/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1784.48
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51008 0 0 0 178133 315 0 0 25 0 1 0 207070752 315043840 44877 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44877 108 232 0 76680 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (Kb) 307660

[startup+1786.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678496/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1785.48
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51010 0 0 0 178233 315 0 0 25 0 1 0 207070752 315043840 44879 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44879 108 232 0 76680 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (Kb) 307660

[startup+1787.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678432/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1786.48
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51025 0 0 0 178333 315 0 0 25 0 1 0 207070752 315043840 44894 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44894 108 232 0 76680 0
Current children cumulated CPU time (s) 1786.48
Current children cumulated vsize (Kb) 307660

[startup+1788.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678432/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1787.49
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51026 0 0 0 178433 316 0 0 25 0 1 0 207070752 315043840 44895 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44895 108 232 0 76680 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (Kb) 307660

[startup+1789.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678432/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1788.5
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51028 0 0 0 178534 316 0 0 25 0 1 0 207070752 315043840 44897 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44897 108 232 0 76680 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (Kb) 307660

[startup+1790.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678432/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1789.5
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51031 0 0 0 178634 316 0 0 25 0 1 0 207070752 315043840 44900 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44900 108 232 0 76680 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (Kb) 307660

[startup+1791.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678432/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1790.5
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51033 0 0 0 178734 316 0 0 25 0 1 0 207070752 315043840 44902 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44902 108 232 0 76680 0
Current children cumulated CPU time (s) 1790.5
Current children cumulated vsize (Kb) 307660

[startup+1792.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678432/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1791.51
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51034 0 0 0 178835 316 0 0 25 0 1 0 207070752 315043840 44903 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44903 108 232 0 76680 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (Kb) 307660

[startup+1793.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678368/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1792.51
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51038 0 0 0 178935 316 0 0 25 0 1 0 207070752 315043840 44907 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44907 108 232 0 76680 0
Current children cumulated CPU time (s) 1792.51
Current children cumulated vsize (Kb) 307660

[startup+1794.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678368/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1793.51
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51040 0 0 0 179035 316 0 0 25 0 1 0 207070752 315043840 44909 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44909 108 232 0 76680 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (Kb) 307660

[startup+1795.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678368/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1794.53
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51042 0 0 0 179136 317 0 0 25 0 1 0 207070752 315043840 44911 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44911 108 232 0 76680 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (Kb) 307660

[startup+1796.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678368/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1795.53
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51050 0 0 0 179236 317 0 0 25 0 1 0 207070752 315043840 44919 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44919 108 232 0 76680 0
Current children cumulated CPU time (s) 1795.53
Current children cumulated vsize (Kb) 307660

[startup+1797.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678368/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1796.53
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51051 0 0 0 179336 317 0 0 25 0 1 0 207070752 315043840 44920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44920 108 232 0 76680 0
Current children cumulated CPU time (s) 1796.53
Current children cumulated vsize (Kb) 307660

[startup+1798.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678304/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1797.54
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51053 0 0 0 179437 317 0 0 25 0 1 0 207070752 315043840 44922 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44922 108 232 0 76680 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (Kb) 307660

[startup+1799.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678304/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1798.54
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51058 0 0 0 179537 317 0 0 25 0 1 0 207070752 315043840 44927 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44927 108 232 0 76680 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (Kb) 307660

[startup+1800.25 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678304/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=307660 CPUtime=1799.54
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51060 0 0 0 179637 317 0 0 25 0 1 0 207070752 315043840 44929 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 76915 44929 108 232 0 76680 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 307660

[startup+1801.25 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678240/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=308624 CPUtime=1800.56
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51072 0 0 0 179738 318 0 0 25 0 1 0 207070752 316030976 44941 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 77156 44941 108 232 0 76921 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 308624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.26 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16454
/proc/meminfo: memFree=1678240/2055920 swapFree=4181336/4192956
[pid=16259] ppid=16257 vsize=308624 CPUtime=1800.56
/proc/16259/stat : 16259 (PBS4L) R 16257 16259 16213 0 -1 4194304 51072 0 0 0 179738 318 0 0 25 0 1 0 207070752 316030976 44941 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 1 0 0
/proc/16259/statm: 77156 44941 108 232 0 76921 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 308624

Sending SIGTERM to -16259
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.29
CPU time (s): 1800.6
CPU user time (s): 1797.38
CPU system time (s): 3.21251
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (Kb): 308624
The end

Launcher Data (download as text)

Begin job on node11 on Sun Jun  4 09:41:22 UTC 2006


FILE ID= 41774-1149414082

PBS_JOBID= 315081

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ssa7552-160.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node11/41774-1149414082/instance-41774-1149414082.opb 994400453
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-41774-1149414082 -o ROOT/results/node11/solver-41774-1149414082 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node11/41774-1149414082/instance-41774-1149414082.opb 994400453

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  222a42b8f82034d85b05bda8442ae96d

RANDOM SEED= 994400453


/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.222
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	: 5931.00
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.222
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:       1859032 kB
Buffers:         15408 kB
Cached:         110456 kB
SwapCached:       3200 kB
Active:          38644 kB
Inactive:        95744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859032 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14676 kB
Slab:            48532 kB
Committed_AS:   431724 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node11 on Sun Jun  4 10:11:24 UTC 2006