Trace number 359874

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
minisat+ 1.14UNSAT 286.636 286.808

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576151.opb
MD5SUM8485c5b622ae9efcb86cc93d1fd8b600
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 benchmark119.662
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 697
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/0.00	c Parsing PB file...
0.03/0.09	c Converting 2707 PB-constraints to clauses...
0.03/0.09	c   -- Unit propagations: (none)
0.03/0.09	c   -- Detecting intervals from adjacent constraints: ######################
0.03/0.09	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.09/0.10	c ---[  43]---> BDD-cost:   19
0.09/0.10	c ---[  41]---> BDD-cost:   19
0.09/0.10	c ---[  39]---> BDD-cost:   19
0.09/0.10	c ---[  37]---> BDD-cost:   19
0.09/0.10	c ---[  35]---> BDD-cost:   19
0.09/0.10	c ---[  33]---> BDD-cost:   19
0.09/0.10	c ---[  31]---> BDD-cost:   19
0.09/0.10	c ---[  29]---> BDD-cost:   19
0.09/0.10	c ---[  27]---> BDD-cost:   19
0.09/0.10	c ---[  25]---> BDD-cost:   19
0.09/0.10	c ---[  23]---> BDD-cost:   19
0.09/0.10	c ---[  21]---> BDD-cost:   19
0.09/0.10	c ---[  19]---> BDD-cost:   19
0.09/0.10	c ---[  17]---> BDD-cost:   19
0.09/0.10	c ---[  15]---> BDD-cost:   19
0.09/0.10	c ---[  13]---> BDD-cost:   19
0.09/0.10	c ---[  11]---> BDD-cost:   19
0.09/0.10	c ---[   9]---> BDD-cost:   19
0.09/0.10	c ---[   7]---> BDD-cost:   19
0.09/0.10	c ---[   5]---> BDD-cost:   19
0.09/0.10	c ---[   3]---> BDD-cost:   19
0.09/0.10	c ---[   1]---> BDD-cost:   19
0.09/0.10	c ---[   0]---> Adder-cost: 374   maxlim: 646   bits: 10/10
0.09/0.12	c ==================================[MINISAT+]==================================
0.09/0.12	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |    6239    19520 |    2079       0        0     nan |  0.000 % |
0.09/0.13	c |       100 |    6222    19461 |    2286      97      758     7.8 |  3.408 % |
0.09/0.14	c |       254 |    6222    19461 |    2515     251     9082    36.2 |  3.410 % |
0.09/0.16	c |       482 |    6222    19461 |    2767     479    16919    35.3 |  3.408 % |
0.19/0.21	c |       820 |    6222    19461 |    3043     817    37365    45.7 |  3.408 % |
0.19/0.27	c |      1327 |    6222    19461 |    3348    1324    64577    48.8 |  3.408 % |
0.29/0.39	c |      2087 |    6212    19425 |    3683    2083   113171    54.3 |  3.603 % |
0.59/0.60	c |      3227 |    6194    19359 |    4051    3220   194466    60.4 |  3.895 % |
0.89/0.91	c |      4937 |    6139    19180 |    4456    2867   157503    54.9 |  4.869 % |
1.28/1.32	c |      7500 |    6130    19151 |    4902    3095   155466    50.2 |  5.063 % |
2.09/2.12	c |     11345 |    6130    19151 |    5392    4366   273062    62.5 |  5.063 % |
3.08/3.10	c |     17111 |    6130    19151 |    5931    4489   236043    52.6 |  5.063 % |
4.89/4.98	c |     25760 |    6130    19151 |    6524    3832   184616    48.2 |  5.063 % |
7.69/7.72	c |     38737 |    6130    19151 |    7177    6654   363746    54.7 |  5.063 % |
12.18/12.25	c |     58203 |    6130    19151 |    7894    3906   202743    51.9 |  5.063 % |
18.88/18.90	c |     87396 |    6130    19151 |    8684    4349   192109    44.2 |  5.063 % |
28.27/28.34	c |    131188 |    6130    19151 |    9552    7903   395910    50.1 |  5.063 % |
41.86/41.91	c |    196872 |    6130    19151 |   10508    9548   445243    46.6 |  5.065 % |
62.25/62.39	c |    295401 |    6130    19151 |   11559    5508   195212    35.4 |  5.063 % |
93.93/94.00	c |    443191 |    6121    19120 |   12714   11047   532922    48.2 |  5.161 % |
139.70/139.85	c |    664874 |    6121    19120 |   13986   11379   459638    40.4 |  5.161 % |
206.76/206.97	c |    997399 |    6037    18830 |   15385    9228   363031    39.3 |  6.524 % |
286.62/286.80	c ==============================================================================
286.62/286.80	c UNSATISFIABLE
286.62/286.80	s UNSATISFIABLE
286.62/286.80	c _______________________________________________________________________________
286.62/286.80	c 
286.62/286.80	c restarts              : 22
286.62/286.80	c conflicts             : 1438940        (5021 /sec)
286.62/286.80	c decisions             : 1969381        (6871 /sec)
286.62/286.80	c propagations          : 0              (0 /sec)
286.62/286.80	c inspects              : 0              (0 /sec)
286.62/286.80	c CPU time              : 286.606 s
286.62/286.80	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/359874-1176947050/instance-359874-1176947050.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-359874-1176947050 -o ROOT/results/node22/solver-359874-1176947050 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/359874-1176947050/minisat+ /tmp/evaluation/359874-1176947050/instance-359874-1176947050.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 2437
/proc/meminfo: memFree=1252096/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=1048 CPUtime=0
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 142622700 1073152 101 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2437/statm: 262 101 74 215 0 44 0

[startup+0.031754 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 2437
/proc/meminfo: memFree=1252096/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=1336 CPUtime=0.03
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 174 0 0 0 3 0 0 0 18 0 1 0 142622700 1368064 159 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2437/statm: 334 159 74 215 0 116 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1336

[startup+0.102205 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 2437
/proc/meminfo: memFree=1252096/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=1896 CPUtime=0.09
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 346 0 0 0 9 0 0 0 18 0 1 0 142622700 1941504 331 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2437/statm: 474 331 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301994 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 2437
/proc/meminfo: memFree=1252096/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=2364 CPUtime=0.29
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 491 0 0 0 29 0 0 0 18 0 1 0 142622700 2420736 476 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2437/statm: 591 476 122 215 0 373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2364

[startup+0.701048 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 2437
/proc/meminfo: memFree=1252096/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=3140 CPUtime=0.69
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 669 0 0 0 69 0 0 0 22 0 1 0 142622700 3215360 654 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574494 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2437/statm: 785 654 122 215 0 567 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3140

[startup+1.50117 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1249784/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=3272 CPUtime=1.48
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 728 0 0 0 148 0 0 0 25 0 1 0 142622700 3350528 713 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134575409 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 818 713 122 215 0 600 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3272

[startup+3.10141 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1249336/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=3796 CPUtime=3.08
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 837 0 0 0 308 0 0 0 25 0 1 0 142622700 3887104 822 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 949 822 122 215 0 731 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3796

[startup+6.3019 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1248632/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=4320 CPUtime=6.29
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 971 0 0 0 628 1 0 0 25 0 1 0 142622700 4423680 956 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134588652 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 1080 956 122 215 0 862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4320

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1247992/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=4716 CPUtime=12.68
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 1089 0 0 0 1267 1 0 0 25 0 1 0 142622700 4829184 1074 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581147 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 1179 1074 122 215 0 961 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4716

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1247480/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=5256 CPUtime=25.47
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 1221 0 0 0 2546 1 0 0 25 0 1 0 142622700 5382144 1206 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 1314 1206 122 215 0 1096 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 5256

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1246968/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=5924 CPUtime=51.06
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 1377 0 0 0 5105 1 0 0 25 0 1 0 142622700 6066176 1362 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 1481 1362 122 215 0 1263 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5924

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1245624/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=7112 CPUtime=102.23
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 1680 0 0 0 10221 2 0 0 25 0 1 0 142622700 7282688 1665 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 1778 1665 122 215 0 1560 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 7112

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1244984/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=7816 CPUtime=162.19
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 1847 0 0 0 16217 2 0 0 25 0 1 0 142622700 8003584 1832 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581310 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 1954 1832 122 215 0 1736 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 7816

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1243960/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=8884 CPUtime=222.15
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 2090 0 0 0 22213 2 0 0 25 0 1 0 142622700 9097216 2075 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 2221 2075 122 215 0 2003 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 8884

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1243256/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=9600 CPUtime=282.12
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 2278 0 0 0 28210 2 0 0 25 0 1 0 142622700 9830400 2263 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134579892 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 2400 2263 122 215 0 2182 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 9600

Solver just ended. Dumping a history of the last processes samples

[startup+284.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1243192/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=9600 CPUtime=284.52
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 2284 0 0 0 28450 2 0 0 25 0 1 0 142622700 9830400 2269 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134579560 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 2400 2269 122 215 0 2182 0
Current children cumulated CPU time (s) 284.52
Current children cumulated vsize (KiB) 9600

[startup+285.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1243192/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=9600 CPUtime=285.32
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 2284 0 0 0 28530 2 0 0 25 0 1 0 142622700 9830400 2269 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 2400 2269 122 215 0 2182 0
Current children cumulated CPU time (s) 285.32
Current children cumulated vsize (KiB) 9600

[startup+286.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1243192/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=9600 CPUtime=286.12
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 2284 0 0 0 28610 2 0 0 25 0 1 0 142622700 9830400 2269 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 2400 2269 122 215 0 2182 0
Current children cumulated CPU time (s) 286.12
Current children cumulated vsize (KiB) 9600

[startup+286.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1243192/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=9600 CPUtime=286.52
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 2284 0 0 0 28650 2 0 0 25 0 1 0 142622700 9830400 2269 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576448 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 2400 2269 122 215 0 2182 0
Current children cumulated CPU time (s) 286.52
Current children cumulated vsize (KiB) 9600

[startup+286.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2438
/proc/meminfo: memFree=1243192/2055920 swapFree=4168584/4192956
[pid=2437] ppid=2435 vsize=9600 CPUtime=286.62
/proc/2437/stat : 2437 (minisat+) R 2435 2437 1583 0 -1 4194304 2284 0 0 0 28660 2 0 0 25 0 1 0 142622700 9830400 2269 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134569797 0 0 4096 16386 0 0 0 17 0 0 0
/proc/2437/statm: 2400 2269 122 215 0 2182 0
Current children cumulated CPU time (s) 286.62
Current children cumulated vsize (KiB) 9600

Child status: 20
Real time (s): 286.808
CPU time (s): 286.636
CPU user time (s): 286.606
CPU system time (s): 0.029995
CPU usage (%): 99.9401
Max. virtual memory (cumulated for all children) (KiB): 9600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 286.606
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2286
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 6677

runsolver used 0.289955 second user time and 0.764883 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Thu Apr 19 01:44:10 UTC 2007

IDJOB= 359874
IDBENCH= 1327
IDSOLVER= 156
FILE ID= node22/359874-1176947050

PBS_JOBID= 4605730

Free space on /tmp= 66497 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576151.opb
COMMAND LINE= /tmp/evaluation/359874-1176947050/minisat+ /tmp/evaluation/359874-1176947050/instance-359874-1176947050.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node22/convwatcher-359874-1176947050 -o ROOT/results/node22/conversion-359874-1176947050 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/359874-1176947050/instance-359874-1176947050.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-359874-1176947050 -o ROOT/results/node22/solver-359874-1176947050 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/359874-1176947050/minisat+ /tmp/evaluation/359874-1176947050/instance-359874-1176947050.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  8485c5b622ae9efcb86cc93d1fd8b600

RANDOM SEED= 602153126

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.265
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.265
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:       1252504 kB
Buffers:         41596 kB
Cached:         677860 kB
SwapCached:       2160 kB
Active:         229284 kB
Inactive:       513008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1252504 kB
SwapTotal:     4192956 kB
SwapFree:      4168584 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:          30664 kB
Slab:            46768 kB
Committed_AS:  1791512 kB
PageTables:       1676 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66497 MiB

End job on node22 on Thu Apr 19 01:48:57 UTC 2007