Trace number 37223

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.3UNSAT 579.246 579.438

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567985.opb
MD5SUMfb1b2fb5676286fc8681e7e6d0d2728f
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 benchmark424.074
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 669
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 Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
0.04	c starting to Solve
0.04	c #variables read: 231 - #constraints read: 2707
579.43	c total time              : 579.32 s
579.43	s UNSATISFIABLE

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1455752/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=2328 CPUtime=0
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 187071461 2383872 127 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 7482657 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 582 128 109 16 0 11 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1453984/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=4132 CPUtime=9.99
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 686 0 0 0 999 0 0 0 25 0 1 0 187071461 4231168 657 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528548 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1033 657 205 16 0 474 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4132

[startup+20.008 s]
/proc/loadavg: 0.94 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1453472/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=4784 CPUtime=19.99
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 824 0 0 0 1999 0 0 0 25 0 1 0 187071461 4898816 795 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528033 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1196 795 205 16 0 637 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4784

[startup+30.0138 s]
/proc/loadavg: 0.95 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1453408/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=4916 CPUtime=30
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 854 0 0 0 3000 0 0 0 25 0 1 0 187071461 5033984 825 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559505 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1229 825 205 16 0 670 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4916

[startup+40.0195 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1453216/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5044 CPUtime=40
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 913 0 0 0 4000 0 0 0 25 0 1 0 187071461 5165056 884 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1261 884 205 16 0 702 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5044

[startup+50.0252 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1453024/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5308 CPUtime=50
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 976 0 0 0 5000 0 0 0 25 0 1 0 187071461 5435392 947 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559512 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1327 947 205 16 0 768 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5308

[startup+60.0309 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1453024/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5440 CPUtime=60
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1002 0 0 0 6000 0 0 0 25 0 1 0 187071461 5570560 973 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1360 973 205 16 0 801 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5440

[startup+70.0366 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452896/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5568 CPUtime=70
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1023 0 0 0 7000 0 0 0 25 0 1 0 187071461 5701632 994 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1392 994 205 16 0 833 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5568

[startup+80.0424 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452704/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5704 CPUtime=80.01
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1074 0 0 0 8001 0 0 0 25 0 1 0 187071461 5840896 1045 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1426 1045 205 16 0 867 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5704

[startup+90.0481 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452640/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5836 CPUtime=90.01
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1094 0 0 0 9001 0 0 0 25 0 1 0 187071461 5976064 1065 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1459 1065 205 16 0 900 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5836

[startup+100.054 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452448/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5964 CPUtime=100.01
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1140 0 0 0 10001 0 0 0 25 0 1 0 187071461 6107136 1111 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1491 1111 205 16 0 932 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 5964

[startup+110.06 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452448/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=5964 CPUtime=110.01
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1140 0 0 0 11001 0 0 0 25 0 1 0 187071461 6107136 1111 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1491 1111 205 16 0 932 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 5964

[startup+120.065 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452256/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6228 CPUtime=120.02
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1190 0 0 0 12002 0 0 0 25 0 1 0 187071461 6377472 1161 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559519 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1557 1161 205 16 0 998 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6228

[startup+130.071 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452192/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6228 CPUtime=130.02
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1204 0 0 0 13002 0 0 0 25 0 1 0 187071461 6377472 1175 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557697 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1557 1175 205 16 0 998 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 6228

[startup+140.077 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452128/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6360 CPUtime=140.02
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1211 0 0 0 14002 0 0 0 25 0 1 0 187071461 6512640 1182 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558620 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1590 1182 205 16 0 1031 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 6360

[startup+150.083 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452064/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6360 CPUtime=150.02
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1230 0 0 0 15002 0 0 0 25 0 1 0 187071461 6512640 1201 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527888 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1590 1201 205 16 0 1031 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 6360

[startup+160.089 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452064/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6360 CPUtime=160.03
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1236 0 0 0 16003 0 0 0 25 0 1 0 187071461 6512640 1207 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1590 1207 205 16 0 1031 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 6360

[startup+170.096 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1452000/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6492 CPUtime=170.03
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1245 0 0 0 17003 0 0 0 25 0 1 0 187071461 6647808 1216 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1623 1216 205 16 0 1064 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 6492

[startup+180.103 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1451808/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6624 CPUtime=180.03
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1292 0 0 0 18003 0 0 0 25 0 1 0 187071461 6782976 1263 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557267 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1656 1263 205 16 0 1097 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 6624

[startup+190.108 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1451808/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6748 CPUtime=190.04
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1297 0 0 0 19004 0 0 0 25 0 1 0 187071461 6909952 1268 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1687 1268 205 16 0 1128 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 6748

[startup+200.114 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1451744/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=6748 CPUtime=200.04
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1316 0 0 0 20004 0 0 0 25 0 1 0 187071461 6909952 1287 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557196 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1687 1287 205 16 0 1128 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 6748

[startup+210.121 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1451680/2055920 swapFree=4181408/4192956

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

/proc/24677/statm: 1913 1507 205 16 0 1354 0
Current children cumulated CPU time (s) 360.08
Current children cumulated vsize (Kb) 7652

[startup+370.212 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450848/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=7780 CPUtime=370.08
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1541 0 0 0 37008 0 0 0 25 0 1 0 187071461 7966720 1512 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1945 1512 205 16 0 1386 0
Current children cumulated CPU time (s) 370.08
Current children cumulated vsize (Kb) 7780

[startup+380.218 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450784/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=7780 CPUtime=380.08
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1554 0 0 0 38008 0 0 0 25 0 1 0 187071461 7966720 1525 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1945 1525 205 16 0 1386 0
Current children cumulated CPU time (s) 380.08
Current children cumulated vsize (Kb) 7780

[startup+390.224 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450656/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=7908 CPUtime=390.09
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1576 0 0 0 39009 0 0 0 25 0 1 0 187071461 8097792 1547 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520123 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1977 1547 205 16 0 1418 0
Current children cumulated CPU time (s) 390.09
Current children cumulated vsize (Kb) 7908

[startup+400.229 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450656/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=7908 CPUtime=400.09
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1578 0 0 0 40009 0 0 0 25 0 1 0 187071461 8097792 1549 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1977 1549 205 16 0 1418 0
Current children cumulated CPU time (s) 400.09
Current children cumulated vsize (Kb) 7908

[startup+410.235 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450656/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=7908 CPUtime=410.09
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1582 0 0 0 41009 0 0 0 25 0 1 0 187071461 8097792 1553 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520019 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1977 1553 205 16 0 1418 0
Current children cumulated CPU time (s) 410.09
Current children cumulated vsize (Kb) 7908

[startup+420.241 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450592/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=7908 CPUtime=420.09
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1591 0 0 0 42009 0 0 0 25 0 1 0 187071461 8097792 1562 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519995 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 1977 1562 205 16 0 1418 0
Current children cumulated CPU time (s) 420.09
Current children cumulated vsize (Kb) 7908

[startup+430.247 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450464/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8180 CPUtime=430.1
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1633 0 0 0 43010 0 0 0 25 0 1 0 187071461 8376320 1604 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528572 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2045 1604 205 16 0 1486 0
Current children cumulated CPU time (s) 430.1
Current children cumulated vsize (Kb) 8180

[startup+440.252 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450400/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8180 CPUtime=440.1
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1643 0 0 0 44010 0 0 0 25 0 1 0 187071461 8376320 1614 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520059 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2045 1614 205 16 0 1486 0
Current children cumulated CPU time (s) 440.1
Current children cumulated vsize (Kb) 8180

[startup+450.258 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450336/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8180 CPUtime=450.1
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1656 0 0 0 45010 0 0 0 25 0 1 0 187071461 8376320 1627 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520019 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2045 1627 205 16 0 1486 0
Current children cumulated CPU time (s) 450.1
Current children cumulated vsize (Kb) 8180

[startup+460.264 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450336/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8180 CPUtime=460.1
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1665 0 0 0 46010 0 0 0 25 0 1 0 187071461 8376320 1636 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2045 1636 205 16 0 1486 0
Current children cumulated CPU time (s) 460.1
Current children cumulated vsize (Kb) 8180

[startup+470.269 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450144/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8440 CPUtime=470.1
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1712 0 0 0 47010 0 0 0 25 0 1 0 187071461 8642560 1683 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134554305 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2110 1683 205 16 0 1551 0
Current children cumulated CPU time (s) 470.1
Current children cumulated vsize (Kb) 8440

[startup+480.274 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450080/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8440 CPUtime=480.11
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1722 0 0 0 48011 0 0 0 25 0 1 0 187071461 8642560 1693 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559077 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2110 1693 205 16 0 1551 0
Current children cumulated CPU time (s) 480.11
Current children cumulated vsize (Kb) 8440

[startup+490.28 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450080/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8440 CPUtime=490.11
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1726 0 0 0 49011 0 0 0 25 0 1 0 187071461 8642560 1697 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520152 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2110 1697 205 16 0 1551 0
Current children cumulated CPU time (s) 490.11
Current children cumulated vsize (Kb) 8440

[startup+500.287 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450080/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8440 CPUtime=500.11
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1726 0 0 0 50011 0 0 0 25 0 1 0 187071461 8642560 1697 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2110 1697 205 16 0 1551 0
Current children cumulated CPU time (s) 500.11
Current children cumulated vsize (Kb) 8440

[startup+510.292 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450080/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8440 CPUtime=510.11
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1726 0 0 0 51011 0 0 0 25 0 1 0 187071461 8642560 1697 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520013 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2110 1697 205 16 0 1551 0
Current children cumulated CPU time (s) 510.11
Current children cumulated vsize (Kb) 8440

[startup+520.298 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450016/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8584 CPUtime=520.12
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1733 0 0 0 52012 0 0 0 25 0 1 0 187071461 8790016 1704 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528528 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2146 1704 205 16 0 1587 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (Kb) 8584

[startup+530.305 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1450016/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8584 CPUtime=530.12
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1744 0 0 0 53012 0 0 0 25 0 1 0 187071461 8790016 1715 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2146 1715 205 16 0 1587 0
Current children cumulated CPU time (s) 530.12
Current children cumulated vsize (Kb) 8584

[startup+540.311 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1449952/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8584 CPUtime=540.12
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1757 0 0 0 54012 0 0 0 25 0 1 0 187071461 8790016 1728 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2146 1728 205 16 0 1587 0
Current children cumulated CPU time (s) 540.12
Current children cumulated vsize (Kb) 8584

[startup+550.316 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1449952/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8584 CPUtime=550.13
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1758 0 0 0 55013 0 0 0 25 0 1 0 187071461 8790016 1729 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557702 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2146 1729 205 16 0 1587 0
Current children cumulated CPU time (s) 550.13
Current children cumulated vsize (Kb) 8584

[startup+560.322 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1449888/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8720 CPUtime=560.13
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1763 0 0 0 56013 0 0 0 25 0 1 0 187071461 8929280 1734 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527742 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2180 1734 205 16 0 1621 0
Current children cumulated CPU time (s) 560.13
Current children cumulated vsize (Kb) 8720

[startup+570.329 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 24677
/proc/meminfo: memFree=1449824/2055920 swapFree=4181408/4192956
[pid=24677] ppid=24675 vsize=8720 CPUtime=570.13
/proc/24677/stat : 24677 (Pueblo13) R 24675 24677 24632 0 -1 4194304 1776 0 0 0 57013 0 0 0 25 0 1 0 187071461 8929280 1747 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 2180 1747 205 16 0 1621 0
Current children cumulated CPU time (s) 570.13
Current children cumulated vsize (Kb) 8720

Child status: 20
Real time (s): 579.438
CPU time (s): 579.246
CPU user time (s): 579.235
CPU system time (s): 0.010998
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (Kb): 8720

Launcher Data (download as text)

Begin job on node15 on Fri Jun  2 02:08:07 UTC 2006


FILE ID= 37223-1149214087

PBS_JOBID= 294544

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  fb1b2fb5676286fc8681e7e6d0d2728f

RANDOM SEED= 325556465


/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.285
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.285
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:       1455960 kB
Buffers:         20392 kB
Cached:         519484 kB
SwapCached:       3308 kB
Active:          83792 kB
Inactive:       464820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455960 kB
SwapTotal:     4192956 kB
SwapFree:      4181408 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14680 kB
Slab:            37288 kB
Committed_AS:   200688 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node15 on Fri Jun  2 02:17:46 UTC 2006