Trace number 37397

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
Pueblo 1.3? (TO) 1800.48 1801.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUM9d22902ade96af236e70cdbf7d8bd853
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
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 Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
3.65	c starting to Solve
3.65	c #variables read: 23621 - #constraints read: 67525

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/node17/watcher-37397-1149234596 -o ROOT/results/node17/solver-37397-1149234596 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node17/37397-1149234596/instance-37397-1149234596.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.80 0.92 0.97 3/64 20276
/proc/meminfo: memFree=1495344/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=2572 CPUtime=0
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 189122910 2633728 239 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 3325655 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 643 239 199 16 0 84 0

[startup+10.0029 s]
/proc/loadavg: 0.83 0.93 0.97 2/64 20276
/proc/meminfo: memFree=1476976/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=21608 CPUtime=9.99
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 4817 0 0 0 997 2 0 0 25 0 1 0 189122910 22126592 4788 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 5402 4788 206 16 0 4843 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 21608

[startup+20.0097 s]
/proc/loadavg: 0.85 0.93 0.97 2/64 20276
/proc/meminfo: memFree=1465144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=33532 CPUtime=19.99
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 7785 0 0 0 1995 4 0 0 25 0 1 0 189122910 34336768 7756 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 8383 7756 206 16 0 7824 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 33532

[startup+30.0166 s]
/proc/loadavg: 0.88 0.93 0.97 2/64 20276
/proc/meminfo: memFree=1452472/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=46296 CPUtime=30
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 10953 0 0 0 2993 7 0 0 25 0 1 0 189122910 47407104 10924 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 11574 10924 206 16 0 11015 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 46296

[startup+40.0224 s]
/proc/loadavg: 0.89 0.93 0.97 2/64 20276
/proc/meminfo: memFree=1443256/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=55576 CPUtime=40
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 13261 0 0 0 3991 9 0 0 25 0 1 0 189122910 56909824 13232 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 13894 13232 206 16 0 13335 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 55576

[startup+50.0303 s]
/proc/loadavg: 0.91 0.93 0.97 2/64 20276
/proc/meminfo: memFree=1431480/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=67264 CPUtime=50
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 16205 0 0 0 4990 10 0 0 25 0 1 0 189122910 68878336 16176 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 16816 16176 206 16 0 16257 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 67264

[startup+60.0361 s]
/proc/loadavg: 0.92 0.94 0.97 2/64 20276
/proc/meminfo: memFree=1419576/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=79212 CPUtime=60.01
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 19185 0 0 0 5988 13 0 0 25 0 1 0 189122910 81113088 19156 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 19803 19156 206 16 0 19244 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 79212

[startup+70.043 s]
/proc/loadavg: 0.93 0.94 0.97 2/64 20276
/proc/meminfo: memFree=1405688/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=92984 CPUtime=70.01
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 22640 0 0 0 6986 15 0 0 25 0 1 0 189122910 95215616 22611 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 3294843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 23246 22611 206 16 0 22687 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 92984

[startup+80.0498 s]
/proc/loadavg: 0.94 0.94 0.97 2/64 20276
/proc/meminfo: memFree=1394168/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=104428 CPUtime=80.01
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 25507 0 0 0 7984 17 0 0 25 0 1 0 189122910 106934272 25478 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557894 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 26107 25478 206 16 0 25548 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 104428

[startup+90.0557 s]
/proc/loadavg: 0.95 0.94 0.97 2/64 20276
/proc/meminfo: memFree=1383928/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=114652 CPUtime=90.02
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 28067 0 0 0 8983 19 0 0 25 0 1 0 189122910 117403648 28038 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 3294843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 28663 28038 206 16 0 28104 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 114652

[startup+100.061 s]
/proc/loadavg: 0.96 0.94 0.97 2/64 20276
/proc/meminfo: memFree=1375224/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=123604 CPUtime=100.02
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 30229 0 0 0 9981 21 0 0 25 0 1 0 189122910 126570496 30200 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 30901 30200 206 16 0 30342 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 123604

[startup+110.067 s]
/proc/loadavg: 0.96 0.94 0.97 2/64 20276
/proc/meminfo: memFree=1366840/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=132056 CPUtime=110.02
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 32347 0 0 0 10979 23 0 0 25 0 1 0 189122910 135225344 32318 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 33014 32318 206 16 0 32455 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 132056

[startup+120.073 s]
/proc/loadavg: 0.97 0.94 0.97 2/64 20276
/proc/meminfo: memFree=1357944/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=140872 CPUtime=120.02
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 34560 0 0 0 11977 25 0 0 25 0 1 0 189122910 144252928 34531 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 35218 34531 206 16 0 34659 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 140872

[startup+130.079 s]
/proc/loadavg: 0.97 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1347640/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=151168 CPUtime=130.02
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 37130 0 0 0 12976 26 0 0 25 0 1 0 189122910 154796032 37101 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 37792 37101 206 16 0 37233 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 151168

[startup+140.085 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1337336/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=161356 CPUtime=140.02
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 39690 0 0 0 13974 28 0 0 25 0 1 0 189122910 165228544 39661 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 40339 39661 206 16 0 39780 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 161356

[startup+150.091 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1328824/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=169900 CPUtime=150.02
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 41812 0 0 0 14973 29 0 0 25 0 1 0 189122910 173977600 41783 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 42475 41783 206 16 0 41916 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 169900

[startup+160.097 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1320312/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=178404 CPUtime=160.03
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 43935 0 0 0 15973 30 0 0 25 0 1 0 189122910 182685696 43906 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 44601 43906 206 16 0 44042 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 178404

[startup+170.102 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1312056/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=186660 CPUtime=170.03
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 46005 0 0 0 16971 32 0 0 25 0 1 0 189122910 191139840 45976 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557705 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 46665 45976 206 16 0 46106 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 186660

[startup+180.108 s]
/proc/loadavg: 0.99 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1303288/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=195384 CPUtime=180.03
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 48194 0 0 0 17970 33 0 0 25 0 1 0 189122910 200073216 48165 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 48846 48165 206 16 0 48287 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 195384

[startup+190.114 s]
/proc/loadavg: 0.99 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1296760/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=201828 CPUtime=190.04
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 49810 0 0 0 18970 34 0 0 25 0 1 0 189122910 206671872 49781 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 50457 49781 206 16 0 49898 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 201828

[startup+200.12 s]
/proc/loadavg: 0.99 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1289336/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=209300 CPUtime=200.03
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 51670 0 0 0 19968 35 0 0 25 0 1 0 189122910 214323200 51641 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 52325 51641 206 16 0 51766 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 209300

[startup+210.126 s]
/proc/loadavg: 0.99 0.95 0.97 2/64 20276
/proc/meminfo: memFree=1284600/2055920 swapFree=4180996/4192956

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

/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178078 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1781.33
Current children cumulated vsize (Kb) 281416

[startup+1783.07 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1782.34
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178179 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (Kb) 281416

[startup+1784.08 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1783.34
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178279 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1783.34
Current children cumulated vsize (Kb) 281416

[startup+1785.08 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1784.34
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178379 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1784.34
Current children cumulated vsize (Kb) 281416

[startup+1786.09 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1785.35
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178480 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1785.35
Current children cumulated vsize (Kb) 281416

[startup+1787.09 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1786.35
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178580 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1786.35
Current children cumulated vsize (Kb) 281416

[startup+1788.1 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1787.36
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178681 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1787.36
Current children cumulated vsize (Kb) 281416

[startup+1789.1 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1788.36
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178781 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1788.36
Current children cumulated vsize (Kb) 281416

[startup+1790.11 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1789.37
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178882 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1789.37
Current children cumulated vsize (Kb) 281416

[startup+1791.11 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1790.37
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 178982 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1790.37
Current children cumulated vsize (Kb) 281416

[startup+1792.12 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1791.38
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179083 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527264 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (Kb) 281416

[startup+1793.12 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1792.38
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179183 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1792.38
Current children cumulated vsize (Kb) 281416

[startup+1794.12 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1793.39
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179284 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1793.39
Current children cumulated vsize (Kb) 281416

[startup+1795.13 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1794.39
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179384 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1794.39
Current children cumulated vsize (Kb) 281416

[startup+1796.14 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1795.4
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179485 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558763 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1795.4
Current children cumulated vsize (Kb) 281416

[startup+1797.14 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1796.4
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179585 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519926 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (Kb) 281416

[startup+1798.15 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1797.41
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179686 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (Kb) 281416

[startup+1799.15 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1798.41
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179786 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520090 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1798.41
Current children cumulated vsize (Kb) 281416

[startup+1800.16 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1799.41
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179886 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520198 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (Kb) 281416

[startup+1801.16 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1800.42
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179987 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (Kb) 281416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 20471
/proc/meminfo: memFree=1217144/2055920 swapFree=4180996/4192956
[pid=20276] ppid=20274 vsize=281416 CPUtime=1800.42
/proc/20276/stat : 20276 (Pueblo13) R 20274 20276 20231 0 -1 4194304 69690 0 0 0 179987 55 0 0 25 0 1 0 189122910 288169984 69608 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/20276/statm: 70354 69608 206 16 0 69795 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (Kb) 281416

Sending SIGTERM to -20276
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.48
CPU user time (s): 1799.88
CPU system time (s): 0.598908
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (Kb): 281712
The end

Launcher Data (download as text)

Begin job on node17 on Fri Jun  2 07:49:56 UTC 2006


FILE ID= 37397-1149234596

PBS_JOBID= 296807

BENCH NAME= ROOT/tmp/node17/37397-1149234596/instance-37397-1149234596.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node17/37397-1149234596/instance-37397-1149234596.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-37397-1149234596 -o ROOT/results/node17/solver-37397-1149234596 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node17/37397-1149234596/instance-37397-1149234596.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  9d22902ade96af236e70cdbf7d8bd853

RANDOM SEED= 374862096


/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.278
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.278
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:       1495616 kB
Buffers:         33080 kB
Cached:         463648 kB
SwapCached:       3752 kB
Active:         334496 kB
Inactive:       170976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495616 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          14704 kB
Slab:            40884 kB
Committed_AS:   218240 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node17 on Fri Jun  2 08:19:57 UTC 2006