Trace number 40839

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 NameAnswerCPU timeWall clock time
PBS 4.1L? (TO) 1800.69 1801.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.166974
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
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/node46/40839-1149204861/instance-40839-1149204861.opb ......

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/node46/watcher-40839-1149204861 -o ROOT/results/node46/solver-40839-1149204861 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node46/40839-1149204861/instance-40839-1149204861.opb 639115307 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.49 0.14 0.21 2/64 21768
/proc/meminfo: memFree=1510536/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=18540 CPUtime=0
/proc/21768/stat : 21768 (runsolver) R 21766 21768 21723 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 100642967 18984960 279 18446744073709551615 4194304 4262084 548682069040 18446744073709551615 243181088039 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21768/statm: 4635 279 243 16 0 2626 0

[startup+10.0023 s]
/proc/loadavg: 0.57 0.17 0.22 2/64 21768
/proc/meminfo: memFree=1484816/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=41944 CPUtime=9.98
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 6897 0 0 0 992 6 0 0 25 0 1 0 100642967 42950656 6531 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 10486 6531 105 232 0 10251 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 41944

[startup+20.0084 s]
/proc/loadavg: 0.63 0.20 0.22 2/64 21768
/proc/meminfo: memFree=1478096/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=44472 CPUtime=19.99
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 8563 0 0 0 1987 12 0 0 25 0 1 0 100642967 45539328 8197 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552345 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 11118 8197 105 232 0 10883 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 44472

[startup+30.0154 s]
/proc/loadavg: 0.69 0.22 0.23 2/64 21768
/proc/meminfo: memFree=1470544/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=48980 CPUtime=29.99
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 10833 0 0 0 2983 16 0 0 25 0 1 0 100642967 50155520 10082 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 12245 10082 105 232 0 12010 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 48980

[startup+40.0205 s]
/proc/loadavg: 0.74 0.25 0.24 2/64 21768
/proc/meminfo: memFree=1466192/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=51392 CPUtime=40
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 11919 0 0 0 3979 21 0 0 25 0 1 0 100642967 52625408 11168 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 12848 11168 105 232 0 12613 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 51392

[startup+50.0266 s]
/proc/loadavg: 0.78 0.27 0.25 2/64 21768
/proc/meminfo: memFree=1458128/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=87320 CPUtime=50
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 13934 0 0 0 4975 25 0 0 25 0 1 0 100642967 89415680 13183 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 21830 13183 105 232 0 21595 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 87320

[startup+60.0326 s]
/proc/loadavg: 0.81 0.30 0.26 2/64 21768
/proc/meminfo: memFree=1452112/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=92240 CPUtime=60
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 16196 0 0 0 5972 28 0 0 25 0 1 0 100642967 94453760 14676 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 23060 14676 105 232 0 22825 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 92240

[startup+70.0387 s]
/proc/loadavg: 0.84 0.32 0.26 2/64 21768
/proc/meminfo: memFree=1447888/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=93936 CPUtime=70
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 17260 0 0 0 6969 31 0 0 25 0 1 0 100642967 96190464 15740 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 23484 15740 105 232 0 23249 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 93936

[startup+80.0447 s]
/proc/loadavg: 0.86 0.34 0.27 2/64 21768
/proc/meminfo: memFree=1440848/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=95376 CPUtime=80.01
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 19008 0 0 0 7966 35 0 0 25 0 1 0 100642967 97665024 17488 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 23844 17488 105 232 0 23609 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 95376

[startup+90.0508 s]
/proc/loadavg: 0.88 0.36 0.28 2/64 21768
/proc/meminfo: memFree=1439376/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=96780 CPUtime=90.02
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 19385 0 0 0 8964 38 0 0 25 0 1 0 100642967 99102720 17865 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 24195 17865 105 232 0 23960 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 96780

[startup+100.056 s]
/proc/loadavg: 0.90 0.38 0.29 2/64 21768
/proc/meminfo: memFree=1436304/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=97780 CPUtime=100.02
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 20153 0 0 0 9961 41 0 0 25 0 1 0 100642967 100126720 18633 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552034 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 24445 18633 105 232 0 24210 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 97780

[startup+110.062 s]
/proc/loadavg: 0.92 0.40 0.29 2/64 21768
/proc/meminfo: memFree=1435280/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=98716 CPUtime=110.02
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 20402 0 0 0 10960 42 0 0 25 0 1 0 100642967 101085184 18882 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552213 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 24679 18882 105 232 0 24444 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 98716

[startup+120.068 s]
/proc/loadavg: 0.93 0.42 0.30 2/64 21768
/proc/meminfo: memFree=1434064/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=99324 CPUtime=120.02
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 20706 0 0 0 11958 44 0 0 25 0 1 0 100642967 101707776 19186 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 24831 19186 105 232 0 24596 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 99324

[startup+130.074 s]
/proc/loadavg: 0.94 0.44 0.31 2/64 21768
/proc/meminfo: memFree=1432848/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=100712 CPUtime=130.02
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 21015 0 0 0 12956 46 0 0 25 0 1 0 100642967 103129088 19495 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551596 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 25178 19495 105 232 0 24943 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 100712

[startup+140.08 s]
/proc/loadavg: 0.95 0.46 0.31 2/64 21768
/proc/meminfo: memFree=1431696/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=107648 CPUtime=140.03
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 22829 0 0 0 13954 49 0 0 25 0 1 0 100642967 110231552 19772 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 26912 19772 105 232 0 26677 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 107648

[startup+150.087 s]
/proc/loadavg: 0.95 0.48 0.32 2/64 21768
/proc/meminfo: memFree=1428624/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=109584 CPUtime=150.04
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 23598 0 0 0 14953 51 0 0 25 0 1 0 100642967 112214016 20541 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 27396 20541 105 232 0 27161 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 109584

[startup+160.092 s]
/proc/loadavg: 0.96 0.49 0.33 2/64 21768
/proc/meminfo: memFree=1421200/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=111564 CPUtime=160.04
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 25443 0 0 0 15951 53 0 0 25 0 1 0 100642967 114241536 22386 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 27891 22386 105 232 0 27656 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 111564

[startup+170.098 s]
/proc/loadavg: 0.97 0.51 0.33 2/64 21768
/proc/meminfo: memFree=1415824/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=115108 CPUtime=170.05
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 26789 0 0 0 16949 56 0 0 25 0 1 0 100642967 117870592 23732 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 28777 23732 105 232 0 28542 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 115108

[startup+180.104 s]
/proc/loadavg: 0.97 0.52 0.34 2/64 21768
/proc/meminfo: memFree=1414416/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=116456 CPUtime=180.04
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 27131 0 0 0 17947 57 0 0 25 0 1 0 100642967 119250944 24074 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550000 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 29114 24074 105 232 0 28879 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 116456

[startup+190.11 s]
/proc/loadavg: 0.98 0.54 0.35 2/64 21768
/proc/meminfo: memFree=1413904/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=116588 CPUtime=190.05
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 27258 0 0 0 18946 59 0 0 25 0 1 0 100642967 119386112 24201 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 29147 24201 105 232 0 28912 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 116588

[startup+200.116 s]
/proc/loadavg: 0.98 0.55 0.35 2/64 21768
/proc/meminfo: memFree=1413136/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=117116 CPUtime=200.05
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 27455 0 0 0 19945 60 0 0 25 0 1 0 100642967 119926784 24398 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 29279 24398 105 232 0 29044 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 117116

[startup+210.124 s]
/proc/loadavg: 0.98 0.57 0.36 2/64 21768
/proc/meminfo: memFree=1411600/2055920 swapFree=4183160/4192956

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

/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84129 0 0 0 177875 280 0 0 25 0 1 0 100642967 432164864 66863 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66863 105 232 0 105274 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (Kb) 422036

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242192/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1782.55
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84131 0 0 0 177975 280 0 0 25 0 1 0 100642967 432164864 66865 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66865 105 232 0 105274 0
Current children cumulated CPU time (s) 1782.55
Current children cumulated vsize (Kb) 422036

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242192/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1783.55
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84135 0 0 0 178075 280 0 0 25 0 1 0 100642967 432164864 66869 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611556 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66869 105 232 0 105274 0
Current children cumulated CPU time (s) 1783.55
Current children cumulated vsize (Kb) 422036

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242192/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1784.56
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84141 0 0 0 178176 280 0 0 25 0 1 0 100642967 432164864 66875 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66875 105 232 0 105274 0
Current children cumulated CPU time (s) 1784.56
Current children cumulated vsize (Kb) 422036

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242064/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1785.56
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84171 0 0 0 178276 280 0 0 25 0 1 0 100642967 432164864 66905 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66905 105 232 0 105274 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (Kb) 422036

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242064/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1786.56
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84175 0 0 0 178376 280 0 0 25 0 1 0 100642967 432164864 66909 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66909 105 232 0 105274 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 422036

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242000/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1787.58
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84181 0 0 0 178477 281 0 0 25 0 1 0 100642967 432164864 66915 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66915 105 232 0 105274 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (Kb) 422036

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242000/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1788.58
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84186 0 0 0 178577 281 0 0 25 0 1 0 100642967 432164864 66920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550790 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66920 105 232 0 105274 0
Current children cumulated CPU time (s) 1788.58
Current children cumulated vsize (Kb) 422036

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1242000/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1789.59
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84191 0 0 0 178678 281 0 0 25 0 1 0 100642967 432164864 66925 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549255 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66925 105 232 0 105274 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (Kb) 422036

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241936/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1790.59
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84195 0 0 0 178778 281 0 0 25 0 1 0 100642967 432164864 66929 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66929 105 232 0 105274 0
Current children cumulated CPU time (s) 1790.59
Current children cumulated vsize (Kb) 422036

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241936/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1791.6
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84198 0 0 0 178879 281 0 0 25 0 1 0 100642967 432164864 66932 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66932 105 232 0 105274 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (Kb) 422036

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241936/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1792.6
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84208 0 0 0 178979 281 0 0 25 0 1 0 100642967 432164864 66942 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66942 105 232 0 105274 0
Current children cumulated CPU time (s) 1792.6
Current children cumulated vsize (Kb) 422036

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241872/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1793.6
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84216 0 0 0 179079 281 0 0 25 0 1 0 100642967 432164864 66950 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66950 105 232 0 105274 0
Current children cumulated CPU time (s) 1793.6
Current children cumulated vsize (Kb) 422036

[startup+1795.15 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241872/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1794.61
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84219 0 0 0 179180 281 0 0 25 0 1 0 100642967 432164864 66953 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66953 105 232 0 105274 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (Kb) 422036

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241872/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1795.61
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84222 0 0 0 179280 281 0 0 25 0 1 0 100642967 432164864 66956 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66956 105 232 0 105274 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (Kb) 422036

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241808/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1796.61
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84227 0 0 0 179380 281 0 0 25 0 1 0 100642967 432164864 66961 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66961 105 232 0 105274 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (Kb) 422036

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241808/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1797.62
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84231 0 0 0 179481 281 0 0 25 0 1 0 100642967 432164864 66965 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550057 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66965 105 232 0 105274 0
Current children cumulated CPU time (s) 1797.62
Current children cumulated vsize (Kb) 422036

[startup+1799.17 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241744/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1798.62
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84244 0 0 0 179581 281 0 0 25 0 1 0 100642967 432164864 66978 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66978 105 232 0 105274 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 422036

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241744/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1799.63
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84246 0 0 0 179682 281 0 0 25 0 1 0 100642967 432164864 66980 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66980 105 232 0 105274 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (Kb) 422036

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241744/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1800.64
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84250 0 0 0 179782 282 0 0 25 0 1 0 100642967 432164864 66984 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66984 105 232 0 105274 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (Kb) 422036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 21965
/proc/meminfo: memFree=1241744/2055920 swapFree=4183160/4192956
[pid=21768] ppid=21766 vsize=422036 CPUtime=1800.64
/proc/21768/stat : 21768 (PBS4L) R 21766 21768 21723 0 -1 4194304 84250 0 0 0 179782 282 0 0 25 0 1 0 100642967 432164864 66984 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/21768/statm: 105509 66984 105 232 0 105274 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (Kb) 422036

Sending SIGTERM to -21768
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.69
CPU user time (s): 1797.83
CPU system time (s): 2.86556
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (Kb): 422036
The end

Launcher Data (download as text)

Begin job on node46 on Thu Jun  1 23:34:21 UTC 2006


FILE ID= 40839-1149204861

PBS_JOBID= 293068

BENCH NAME= ROOT/tmp/node46/40839-1149204861/instance-40839-1149204861.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node46/40839-1149204861/instance-40839-1149204861.opb 639115307
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-40839-1149204861 -o ROOT/results/node46/solver-40839-1149204861 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node46/40839-1149204861/instance-40839-1149204861.opb 639115307

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  cc11de80c07cf0d445d50327479f6689

RANDOM SEED= 639115307


/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.223
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.223
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:       1510744 kB
Buffers:         31372 kB
Cached:         441328 kB
SwapCached:       4252 kB
Active:         138404 kB
Inactive:       343416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510744 kB
SwapTotal:     4192956 kB
SwapFree:      4183160 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          15052 kB
Slab:            49376 kB
Committed_AS:   165084 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node46 on Fri Jun  2 00:04:23 UTC 2006