Trace number 41159

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.1LUNSAT 1732.67 1733.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1360.12
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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 PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node44/41159-1149238489/instance-41159-1149238489.opb ......
1733.26	c done parsing opb.
1733.26	s UNSATISFIABLE
1733.26	c Total Run Time					1729.54

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/node44/watcher-41159-1149238489 -o ROOT/results/node44/solver-41159-1149238489 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node44/41159-1149238489/instance-41159-1149238489.opb 932687559 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.95 0.90 2/64 11791
/proc/meminfo: memFree=1401736/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=8632 CPUtime=0
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 189515776 8839168 171 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 2158 172 90 232 0 1923 0

[startup+10.0025 s]
/proc/loadavg: 0.87 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1364320/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=43472 CPUtime=9.99
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 11892 0 0 0 991 8 0 0 25 0 1 0 189515776 44515328 9446 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134543460 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 10868 9446 105 232 0 10633 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 43472

[startup+20.0093 s]
/proc/loadavg: 0.89 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1361320/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=46532 CPUtime=19.99
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 13165 0 0 0 1988 11 0 0 25 0 1 0 189515776 47648768 10266 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 11633 10266 105 232 0 11398 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 46532

[startup+30.0151 s]
/proc/loadavg: 0.91 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1358760/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=49400 CPUtime=29.99
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 14282 0 0 0 2984 15 0 0 25 0 1 0 189515776 50585600 10930 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551971 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 12350 10930 105 232 0 12115 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 49400

[startup+40.021 s]
/proc/loadavg: 0.92 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1357736/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=49916 CPUtime=39.99
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 15147 0 0 0 3980 19 0 0 25 0 1 0 189515776 51113984 11191 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546660 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 12479 11191 105 232 0 12244 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 49916

[startup+50.0268 s]
/proc/loadavg: 0.93 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1357032/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=50208 CPUtime=49.99
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 15891 0 0 0 4976 23 0 0 25 0 1 0 189515776 51412992 11331 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546505 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 12552 11331 105 232 0 12317 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 50208

[startup+60.0327 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1356008/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=50952 CPUtime=60
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 16607 0 0 0 5974 26 0 0 25 0 1 0 189515776 52174848 11594 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 12738 11594 105 232 0 12503 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 50952

[startup+70.0385 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1354536/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=60560 CPUtime=70
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 17466 0 0 0 6970 30 0 0 25 0 1 0 189515776 62013440 12000 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 15140 12000 105 232 0 14905 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 60560

[startup+80.0444 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1352680/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=62116 CPUtime=80
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 18180 0 0 0 7967 33 0 0 25 0 1 0 189515776 63606784 12412 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 15529 12412 105 232 0 15294 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 62116

[startup+90.0502 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1352104/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=62116 CPUtime=90
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 18780 0 0 0 8964 36 0 0 25 0 1 0 189515776 63606784 12559 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552724 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 15529 12559 105 232 0 15294 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 62116

[startup+100.056 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 11791
/proc/meminfo: memFree=1351208/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=62956 CPUtime=100.01
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 19297 0 0 0 9962 39 0 0 25 0 1 0 189515776 64466944 12774 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 15739 12774 105 232 0 15504 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 62956

[startup+110.062 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1350760/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=63148 CPUtime=110.01
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 19746 0 0 0 10958 43 0 0 25 0 1 0 189515776 64663552 12921 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546505 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 15787 12921 105 232 0 15552 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 63148

[startup+120.068 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1350248/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=63544 CPUtime=120.01
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 20209 0 0 0 11954 47 0 0 25 0 1 0 189515776 65069056 13082 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546948 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 15886 13082 105 232 0 15651 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 63544

[startup+130.074 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1349864/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=63940 CPUtime=130.02
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 20613 0 0 0 12951 51 0 0 25 0 1 0 189515776 65474560 13184 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 15985 13184 105 232 0 15750 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 63940

[startup+140.079 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1349032/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=64336 CPUtime=140.02
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 21083 0 0 0 13948 54 0 0 25 0 1 0 189515776 65880064 13352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546536 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 16084 13352 105 232 0 15849 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 64336

[startup+150.085 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1348648/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=64732 CPUtime=150.02
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 21482 0 0 0 14944 58 0 0 25 0 1 0 189515776 66285568 13449 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134543348 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 16183 13449 105 232 0 15948 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 64732

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1348072/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=65128 CPUtime=160.02
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 21929 0 0 0 15940 62 0 0 25 0 1 0 189515776 66691072 13594 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 16282 13594 105 232 0 16047 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 65128

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1347048/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=66184 CPUtime=170.03
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 22369 0 0 0 16937 66 0 0 25 0 1 0 189515776 67772416 13883 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551257 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 16546 13883 105 232 0 16311 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 66184

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1346472/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=66988 CPUtime=180.02
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 22772 0 0 0 17932 70 0 0 25 0 1 0 189515776 68595712 13984 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134543348 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 16747 13984 105 232 0 16512 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 66988

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1346280/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=67120 CPUtime=190.03
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 23152 0 0 0 18929 74 0 0 25 0 1 0 189515776 68730880 14062 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 16780 14062 105 232 0 16545 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 67120

[startup+200.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1345896/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=67120 CPUtime=200.03
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 23664 0 0 0 19924 79 0 0 25 0 1 0 189515776 68730880 14121 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 16780 14121 105 232 0 16545 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 67120

[startup+210.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11791
/proc/meminfo: memFree=1345768/2055920 swapFree=4181400/4192956

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

/proc/11791/statm: 33576 27990 105 232 0 33341 0
Current children cumulated CPU time (s) 1520.35
Current children cumulated vsize (Kb) 134304

[startup+1530.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1288808/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134304 CPUtime=1530.35
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 73037 0 0 0 152493 542 0 0 25 0 1 0 189515776 137527296 28284 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551526 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33576 28284 105 232 0 33341 0
Current children cumulated CPU time (s) 1530.35
Current children cumulated vsize (Kb) 134304

[startup+1540.92 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1288616/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134468 CPUtime=1540.35
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 73369 0 0 0 153491 544 0 0 25 0 1 0 189515776 137695232 28314 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546605 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33617 28314 105 232 0 33382 0
Current children cumulated CPU time (s) 1540.35
Current children cumulated vsize (Kb) 134468

[startup+1550.92 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1288552/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134468 CPUtime=1550.35
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 73579 0 0 0 154488 547 0 0 25 0 1 0 189515776 137695232 28373 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33617 28373 105 232 0 33382 0
Current children cumulated CPU time (s) 1550.35
Current children cumulated vsize (Kb) 134468

[startup+1560.93 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1286952/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134468 CPUtime=1560.36
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 74237 0 0 0 155485 551 0 0 25 0 1 0 189515776 137695232 28729 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33617 28729 105 232 0 33382 0
Current children cumulated CPU time (s) 1560.36
Current children cumulated vsize (Kb) 134468

[startup+1570.94 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1286248/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134600 CPUtime=1570.36
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 74763 0 0 0 156482 554 0 0 25 0 1 0 189515776 137830400 28953 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33650 28953 105 232 0 33415 0
Current children cumulated CPU time (s) 1570.36
Current children cumulated vsize (Kb) 134600

[startup+1580.94 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1283048/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134600 CPUtime=1580.37
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 75856 0 0 0 157479 558 0 0 25 0 1 0 189515776 137830400 29744 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33650 29744 105 232 0 33415 0
Current children cumulated CPU time (s) 1580.37
Current children cumulated vsize (Kb) 134600

[startup+1590.95 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1281960/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134600 CPUtime=1590.37
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 76411 0 0 0 158476 561 0 0 25 0 1 0 189515776 137830400 29997 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33650 29997 105 232 0 33415 0
Current children cumulated CPU time (s) 1590.37
Current children cumulated vsize (Kb) 134600

[startup+1600.96 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1279720/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134732 CPUtime=1600.37
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 77298 0 0 0 159473 564 0 0 25 0 1 0 189515776 137965568 30582 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33683 30582 105 232 0 33448 0
Current children cumulated CPU time (s) 1600.37
Current children cumulated vsize (Kb) 134732

[startup+1610.96 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1276904/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134732 CPUtime=1610.37
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 78265 0 0 0 160470 567 0 0 25 0 1 0 189515776 137965568 31247 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33683 31247 105 232 0 33448 0
Current children cumulated CPU time (s) 1610.37
Current children cumulated vsize (Kb) 134732

[startup+1620.97 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1276584/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=134732 CPUtime=1620.38
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 78544 0 0 0 161468 570 0 0 25 0 1 0 189515776 137965568 31375 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546938 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 33683 31375 105 232 0 33448 0
Current children cumulated CPU time (s) 1620.38
Current children cumulated vsize (Kb) 134732

[startup+1630.97 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1272360/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=200400 CPUtime=1630.38
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 79895 0 0 0 162464 574 0 0 25 0 1 0 189515776 205209600 32424 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50100 32424 105 232 0 49865 0
Current children cumulated CPU time (s) 1630.38
Current children cumulated vsize (Kb) 200400

[startup+1640.98 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1268200/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=200400 CPUtime=1640.38
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 81192 0 0 0 163461 577 0 0 25 0 1 0 189515776 205209600 33419 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50100 33419 105 232 0 49865 0
Current children cumulated CPU time (s) 1640.38
Current children cumulated vsize (Kb) 200400

[startup+1650.99 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1267496/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201152 CPUtime=1650.38
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 81664 0 0 0 164458 580 0 0 25 0 1 0 189515776 205979648 33589 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50288 33589 105 232 0 50053 0
Current children cumulated CPU time (s) 1650.38
Current children cumulated vsize (Kb) 201152

[startup+1660.99 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1267432/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201152 CPUtime=1660.38
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 81983 0 0 0 165456 582 0 0 25 0 1 0 189515776 205979648 33606 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551632 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50288 33606 105 232 0 50053 0
Current children cumulated CPU time (s) 1660.38
Current children cumulated vsize (Kb) 201152

[startup+1671 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1264872/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201152 CPUtime=1670.39
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 82926 0 0 0 166454 585 0 0 25 0 1 0 189515776 205979648 34247 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546505 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50288 34247 105 232 0 50053 0
Current children cumulated CPU time (s) 1670.39
Current children cumulated vsize (Kb) 201152

[startup+1681 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1264808/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201152 CPUtime=1680.4
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 83244 0 0 0 167451 589 0 0 25 0 1 0 189515776 205979648 34263 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50288 34263 105 232 0 50053 0
Current children cumulated CPU time (s) 1680.4
Current children cumulated vsize (Kb) 201152

[startup+1691.01 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1264744/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201284 CPUtime=1690.39
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 83415 0 0 0 168448 591 0 0 25 0 1 0 189515776 206114816 34283 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50321 34283 105 232 0 50086 0
Current children cumulated CPU time (s) 1690.39
Current children cumulated vsize (Kb) 201284

[startup+1701.02 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1264616/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201284 CPUtime=1700.4
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 83884 0 0 0 169446 594 0 0 25 0 1 0 189515776 206114816 34299 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50321 34299 105 232 0 50086 0
Current children cumulated CPU time (s) 1700.4
Current children cumulated vsize (Kb) 201284

[startup+1711.02 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1264616/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201284 CPUtime=1710.4
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 84060 0 0 0 170443 597 0 0 25 0 1 0 189515776 206114816 34324 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50321 34324 105 232 0 50086 0
Current children cumulated CPU time (s) 1710.4
Current children cumulated vsize (Kb) 201284

[startup+1721.03 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1264488/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=201436 CPUtime=1720.4
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 84253 0 0 0 171440 600 0 0 25 0 1 0 189515776 206270464 34366 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50359 34366 105 232 0 50124 0
Current children cumulated CPU time (s) 1720.4
Current children cumulated vsize (Kb) 201436

[startup+1731.03 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11986
/proc/meminfo: memFree=1261800/2055920 swapFree=4181400/4192956
[pid=11791] ppid=11789 vsize=202096 CPUtime=1730.4
/proc/11791/stat : 11791 (PBS4L) R 11789 11791 11746 0 -1 4194304 85247 0 0 0 172437 603 0 0 25 0 1 0 189515776 206946304 35058 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 50524 35058 105 232 0 50289 0
Current children cumulated CPU time (s) 1730.4
Current children cumulated vsize (Kb) 202096

Child status: 0
Real time (s): 1733.3
CPU time (s): 1732.67
CPU user time (s): 1726.6
CPU system time (s): 6.07008
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (Kb): 202096

Launcher Data (download as text)

Begin job on node44 on Fri Jun  2 08:54:49 UTC 2006


FILE ID= 41159-1149238489

PBS_JOBID= 297224

BENCH NAME= ROOT/tmp/node44/41159-1149238489/instance-41159-1149238489.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node44/41159-1149238489/instance-41159-1149238489.opb 932687559
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-41159-1149238489 -o ROOT/results/node44/solver-41159-1149238489 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node44/41159-1149238489/instance-41159-1149238489.opb 932687559

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  70ea01a607f0d01f6199fb93098b84d8

RANDOM SEED= 932687559


/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:       1402008 kB
Buffers:         23904 kB
Cached:         557952 kB
SwapCached:       3488 kB
Active:          73980 kB
Inactive:       516816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402008 kB
SwapTotal:     4192956 kB
SwapFree:      4181400 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14936 kB
Slab:            49188 kB
Committed_AS:   228716 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node44 on Fri Jun  2 09:23:43 UTC 2006