Trace number 41766

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.77 1800.99

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16b2.opb
MD5SUM740656b9cfade4fc633078af7551bdb8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1031
Best CPU time to get the best result obtained on this benchmark78.763
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1031
Optimality of the best value was proved YES
Number of variables2152
Total number of constraints17197
Number of constraints which are clauses17197
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 constraint2
Maximum length of a constraint16
Number of terms in the objective function 2152
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 2152
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 2152
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/node16/41766-1149412975/instance-41766-1149412975.opb ......
5.63	c done parsing opb.
5.63	o 1076
5.93	o 1075
6.02	o 1074
6.08	o 1073
6.11	o 1072
6.17	o 1071
6.20	o 1035
17.57	o 1031

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/node16/watcher-41766-1149412975 -o ROOT/results/node16/solver-41766-1149412975 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node16/41766-1149412975/instance-41766-1149412975.opb 772199621 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1215248/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=1604 CPUtime=0
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 0 206960383 1642496 137 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598917 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 401 139 90 232 0 166 0

[startup+10.0013 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1183904/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=36032 CPUtime=9.99
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 8123 0 0 0 996 3 0 0 25 0 1 0 206960383 36896768 7948 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 9008 7948 108 232 0 8773 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 36032

[startup+20.0067 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1144928/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=135260 CPUtime=19.99
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 17837 0 0 0 1989 10 0 0 25 0 1 0 206960383 138506240 17662 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550820 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 33815 17662 108 232 0 33580 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 135260

[startup+30.0112 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1118624/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=136960 CPUtime=30
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 24612 0 0 0 2983 17 0 0 25 0 1 0 206960383 140247040 24244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134594604 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 34240 24244 108 232 0 34005 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 136960

[startup+40.0156 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1096416/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=137636 CPUtime=40
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 30164 0 0 0 3976 24 0 0 25 0 1 0 206960383 140939264 29796 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550774 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 34409 29796 108 232 0 34174 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 137636

[startup+50.02 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1095904/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=137908 CPUtime=50
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 30287 0 0 0 4970 30 0 0 25 0 1 0 206960383 141217792 29919 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549311 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 34477 29919 108 232 0 34242 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 137908

[startup+60.0244 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1095456/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=138328 CPUtime=60.01
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 30422 0 0 0 5967 34 0 0 25 0 1 0 206960383 141647872 30054 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 34582 30054 108 232 0 34347 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 138328

[startup+70.0289 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1094944/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=138716 CPUtime=70.01
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 30536 0 0 0 6965 36 0 0 25 0 1 0 206960383 142045184 30168 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 34679 30168 108 232 0 34444 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 138716

[startup+80.0343 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1087008/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=138836 CPUtime=80.01
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 32516 0 0 0 7963 38 0 0 25 0 1 0 206960383 142168064 32148 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550790 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 34709 32148 108 232 0 34474 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 138836

[startup+90.0377 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1053280/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=271696 CPUtime=90.02
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 41249 0 0 0 8957 45 0 0 25 0 1 0 206960383 278216704 40496 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 67924 40496 108 232 0 67689 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 271696

[startup+100.042 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 9951
/proc/meminfo: memFree=1023904/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=271960 CPUtime=100.02
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 48570 0 0 0 9952 50 0 0 25 0 1 0 206960383 278487040 47817 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 67990 47817 108 232 0 67755 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 271960

[startup+110.047 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 9951
/proc/meminfo: memFree=996640/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=272372 CPUtime=110.03
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 55399 0 0 0 10949 54 0 0 25 0 1 0 206960383 278908928 54646 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558803 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 68093 54646 108 232 0 67858 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 272372

[startup+120.051 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=972576/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=272504 CPUtime=120.02
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 61386 0 0 0 11945 57 0 0 25 0 1 0 206960383 279044096 60633 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550001 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 68126 60633 108 232 0 67891 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 272504

[startup+130.055 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=949536/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=272900 CPUtime=130.03
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 67134 0 0 0 12943 60 0 0 25 0 1 0 206960383 279449600 66381 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550813 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 68225 66381 108 232 0 67990 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 272900

[startup+140.061 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=926304/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=404236 CPUtime=140.04
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 72805 0 0 0 13937 67 0 0 25 0 1 0 206960383 413937664 72052 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 101059 72052 108 232 0 100824 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 404236

[startup+150.064 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=908320/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=404500 CPUtime=150.04
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 77301 0 0 0 14935 69 0 0 25 0 1 0 206960383 414208000 76548 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 101125 76548 108 232 0 100890 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 404500

[startup+160.069 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=886752/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=404764 CPUtime=160.04
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 82669 0 0 0 15931 73 0 0 25 0 1 0 206960383 414478336 81916 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 101191 81916 108 232 0 100956 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 404764

[startup+170.073 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=869344/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=404896 CPUtime=170.05
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 87010 0 0 0 16929 76 0 0 25 0 1 0 206960383 414613504 86257 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550056 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 101224 86257 108 232 0 100989 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 404896

[startup+180.078 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=852128/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=405160 CPUtime=180.05
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 91304 0 0 0 17927 78 0 0 25 0 1 0 206960383 414883840 90551 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 101290 90551 108 232 0 101055 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 405160

[startup+190.082 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=834976/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=405288 CPUtime=190.05
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 95581 0 0 0 18925 80 0 0 25 0 1 0 206960383 415014912 94828 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550057 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 101322 94828 108 232 0 101087 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 405288

[startup+200.086 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=825312/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=405552 CPUtime=200.06
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 97986 0 0 0 19923 83 0 0 25 0 1 0 206960383 415285248 97233 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551252 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 101388 97233 108 232 0 101153 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 405552

[startup+210.091 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9951
/proc/meminfo: memFree=808288/2055920 swapFree=4181468/4192956

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

/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165056 0 0 0 177972 185 0 0 25 0 1 0 206960383 768774144 161997 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187689 161997 108 232 0 187454 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (Kb) 750756

[startup+1782.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564832/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750756 CPUtime=1782.57
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165056 0 0 0 178072 185 0 0 25 0 1 0 206960383 768774144 161997 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550051 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187689 161997 108 232 0 187454 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 750756

[startup+1783.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564832/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750756 CPUtime=1783.58
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165056 0 0 0 178173 185 0 0 25 0 1 0 206960383 768774144 161997 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187689 161997 108 232 0 187454 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (Kb) 750756

[startup+1784.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564768/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1784.58
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165084 0 0 0 178273 185 0 0 25 0 1 0 206960383 768937984 162025 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162025 108 232 0 187494 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 750916

[startup+1785.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1785.58
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165085 0 0 0 178373 185 0 0 25 0 1 0 206960383 768937984 162026 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162026 108 232 0 187494 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 750916

[startup+1786.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1786.59
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165086 0 0 0 178474 185 0 0 25 0 1 0 206960383 768937984 162027 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162027 108 232 0 187494 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (Kb) 750916

[startup+1787.82 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1787.59
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165087 0 0 0 178574 185 0 0 25 0 1 0 206960383 768937984 162028 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162028 108 232 0 187494 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 750916

[startup+1788.82 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1788.6
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165088 0 0 0 178675 185 0 0 25 0 1 0 206960383 768937984 162029 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550776 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162029 108 232 0 187494 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 750916

[startup+1789.83 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1789.6
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165088 0 0 0 178775 185 0 0 25 0 1 0 206960383 768937984 162029 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550805 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162029 108 232 0 187494 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 750916

[startup+1790.83 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564640/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1790.61
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165103 0 0 0 178876 185 0 0 25 0 1 0 206960383 768937984 162044 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162044 108 232 0 187494 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 750916

[startup+1791.84 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564640/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1791.61
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165104 0 0 0 178976 185 0 0 25 0 1 0 206960383 768937984 162045 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162045 108 232 0 187494 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 750916

[startup+1792.84 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1792.61
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165105 0 0 0 179076 185 0 0 25 0 1 0 206960383 768937984 162046 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162046 108 232 0 187494 0
Current children cumulated CPU time (s) 1792.61
Current children cumulated vsize (Kb) 750916

[startup+1793.85 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1793.62
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165106 0 0 0 179177 185 0 0 25 0 1 0 206960383 768937984 162047 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162047 108 232 0 187494 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 750916

[startup+1794.85 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564704/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=750916 CPUtime=1794.62
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165106 0 0 0 179277 185 0 0 25 0 1 0 206960383 768937984 162047 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187729 162047 108 232 0 187494 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 750916

[startup+1795.86 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=564576/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=751060 CPUtime=1795.63
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165139 0 0 0 179378 185 0 0 25 0 1 0 206960383 769085440 162080 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558968 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187765 162080 108 232 0 187530 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 751060

[startup+1796.86 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=563680/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=751060 CPUtime=1796.64
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165367 0 0 0 179478 186 0 0 25 0 1 0 206960383 769085440 162308 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187765 162308 108 232 0 187530 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (Kb) 751060

[startup+1797.87 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=562272/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=751060 CPUtime=1797.64
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 165719 0 0 0 179578 186 0 0 25 0 1 0 206960383 769085440 162660 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558872 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187765 162660 108 232 0 187530 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 751060

[startup+1798.87 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=560928/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=751060 CPUtime=1798.64
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 166061 0 0 0 179678 186 0 0 25 0 1 0 206960383 769085440 163002 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187765 163002 108 232 0 187530 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 751060

[startup+1799.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=559520/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=751060 CPUtime=1799.65
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 166402 0 0 0 179779 186 0 0 25 0 1 0 206960383 769085440 163343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187765 163343 108 232 0 187530 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 751060

[startup+1800.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=559264/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=751060 CPUtime=1800.65
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 166457 0 0 0 179879 186 0 0 25 0 1 0 206960383 769085440 163398 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187765 163398 108 232 0 187530 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 751060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.89 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 9953
/proc/meminfo: memFree=559264/2055920 swapFree=4181468/4192956
[pid=9951] ppid=9949 vsize=751060 CPUtime=1800.65
/proc/9951/stat : 9951 (PBS4L) R 9949 9951 9905 0 -1 4194304 166457 0 0 0 179879 186 0 0 25 0 1 0 206960383 769085440 163398 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/9951/statm: 187765 163398 108 232 0 187530 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 751060

Sending SIGTERM to -9951
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.99
CPU time (s): 1800.77
CPU user time (s): 1798.8
CPU system time (s): 1.9687
CPU usage (%): 99.9876
Max. virtual memory (cumulated for all children) (Kb): 751060
The end

Launcher Data (download as text)

Begin job on node16 on Sun Jun  4 09:22:55 UTC 2006


FILE ID= 41766-1149412975

PBS_JOBID= 314976

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  740656b9cfade4fc633078af7551bdb8

RANDOM SEED= 772199621


/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.231
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.231
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:       1215520 kB
Buffers:         32060 kB
Cached:         731512 kB
SwapCached:       3128 kB
Active:         420960 kB
Inactive:       351308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1215520 kB
SwapTotal:     4192956 kB
SwapFree:      4181468 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14732 kB
Slab:            54256 kB
Committed_AS:   341040 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node16 on Sun Jun  4 09:52:56 UTC 2006