Trace number 40967

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 1479.77 1480.34

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
MD5SUM0fea7c185f4d6e2091fba763db8ccbcc
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 benchmark302.405
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
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/node36/40967-1149215857/instance-40967-1149215857.opb ......
1480.31	c done parsing opb.
1480.31	s UNSATISFIABLE
1480.31	c Total Run Time					1479.72

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/node36/watcher-40967-1149215857 -o ROOT/results/node36/solver-40967-1149215857 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node36/40967-1149215857/instance-40967-1149215857.opb 832227685 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 19394
/proc/meminfo: memFree=1446424/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=1368 CPUtime=0
/proc/19394/stat : 19394 (PBS4L) D 19392 19394 19349 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 187251850 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135132864 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19394/statm: 342 95 84 232 0 107 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 19394
/proc/meminfo: memFree=1434360/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=13720 CPUtime=9.98
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 3467 0 0 0 993 5 0 0 25 0 1 0 187251850 14049280 3103 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 3430 3103 104 232 0 3195 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 13720

[startup+20.0095 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1428024/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=25128 CPUtime=19.99
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 5431 0 0 0 1990 9 0 0 25 0 1 0 187251850 25731072 4682 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 6282 4682 105 232 0 6047 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 25128

[startup+30.0163 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1423032/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=26452 CPUtime=29.99
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 6691 0 0 0 2987 12 0 0 25 0 1 0 187251850 27086848 5942 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 6613 5942 105 232 0 6378 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26452

[startup+40.0221 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1418488/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=44120 CPUtime=40
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 7823 0 0 0 3985 15 0 0 25 0 1 0 187251850 45178880 7074 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 11030 7074 105 232 0 10795 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 44120

[startup+50.0289 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1414648/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=48224 CPUtime=50
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 9554 0 0 0 4981 19 0 0 25 0 1 0 187251850 49381376 8036 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 12056 8036 105 232 0 11821 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 48224

[startup+60.0347 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1410936/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=49396 CPUtime=60
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 10484 0 0 0 5979 21 0 0 25 0 1 0 187251850 50581504 8966 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 12349 8966 105 232 0 12114 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 49396

[startup+70.0416 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1407544/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=50416 CPUtime=70
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 11325 0 0 0 6977 23 0 0 25 0 1 0 187251850 51625984 9807 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 12604 9807 105 232 0 12369 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 50416

[startup+80.0484 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1404216/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=51124 CPUtime=80.01
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 12161 0 0 0 7976 25 0 0 25 0 1 0 187251850 52350976 10643 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 12781 10643 105 232 0 12546 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 51124

[startup+90.0542 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1401208/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=51984 CPUtime=90.01
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 12927 0 0 0 8974 27 0 0 25 0 1 0 187251850 53231616 11409 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 12996 11409 105 232 0 12761 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 51984

[startup+100.06 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1398584/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=52880 CPUtime=100.01
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 13583 0 0 0 9971 30 0 0 25 0 1 0 187251850 54149120 12065 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 13220 12065 105 232 0 12985 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 52880

[startup+110.067 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19394
/proc/meminfo: memFree=1396216/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=86176 CPUtime=110.01
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 14166 0 0 0 10970 31 0 0 25 0 1 0 187251850 88244224 12648 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550034 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 21544 12648 105 232 0 21309 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 86176

[startup+120.073 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1394104/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=86440 CPUtime=120.02
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 14691 0 0 0 11969 33 0 0 25 0 1 0 187251850 88514560 13173 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 21610 13173 105 232 0 21375 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 86440

[startup+130.078 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1391672/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=87012 CPUtime=130.02
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 15325 0 0 0 12967 35 0 0 25 0 1 0 187251850 89100288 13774 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 21753 13774 105 232 0 21518 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 87012

[startup+140.084 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1389496/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=87860 CPUtime=140.02
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 15909 0 0 0 13966 36 0 0 25 0 1 0 187251850 89968640 14325 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 21965 14325 105 232 0 21730 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 87860

[startup+150.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1387192/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=88516 CPUtime=150.02
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 16510 0 0 0 14964 38 0 0 25 0 1 0 187251850 90640384 14893 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 22129 14893 105 232 0 21894 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 88516

[startup+160.096 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1385016/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=88780 CPUtime=160.03
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 17056 0 0 0 15963 40 0 0 25 0 1 0 187251850 90910720 15439 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 22195 15439 105 232 0 21960 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 88780

[startup+170.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1383096/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=89560 CPUtime=170.03
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 17567 0 0 0 16961 42 0 0 25 0 1 0 187251850 91709440 15917 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 22390 15917 105 232 0 22155 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 89560

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1381048/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=90020 CPUtime=180.04
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 18082 0 0 0 17960 44 0 0 25 0 1 0 187251850 92180480 16432 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552768 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 22505 16432 105 232 0 22270 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 90020

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1378488/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=91060 CPUtime=190.04
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 18738 0 0 0 18959 45 0 0 25 0 1 0 187251850 93245440 17055 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 22765 17055 105 232 0 22530 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 91060

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1376888/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=97464 CPUtime=200.03
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 20686 0 0 0 19956 47 0 0 25 0 1 0 187251850 99803136 17466 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550768 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 24366 17466 105 232 0 24131 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 97464

[startup+210.125 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1375224/2055920 swapFree=4181460/4192956

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

/proc/19394/statm: 51334 36900 105 232 0 51099 0
Current children cumulated CPU time (s) 1260.28
Current children cumulated vsize (Kb) 205336

[startup+1270.76 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1298552/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=205592 CPUtime=1270.29
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 45931 0 0 0 126873 156 0 0 25 0 1 0 187251850 210526208 36923 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51398 36923 105 232 0 51163 0
Current children cumulated CPU time (s) 1270.29
Current children cumulated vsize (Kb) 205592

[startup+1280.76 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1298360/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1280.28
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46014 0 0 0 127872 156 0 0 25 0 1 0 187251850 211173376 37006 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37006 105 232 0 51321 0
Current children cumulated CPU time (s) 1280.28
Current children cumulated vsize (Kb) 206224

[startup+1290.77 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1298232/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1290.29
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46045 0 0 0 128871 158 0 0 25 0 1 0 187251850 211173376 37037 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37037 105 232 0 51321 0
Current children cumulated CPU time (s) 1290.29
Current children cumulated vsize (Kb) 206224

[startup+1300.77 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1298168/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1300.29
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46067 0 0 0 129871 158 0 0 25 0 1 0 187251850 211173376 37059 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552187 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37059 105 232 0 51321 0
Current children cumulated CPU time (s) 1300.29
Current children cumulated vsize (Kb) 206224

[startup+1310.78 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1298040/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1310.29
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46089 0 0 0 130870 159 0 0 25 0 1 0 187251850 211173376 37081 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37081 105 232 0 51321 0
Current children cumulated CPU time (s) 1310.29
Current children cumulated vsize (Kb) 206224

[startup+1320.78 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1297976/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1320.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46111 0 0 0 131870 160 0 0 25 0 1 0 187251850 211173376 37103 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37103 105 232 0 51321 0
Current children cumulated CPU time (s) 1320.3
Current children cumulated vsize (Kb) 206224

[startup+1330.79 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1297784/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1330.29
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46152 0 0 0 132869 160 0 0 25 0 1 0 187251850 211173376 37144 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37144 105 232 0 51321 0
Current children cumulated CPU time (s) 1330.29
Current children cumulated vsize (Kb) 206224

[startup+1340.8 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1297400/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1340.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46256 0 0 0 133869 161 0 0 25 0 1 0 187251850 211173376 37248 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37248 105 232 0 51321 0
Current children cumulated CPU time (s) 1340.3
Current children cumulated vsize (Kb) 206224

[startup+1350.8 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1297272/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1350.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46275 0 0 0 134868 162 0 0 25 0 1 0 187251850 211173376 37267 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37267 105 232 0 51321 0
Current children cumulated CPU time (s) 1350.3
Current children cumulated vsize (Kb) 206224

[startup+1360.81 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1297272/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206224 CPUtime=1360.31
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46299 0 0 0 135868 163 0 0 25 0 1 0 187251850 211173376 37291 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51556 37291 105 232 0 51321 0
Current children cumulated CPU time (s) 1360.31
Current children cumulated vsize (Kb) 206224

[startup+1370.82 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1296760/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=206896 CPUtime=1370.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46430 0 0 0 136867 163 0 0 25 0 1 0 187251850 211861504 37422 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51724 37422 105 232 0 51489 0
Current children cumulated CPU time (s) 1370.3
Current children cumulated vsize (Kb) 206896

[startup+1380.82 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1296568/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=207028 CPUtime=1380.31
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46476 0 0 0 137867 164 0 0 25 0 1 0 187251850 211996672 37468 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550685 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51757 37468 105 232 0 51522 0
Current children cumulated CPU time (s) 1380.31
Current children cumulated vsize (Kb) 207028

[startup+1390.83 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1296120/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=207292 CPUtime=1390.31
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46582 0 0 0 138866 165 0 0 25 0 1 0 187251850 212267008 37574 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 51823 37574 105 232 0 51588 0
Current children cumulated CPU time (s) 1390.31
Current children cumulated vsize (Kb) 207292

[startup+1400.83 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19394
/proc/meminfo: memFree=1295736/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=208004 CPUtime=1400.32
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46670 0 0 0 139866 166 0 0 25 0 1 0 187251850 212996096 37662 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52001 37662 105 232 0 51766 0
Current children cumulated CPU time (s) 1400.32
Current children cumulated vsize (Kb) 208004

[startup+1410.84 s]
/proc/loadavg: 0.99 0.97 0.91 2/70 19465
/proc/meminfo: memFree=1294216/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=208004 CPUtime=1410.31
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46768 0 0 0 140863 168 0 0 25 0 1 0 187251850 212996096 37760 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52001 37760 105 232 0 51766 0
Current children cumulated CPU time (s) 1410.31
Current children cumulated vsize (Kb) 208004

[startup+1420.85 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19589
/proc/meminfo: memFree=1294896/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=208004 CPUtime=1420.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46791 0 0 0 141860 170 0 0 25 0 1 0 187251850 212996096 37783 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52001 37783 105 232 0 51766 0
Current children cumulated CPU time (s) 1420.3
Current children cumulated vsize (Kb) 208004

[startup+1430.85 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19589
/proc/meminfo: memFree=1294576/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=208760 CPUtime=1430.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 46922 0 0 0 142859 171 0 0 25 0 1 0 187251850 213770240 37914 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52190 37914 105 232 0 51955 0
Current children cumulated CPU time (s) 1430.3
Current children cumulated vsize (Kb) 208760

[startup+1440.86 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19589
/proc/meminfo: memFree=1293552/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=209564 CPUtime=1440.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 47173 0 0 0 143859 171 0 0 25 0 1 0 187251850 214593536 38165 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611785 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52391 38165 105 232 0 52156 0
Current children cumulated CPU time (s) 1440.3
Current children cumulated vsize (Kb) 209564

[startup+1450.86 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19589
/proc/meminfo: memFree=1293104/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=209564 CPUtime=1450.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 47282 0 0 0 144858 172 0 0 25 0 1 0 187251850 214593536 38274 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52391 38274 105 232 0 52156 0
Current children cumulated CPU time (s) 1450.3
Current children cumulated vsize (Kb) 209564

[startup+1460.87 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19589
/proc/meminfo: memFree=1292784/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=210420 CPUtime=1460.31
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 47367 0 0 0 145858 173 0 0 25 0 1 0 187251850 215470080 38359 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52605 38359 105 232 0 52370 0
Current children cumulated CPU time (s) 1460.31
Current children cumulated vsize (Kb) 210420

[startup+1470.88 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19589
/proc/meminfo: memFree=1292080/2055920 swapFree=4181460/4192956
[pid=19394] ppid=19392 vsize=210420 CPUtime=1470.3
/proc/19394/stat : 19394 (PBS4L) R 19392 19394 19349 0 -1 4194304 47540 0 0 0 146857 173 0 0 25 0 1 0 187251850 215470080 38532 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19394/statm: 52605 38532 105 232 0 52370 0
Current children cumulated CPU time (s) 1470.3
Current children cumulated vsize (Kb) 210420

Child status: 0
Real time (s): 1480.34
CPU time (s): 1479.77
CPU user time (s): 1478
CPU system time (s): 1.77173
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (Kb): 210420

Launcher Data (download as text)

Begin job on node36 on Fri Jun  2 02:37:37 UTC 2006


FILE ID= 40967-1149215857

PBS_JOBID= 294729

BENCH NAME= ROOT/tmp/node36/40967-1149215857/instance-40967-1149215857.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node36/40967-1149215857/instance-40967-1149215857.opb 832227685
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node36/watcher-40967-1149215857 -o ROOT/results/node36/solver-40967-1149215857 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node36/40967-1149215857/instance-40967-1149215857.opb 832227685

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  0fea7c185f4d6e2091fba763db8ccbcc

RANDOM SEED= 832227685


/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.284
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.284
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:       1446632 kB
Buffers:         39044 kB
Cached:         494312 kB
SwapCached:       3504 kB
Active:         189780 kB
Inactive:       352624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446632 kB
SwapTotal:     4192956 kB
SwapFree:      4181460 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14924 kB
Slab:            52940 kB
Committed_AS:   172248 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node36 on Fri Jun  2 03:02:18 UTC 2006