Trace number 41703

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.53 1801.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
MD5SUMc2400ec88bd2efb16a03934d0b4c43da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.221965
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1954
Number of constraints which are clauses1930
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
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 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
Number of bits of the biggest sum of numbers10
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/node22/41703-1149403116/instance-41703-1149403116.opb ......
0.17	c done parsing opb.
0.17	o 72
11.43	o 70
17.33	o 68
20.65	o 66
73.03	o 64

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/node22/watcher-41703-1149403116 -o ROOT/results/node22/solver-41703-1149403116 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node22/41703-1149403116/instance-41703-1149403116.opb 137477921 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1861304/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=1400 CPUtime=0
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 101745971 1433600 141 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134536608 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 350 142 97 232 0 115 0

[startup+10.0026 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1851728/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=13984 CPUtime=9.99
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 2872 0 0 0 987 12 0 0 25 0 1 0 101745971 14319616 2505 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552263 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 3496 2505 107 232 0 3261 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13984

[startup+20.0092 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1847632/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=16484 CPUtime=19.99
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 4274 0 0 0 1981 18 0 0 25 0 1 0 101745971 16879616 3522 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 4121 3522 108 232 0 3886 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 16484

[startup+30.0149 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1844752/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=25852 CPUtime=29.99
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 4991 0 0 0 2977 22 0 0 25 0 1 0 101745971 26472448 4239 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550054 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 6463 4239 108 232 0 6228 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 25852

[startup+40.0206 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1842640/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=26684 CPUtime=39.99
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 5514 0 0 0 3972 27 0 0 25 0 1 0 101745971 27324416 4762 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 6671 4762 108 232 0 6436 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 26684

[startup+50.0263 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1840336/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=27828 CPUtime=50
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 6091 0 0 0 4970 30 0 0 25 0 1 0 101745971 28495872 5339 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 6957 5339 108 232 0 6722 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 27828

[startup+60.0319 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1839568/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=31076 CPUtime=60
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 7064 0 0 0 5968 32 0 0 25 0 1 0 101745971 31821824 5543 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 7769 5543 108 232 0 7534 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 31076

[startup+70.0376 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1838480/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=31520 CPUtime=70
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 7323 0 0 0 6965 35 0 0 25 0 1 0 101745971 32276480 5802 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 7880 5802 108 232 0 7645 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 31520

[startup+80.0433 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1836560/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=31820 CPUtime=80
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 7802 0 0 0 7962 38 0 0 25 0 1 0 101745971 32583680 6281 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 7955 6281 108 232 0 7720 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 31820

[startup+90.0489 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1835728/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=32448 CPUtime=90
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 8013 0 0 0 8960 40 0 0 25 0 1 0 101745971 33226752 6492 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 8112 6492 108 232 0 7877 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 32448

[startup+100.055 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1834704/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=32640 CPUtime=100.01
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 8267 0 0 0 9959 42 0 0 25 0 1 0 101745971 33423360 6746 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 8160 6746 108 232 0 7925 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 32640

[startup+110.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1833552/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=33104 CPUtime=110.01
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 8544 0 0 0 10957 44 0 0 25 0 1 0 101745971 33898496 7023 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559353 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 8276 7023 108 232 0 8041 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 33104

[startup+120.066 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1832336/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=33236 CPUtime=120.02
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 8857 0 0 0 11956 46 0 0 25 0 1 0 101745971 34033664 7336 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 8309 7336 108 232 0 8074 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 33236

[startup+130.072 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1831312/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=33676 CPUtime=130.02
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 9123 0 0 0 12954 48 0 0 25 0 1 0 101745971 34484224 7602 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 8419 7602 108 232 0 8184 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 33676

[startup+140.077 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1829648/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=50408 CPUtime=140.02
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 9531 0 0 0 13951 51 0 0 25 0 1 0 101745971 51617792 8010 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 12602 8010 108 232 0 12367 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 50408

[startup+150.083 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1829136/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=50576 CPUtime=150.02
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 9659 0 0 0 14950 52 0 0 25 0 1 0 101745971 51789824 8138 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 12644 8138 108 232 0 12409 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 50576

[startup+160.089 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1828688/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=50884 CPUtime=160.02
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 9762 0 0 0 15949 53 0 0 25 0 1 0 101745971 52105216 8241 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 12721 8241 108 232 0 12486 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 50884

[startup+170.094 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1828240/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=51520 CPUtime=170.03
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 9948 0 0 0 16948 55 0 0 25 0 1 0 101745971 52756480 8361 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551987 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 12880 8361 108 232 0 12645 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 51520

[startup+180.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1827280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=51792 CPUtime=180.02
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 10198 0 0 0 17946 56 0 0 25 0 1 0 101745971 53035008 8578 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 12948 8578 108 232 0 12713 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 51792

[startup+190.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1826704/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=52052 CPUtime=190.03
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 10391 0 0 0 18946 57 0 0 25 0 1 0 101745971 53301248 8738 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 13013 8738 108 232 0 12778 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 52052

[startup+200.111 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1825488/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=52396 CPUtime=200.03
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 10691 0 0 0 19944 59 0 0 25 0 1 0 101745971 53653504 9038 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 13099 9038 108 232 0 12864 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 52396

[startup+210.117 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3600
/proc/meminfo: memFree=1824720/2055920 swapFree=4183840/4192956

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

/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39402 0 0 0 177908 232 0 0 25 0 1 0 101745971 203579392 32352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32352 108 232 0 49467 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (Kb) 198808

[startup+1783.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731408/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1782.41
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39404 0 0 0 178009 232 0 0 25 0 1 0 101745971 203579392 32354 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558828 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32354 108 232 0 49467 0
Current children cumulated CPU time (s) 1782.41
Current children cumulated vsize (Kb) 198808

[startup+1784.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731408/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1783.41
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39405 0 0 0 178109 232 0 0 25 0 1 0 101745971 203579392 32355 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558856 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32355 108 232 0 49467 0
Current children cumulated CPU time (s) 1783.41
Current children cumulated vsize (Kb) 198808

[startup+1785.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731408/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1784.41
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39407 0 0 0 178209 232 0 0 25 0 1 0 101745971 203579392 32357 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558841 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32357 108 232 0 49467 0
Current children cumulated CPU time (s) 1784.41
Current children cumulated vsize (Kb) 198808

[startup+1786.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731408/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1785.42
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39409 0 0 0 178310 232 0 0 25 0 1 0 101745971 203579392 32359 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32359 108 232 0 49467 0
Current children cumulated CPU time (s) 1785.42
Current children cumulated vsize (Kb) 198808

[startup+1787.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1786.42
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39411 0 0 0 178410 232 0 0 25 0 1 0 101745971 203579392 32361 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32361 108 232 0 49467 0
Current children cumulated CPU time (s) 1786.42
Current children cumulated vsize (Kb) 198808

[startup+1788.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1787.43
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39413 0 0 0 178511 232 0 0 25 0 1 0 101745971 203579392 32363 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32363 108 232 0 49467 0
Current children cumulated CPU time (s) 1787.43
Current children cumulated vsize (Kb) 198808

[startup+1789.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1788.44
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39415 0 0 0 178611 233 0 0 25 0 1 0 101745971 203579392 32365 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32365 108 232 0 49467 0
Current children cumulated CPU time (s) 1788.44
Current children cumulated vsize (Kb) 198808

[startup+1790.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1789.44
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39416 0 0 0 178711 233 0 0 25 0 1 0 101745971 203579392 32366 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558832 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32366 108 232 0 49467 0
Current children cumulated CPU time (s) 1789.44
Current children cumulated vsize (Kb) 198808

[startup+1791.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1790.45
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39418 0 0 0 178812 233 0 0 25 0 1 0 101745971 203579392 32368 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32368 108 232 0 49467 0
Current children cumulated CPU time (s) 1790.45
Current children cumulated vsize (Kb) 198808

[startup+1792.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1791.45
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39419 0 0 0 178912 233 0 0 25 0 1 0 101745971 203579392 32369 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550685 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32369 108 232 0 49467 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (Kb) 198808

[startup+1793.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1792.45
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39420 0 0 0 179012 233 0 0 25 0 1 0 101745971 203579392 32370 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551505 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32370 108 232 0 49467 0
Current children cumulated CPU time (s) 1792.45
Current children cumulated vsize (Kb) 198808

[startup+1794.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731344/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1793.46
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39423 0 0 0 179113 233 0 0 25 0 1 0 101745971 203579392 32373 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32373 108 232 0 49467 0
Current children cumulated CPU time (s) 1793.46
Current children cumulated vsize (Kb) 198808

[startup+1795.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1794.46
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39424 0 0 0 179213 233 0 0 25 0 1 0 101745971 203579392 32374 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32374 108 232 0 49467 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (Kb) 198808

[startup+1796.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1795.47
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39426 0 0 0 179314 233 0 0 25 0 1 0 101745971 203579392 32376 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32376 108 232 0 49467 0
Current children cumulated CPU time (s) 1795.47
Current children cumulated vsize (Kb) 198808

[startup+1797.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1796.47
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39428 0 0 0 179414 233 0 0 25 0 1 0 101745971 203579392 32378 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32378 108 232 0 49467 0
Current children cumulated CPU time (s) 1796.47
Current children cumulated vsize (Kb) 198808

[startup+1798.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1797.48
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39429 0 0 0 179515 233 0 0 25 0 1 0 101745971 203579392 32379 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32379 108 232 0 49467 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (Kb) 198808

[startup+1799.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1798.48
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39431 0 0 0 179615 233 0 0 25 0 1 0 101745971 203579392 32381 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134630288 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32381 108 232 0 49467 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (Kb) 198808

[startup+1800.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1799.48
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39432 0 0 0 179715 233 0 0 25 0 1 0 101745971 203579392 32382 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32382 108 232 0 49467 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (Kb) 198808

[startup+1801.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1800.49
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39433 0 0 0 179816 233 0 0 25 0 1 0 101745971 203579392 32383 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32383 108 232 0 49467 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 198808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 3797
/proc/meminfo: memFree=1731280/2055920 swapFree=4183840/4192956
[pid=3600] ppid=3598 vsize=198808 CPUtime=1800.49
/proc/3600/stat : 3600 (PBS4L) R 3598 3600 3554 0 -1 4194304 39433 0 0 0 179816 233 0 0 25 0 1 0 101745971 203579392 32383 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3600/statm: 49702 32383 108 232 0 49467 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 198808

Sending SIGTERM to -3600
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.22
CPU time (s): 1800.53
CPU user time (s): 1798.17
CPU system time (s): 2.35864
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (Kb): 198808
The end

Launcher Data (download as text)

Begin job on node22 on Sun Jun  4 06:38:36 UTC 2006


FILE ID= 41703-1149403116

PBS_JOBID= 314156

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node22/41703-1149403116/instance-41703-1149403116.opb 137477921
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-41703-1149403116 -o ROOT/results/node22/solver-41703-1149403116 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node22/41703-1149403116/instance-41703-1149403116.opb 137477921

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  c2400ec88bd2efb16a03934d0b4c43da

RANDOM SEED= 137477921


/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.261
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.261
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:       1861512 kB
Buffers:          8852 kB
Cached:         121520 kB
SwapCached:       3112 kB
Active:          25832 kB
Inactive:       113164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861512 kB
SwapTotal:     4192956 kB
SwapFree:      4183840 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14960 kB
Slab:            41452 kB
Committed_AS:   356952 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node22 on Sun Jun  4 07:08:38 UTC 2006