Trace number 41174

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.76 1801.27

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUM28d827e98d8e81c3ff9d9e47a6238269
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 benchmark2.27765
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node26/41174-1149240646/instance-41174-1149240646.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/node26/watcher-41174-1149240646 -o ROOT/results/node26/solver-41174-1149240646 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node26/41174-1149240646/instance-41174-1149240646.opb 229659571 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.95 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1650288/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=1836 CPUtime=0
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 7235544 1880064 166 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134599096 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 459 167 90 232 0 224 0

[startup+10.0022 s]
/proc/loadavg: 0.96 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1639288/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=15308 CPUtime=9.99
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 3210 0 0 0 971 28 0 0 25 0 1 0 7235544 15675392 2847 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 3827 2847 105 232 0 3592 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 15308

[startup+20.0082 s]
/proc/loadavg: 0.96 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1638456/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=17348 CPUtime=20
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 3797 0 0 0 1948 52 0 0 25 0 1 0 7235544 17764352 3049 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 4337 3049 105 232 0 4102 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 17348

[startup+30.0142 s]
/proc/loadavg: 0.97 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1637624/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=17744 CPUtime=30
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 4012 0 0 0 2927 73 0 0 25 0 1 0 7235544 18169856 3264 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 4436 3264 105 232 0 4201 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 17744

[startup+40.0202 s]
/proc/loadavg: 0.97 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1636856/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=18284 CPUtime=40
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 4196 0 0 0 3906 94 0 0 25 0 1 0 7235544 18722816 3448 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 4571 3448 105 232 0 4336 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 18284

[startup+50.0262 s]
/proc/loadavg: 0.98 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1636088/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=18728 CPUtime=50
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 4409 0 0 0 4886 114 0 0 25 0 1 0 7235544 19177472 3661 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 4682 3661 105 232 0 4447 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 18728

[startup+60.0322 s]
/proc/loadavg: 0.98 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1634616/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=19000 CPUtime=60.01
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 4766 0 0 0 5867 134 0 0 25 0 1 0 7235544 19456000 4018 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 4750 4018 105 232 0 4515 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 19000

[startup+70.0381 s]
/proc/loadavg: 0.98 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1633464/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=19576 CPUtime=70.07
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 5059 0 0 0 6854 153 0 0 25 0 1 0 7235544 20045824 4311 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 4894 4311 105 232 0 4659 0
Current children cumulated CPU time (s) 70.07
Current children cumulated vsize (Kb) 19576

[startup+80.1071 s]
/proc/loadavg: 0.98 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1632888/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=22956 CPUtime=80.08
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 5963 0 0 0 7836 172 0 0 25 0 1 0 7235544 23506944 4446 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 5739 4446 105 232 0 5504 0
Current children cumulated CPU time (s) 80.08
Current children cumulated vsize (Kb) 22956

[startup+90.1131 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1632312/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=23172 CPUtime=90.08
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6111 0 0 0 8814 194 0 0 25 0 1 0 7235544 23728128 4594 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 5793 4594 105 232 0 5558 0
Current children cumulated CPU time (s) 90.08
Current children cumulated vsize (Kb) 23172

[startup+100.119 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1631800/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=23496 CPUtime=100.08
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6238 0 0 0 9797 211 0 0 25 0 1 0 7235544 24059904 4721 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 5874 4721 105 232 0 5639 0
Current children cumulated CPU time (s) 100.08
Current children cumulated vsize (Kb) 23496

[startup+110.125 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1631352/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=23740 CPUtime=110.09
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6345 0 0 0 10779 230 0 0 25 0 1 0 7235544 24309760 4828 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 5935 4828 105 232 0 5700 0
Current children cumulated CPU time (s) 110.09
Current children cumulated vsize (Kb) 23740

[startup+120.131 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1630840/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=23996 CPUtime=120.09
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6470 0 0 0 11761 248 0 0 25 0 1 0 7235544 24571904 4953 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 5999 4953 105 232 0 5764 0
Current children cumulated CPU time (s) 120.09
Current children cumulated vsize (Kb) 23996

[startup+130.137 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1630392/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=24364 CPUtime=130.09
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6587 0 0 0 12743 266 0 0 25 0 1 0 7235544 24948736 5070 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6091 5070 105 232 0 5856 0
Current children cumulated CPU time (s) 130.09
Current children cumulated vsize (Kb) 24364

[startup+140.143 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1629880/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=24656 CPUtime=140.09
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6708 0 0 0 13721 288 0 0 25 0 1 0 7235544 25247744 5191 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6164 5191 105 232 0 5929 0
Current children cumulated CPU time (s) 140.09
Current children cumulated vsize (Kb) 24656

[startup+150.149 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1629368/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=24964 CPUtime=150.1
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6840 0 0 0 14702 308 0 0 25 0 1 0 7235544 25563136 5323 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6241 5323 105 232 0 6006 0
Current children cumulated CPU time (s) 150.1
Current children cumulated vsize (Kb) 24964

[startup+160.155 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1628920/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=24964 CPUtime=160.1
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 6961 0 0 0 15682 328 0 0 25 0 1 0 7235544 25563136 5444 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6241 5444 105 232 0 6006 0
Current children cumulated CPU time (s) 160.1
Current children cumulated vsize (Kb) 24964

[startup+170.161 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1628344/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=25388 CPUtime=170.1
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 7089 0 0 0 16669 341 0 0 25 0 1 0 7235544 25997312 5572 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6347 5572 105 232 0 6112 0
Current children cumulated CPU time (s) 170.1
Current children cumulated vsize (Kb) 25388

[startup+180.167 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1627896/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=25736 CPUtime=180.11
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 7205 0 0 0 17653 358 0 0 25 0 1 0 7235544 26353664 5688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6434 5688 105 232 0 6199 0
Current children cumulated CPU time (s) 180.11
Current children cumulated vsize (Kb) 25736

[startup+190.173 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1627384/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=25736 CPUtime=190.11
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 7332 0 0 0 18636 375 0 0 25 0 1 0 7235544 26353664 5815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6434 5815 105 232 0 6199 0
Current children cumulated CPU time (s) 190.11
Current children cumulated vsize (Kb) 25736

[startup+200.179 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1627000/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=26200 CPUtime=200.12
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 7437 0 0 0 19621 391 0 0 25 0 1 0 7235544 26828800 5920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 6550 5920 105 232 0 6315 0
Current children cumulated CPU time (s) 200.12
Current children cumulated vsize (Kb) 26200

[startup+210.185 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 13635
/proc/meminfo: memFree=1626360/2055920 swapFree=4192956/4192956

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

/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30577 0 0 0 175804 2361 0 0 25 0 1 0 7235544 97243136 18305 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18305 105 232 0 23506 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (Kb) 94964

[startup+1783.16 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576824/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1782.65
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30580 0 0 0 175903 2362 0 0 25 0 1 0 7235544 97243136 18308 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558803 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18308 105 232 0 23506 0
Current children cumulated CPU time (s) 1782.65
Current children cumulated vsize (Kb) 94964

[startup+1784.16 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576824/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1783.66
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30585 0 0 0 176003 2363 0 0 25 0 1 0 7235544 97243136 18313 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18313 105 232 0 23506 0
Current children cumulated CPU time (s) 1783.66
Current children cumulated vsize (Kb) 94964

[startup+1785.17 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576824/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1784.66
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30587 0 0 0 176103 2363 0 0 25 0 1 0 7235544 97243136 18315 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18315 105 232 0 23506 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (Kb) 94964

[startup+1786.17 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576824/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1785.67
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30591 0 0 0 176203 2364 0 0 25 0 1 0 7235544 97243136 18319 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134856436 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18319 105 232 0 23506 0
Current children cumulated CPU time (s) 1785.67
Current children cumulated vsize (Kb) 94964

[startup+1787.17 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576824/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1786.67
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30593 0 0 0 176302 2365 0 0 25 0 1 0 7235544 97243136 18321 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18321 105 232 0 23506 0
Current children cumulated CPU time (s) 1786.67
Current children cumulated vsize (Kb) 94964

[startup+1788.18 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576760/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1787.67
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30597 0 0 0 176401 2366 0 0 25 0 1 0 7235544 97243136 18325 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18325 105 232 0 23506 0
Current children cumulated CPU time (s) 1787.67
Current children cumulated vsize (Kb) 94964

[startup+1789.18 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576760/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1788.68
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30603 0 0 0 176501 2367 0 0 25 0 1 0 7235544 97243136 18331 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18331 105 232 0 23506 0
Current children cumulated CPU time (s) 1788.68
Current children cumulated vsize (Kb) 94964

[startup+1790.19 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576760/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1789.69
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30605 0 0 0 176601 2368 0 0 25 0 1 0 7235544 97243136 18333 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18333 105 232 0 23506 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (Kb) 94964

[startup+1791.19 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576760/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1790.69
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30609 0 0 0 176700 2369 0 0 25 0 1 0 7235544 97243136 18337 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18337 105 232 0 23506 0
Current children cumulated CPU time (s) 1790.69
Current children cumulated vsize (Kb) 94964

[startup+1792.2 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576696/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1791.7
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30619 0 0 0 176800 2370 0 0 25 0 1 0 7235544 97243136 18347 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18347 105 232 0 23506 0
Current children cumulated CPU time (s) 1791.7
Current children cumulated vsize (Kb) 94964

[startup+1793.2 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576632/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1792.7
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30634 0 0 0 176900 2370 0 0 25 0 1 0 7235544 97243136 18362 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18362 105 232 0 23506 0
Current children cumulated CPU time (s) 1792.7
Current children cumulated vsize (Kb) 94964

[startup+1794.21 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576632/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1793.7
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30637 0 0 0 176999 2371 0 0 25 0 1 0 7235544 97243136 18365 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18365 105 232 0 23506 0
Current children cumulated CPU time (s) 1793.7
Current children cumulated vsize (Kb) 94964

[startup+1795.21 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576632/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1794.71
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30643 0 0 0 177099 2372 0 0 25 0 1 0 7235544 97243136 18371 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18371 105 232 0 23506 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (Kb) 94964

[startup+1796.22 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576568/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1795.72
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30646 0 0 0 177199 2373 0 0 25 0 1 0 7235544 97243136 18374 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18374 105 232 0 23506 0
Current children cumulated CPU time (s) 1795.72
Current children cumulated vsize (Kb) 94964

[startup+1797.22 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576568/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1796.72
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30656 0 0 0 177299 2373 0 0 25 0 1 0 7235544 97243136 18384 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18384 105 232 0 23506 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (Kb) 94964

[startup+1798.23 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576504/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1797.72
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30661 0 0 0 177398 2374 0 0 25 0 1 0 7235544 97243136 18389 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18389 105 232 0 23506 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (Kb) 94964

[startup+1799.23 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576504/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1798.73
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30665 0 0 0 177498 2375 0 0 25 0 1 0 7235544 97243136 18393 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18393 105 232 0 23506 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (Kb) 94964

[startup+1800.24 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576504/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1799.74
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30670 0 0 0 177597 2377 0 0 25 0 1 0 7235544 97243136 18398 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18398 105 232 0 23506 0
Current children cumulated CPU time (s) 1799.74
Current children cumulated vsize (Kb) 94964

[startup+1801.24 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576504/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1800.74
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30673 0 0 0 177697 2377 0 0 25 0 1 0 7235544 97243136 18401 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18401 105 232 0 23506 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (Kb) 94964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.25 s]
/proc/loadavg: 1.00 0.99 0.92 2/64 13635
/proc/meminfo: memFree=1576504/2055920 swapFree=4192956/4192956
[pid=13635] ppid=13633 vsize=94964 CPUtime=1800.74
/proc/13635/stat : 13635 (PBS4L) R 13633 13635 13590 0 -1 4194304 30673 0 0 0 177697 2377 0 0 25 0 1 0 7235544 97243136 18401 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13635/statm: 23741 18401 105 232 0 23506 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (Kb) 94964

Sending SIGTERM to -13635
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.27
CPU time (s): 1800.76
CPU user time (s): 1776.97
CPU system time (s): 23.7894
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (Kb): 94964
The end

Launcher Data (download as text)

Begin job on node26 on Fri Jun  2 09:30:46 UTC 2006


FILE ID= 41174-1149240646

PBS_JOBID= 297421

BENCH NAME= ROOT/tmp/node26/41174-1149240646/instance-41174-1149240646.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node26/41174-1149240646/instance-41174-1149240646.opb 229659571
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-41174-1149240646 -o ROOT/results/node26/solver-41174-1149240646 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node26/41174-1149240646/instance-41174-1149240646.opb 229659571

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  28d827e98d8e81c3ff9d9e47a6238269

RANDOM SEED= 229659571


/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.247
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.247
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:       1650496 kB
Buffers:         27036 kB
Cached:         322824 kB
SwapCached:          0 kB
Active:         208084 kB
Inactive:       156260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650496 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             236 kB
Writeback:           0 kB
Mapped:          24900 kB
Slab:            27120 kB
Committed_AS:   161300 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node26 on Fri Jun  2 10:00:48 UTC 2006