Trace number 350267

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 207.209 207.273

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900574864.opb
MD5SUM58a39490a0f04cc377ab2aa6882fd7a1
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 benchmark37.6673
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 671
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.06/0.09	c Converting 2707 PB-constraints to clauses...
0.06/0.09	c   -- Unit propagations: (none)
0.06/0.09	c   -- Detecting intervals from adjacent constraints: ######################
0.06/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: 368   maxlim: 620   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 |    6210    19422 |    2070       0        0     nan |  0.000 % |
0.09/0.12	c |       100 |    6203    19399 |    2277      99      486     4.9 |  3.135 % |
0.09/0.14	c |       250 |    6203    19399 |    2504     248     8692    35.0 |  3.523 % |
0.09/0.17	c |       476 |    6132    19158 |    2755     465    20499    44.1 |  4.305 % |
0.19/0.22	c |       813 |    6132    19158 |    3030     802    40382    50.4 |  4.305 % |
0.19/0.29	c |      1320 |    6132    19158 |    3333    1309    77030    58.8 |  4.305 % |
0.39/0.41	c |      2080 |    6132    19158 |    3667    2069   125063    60.4 |  4.305 % |
0.49/0.58	c |      3219 |    6123    19127 |    4033    3206   188727    58.9 |  4.403 % |
0.79/0.87	c |      4927 |    6123    19127 |    4437    2769   138175    49.9 |  4.403 % |
1.29/1.36	c |      7490 |    6123    19127 |    4880    2933   162348    55.4 |  4.403 % |
2.19/2.21	c |     11334 |    6123    19127 |    5369    4254   253862    59.7 |  4.403 % |
3.49/3.51	c |     17101 |    6072    18947 |    5905    4507   261370    58.0 |  5.186 % |
5.19/5.28	c |     25753 |    5985    18652 |    6496    3847   173121    45.0 |  6.556 % |
7.39/7.40	c |     38727 |    5985    18652 |    7146    6693   264460    39.5 |  6.556 % |
10.38/10.46	c |     58188 |    5985    18652 |    7860    3902   113644    29.1 |  6.556 % |
15.19/15.27	c |     87380 |    5985    18652 |    8646    4778   137457    28.8 |  6.556 % |
22.79/22.82	c |    131171 |    5985    18652 |    9511    8591   328435    38.2 |  6.556 % |
34.38/34.40	c |    196858 |    5979    18632 |   10462    5969   227340    38.1 |  6.654 % |
53.17/53.21	c |    295385 |    5964    18581 |   11509    7721   278856    36.1 |  6.849 % |
80.76/80.89	c |    443175 |    5958    18561 |   12659    8543   336087    39.3 |  6.947 % |
122.55/122.64	c |    664858 |    5958    18561 |   13925   10665   322084    30.2 |  6.947 % |
182.34/182.49	c |    997383 |    5958    18561 |   15318   10058   292998    29.1 |  6.947 % |
207.13/207.27	c ==============================================================================
207.13/207.27	c UNSATISFIABLE
207.13/207.27	s UNSATISFIABLE
207.13/207.27	c _______________________________________________________________________________
207.13/207.27	c 
207.13/207.27	c restarts              : 22
207.13/207.27	c conflicts             : 1133808        (5473 /sec)
207.13/207.27	c decisions             : 1640447        (7918 /sec)
207.13/207.27	c propagations          : 0              (0 /sec)
207.13/207.27	c inspects              : 0              (0 /sec)
207.13/207.27	c CPU time              : 207.174 s
207.13/207.27	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/350267-1176492944/instance-350267-1176492944.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/node1/watcher-350267-1176492944 -o ROOT/results/node1/solver-350267-1176492944 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/350267-1176492944/minisat+ /tmp/evaluation/350267-1176492944/instance-350267-1176492944.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.00 0.23 0.19 3/77 18878
/proc/meminfo: memFree=1575040/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=1048 CPUtime=0
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 125332268 1073152 101 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 262 101 74 215 0 44 0

[startup+0.0698461 s]
/proc/loadavg: 0.00 0.23 0.19 3/77 18878
/proc/meminfo: memFree=1575040/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=1620 CPUtime=0.06
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 254 0 0 0 6 0 0 0 18 0 1 0 125332268 1658880 239 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 405 239 74 215 0 187 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1620

[startup+0.10185 s]
/proc/loadavg: 0.00 0.23 0.19 3/77 18878
/proc/meminfo: memFree=1575040/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=1896 CPUtime=0.09
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 347 0 0 0 9 0 0 0 18 0 1 0 125332268 1941504 332 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 474 332 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301873 s]
/proc/loadavg: 0.00 0.23 0.19 3/77 18878
/proc/meminfo: memFree=1575040/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=2540 CPUtime=0.29
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 530 0 0 0 29 0 0 0 18 0 1 0 125332268 2600960 515 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 635 515 122 215 0 417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2540

[startup+0.70192 s]
/proc/loadavg: 0.00 0.23 0.19 3/77 18878
/proc/meminfo: memFree=1575040/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=3324 CPUtime=0.69
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 703 0 0 0 69 0 0 0 21 0 1 0 125332268 3403776 688 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 831 688 122 215 0 613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3324

[startup+1.50201 s]
/proc/loadavg: 0.00 0.23 0.19 2/78 18879
/proc/meminfo: memFree=1572600/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=3588 CPUtime=1.49
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 775 0 0 0 149 0 0 0 25 0 1 0 125332268 3674112 760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 897 760 122 215 0 679 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3588

[startup+3.1022 s]
/proc/loadavg: 0.00 0.23 0.19 2/78 18879
/proc/meminfo: memFree=1572088/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=3984 CPUtime=3.09
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 867 0 0 0 309 0 0 0 25 0 1 0 125332268 4079616 852 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576660 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 996 852 122 215 0 778 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3984

[startup+6.30158 s]
/proc/loadavg: 0.08 0.25 0.19 2/78 18879
/proc/meminfo: memFree=1571576/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=4112 CPUtime=6.29
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 923 0 0 0 629 0 0 0 25 0 1 0 125332268 4210688 908 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568540 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 1028 908 122 215 0 810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4112

[startup+12.7013 s]
/proc/loadavg: 0.16 0.26 0.20 2/78 18879
/proc/meminfo: memFree=1571320/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=4504 CPUtime=12.68
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 998 0 0 0 1268 0 0 0 25 0 1 0 125332268 4612096 983 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577266 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 1126 983 122 215 0 908 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4504

[startup+25.5018 s]
/proc/loadavg: 0.34 0.29 0.21 2/78 18879
/proc/meminfo: memFree=1570424/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=5296 CPUtime=25.49
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 1215 0 0 0 2548 1 0 0 25 0 1 0 125332268 5423104 1200 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 1324 1200 122 215 0 1106 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5296

[startup+51.1018 s]
/proc/loadavg: 0.57 0.35 0.23 2/78 18879
/proc/meminfo: memFree=1569464/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=6348 CPUtime=51.08
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 1462 0 0 0 5107 1 0 0 25 0 1 0 125332268 6500352 1447 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588661 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 1587 1447 122 215 0 1369 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6348

[startup+102.306 s]
/proc/loadavg: 0.81 0.45 0.27 2/78 18879
/proc/meminfo: memFree=1568632/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=7148 CPUtime=102.27
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 1680 0 0 0 10225 2 0 0 25 0 1 0 125332268 7319552 1665 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 1787 1665 122 215 0 1569 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7148

[startup+162.302 s]
/proc/loadavg: 0.93 0.55 0.31 2/78 18879
/proc/meminfo: memFree=1567544/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8372 CPUtime=162.24
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 1953 0 0 0 16222 2 0 0 25 0 1 0 125332268 8572928 1938 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2093 1938 122 215 0 1875 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8372

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

[startup+179.102 s]
/proc/loadavg: 0.95 0.57 0.32 2/78 18879
/proc/meminfo: memFree=1567480/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8372 CPUtime=179.04
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 1966 0 0 0 17901 3 0 0 25 0 1 0 125332268 8572928 1951 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573899 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2093 1951 122 215 0 1875 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 8372

[startup+191.901 s]
/proc/loadavg: 0.95 0.59 0.33 2/78 18879
/proc/meminfo: memFree=1567352/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8520 CPUtime=191.84
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 1987 0 0 0 19181 3 0 0 25 0 1 0 125332268 8724480 1972 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2130 1972 122 215 0 1912 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 8520

[startup+198.301 s]
/proc/loadavg: 0.96 0.60 0.34 2/78 18879
/proc/meminfo: memFree=1567416/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8520 CPUtime=198.23
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 1993 0 0 0 19820 3 0 0 25 0 1 0 125332268 8724480 1978 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2130 1978 122 215 0 1912 0
Current children cumulated CPU time (s) 198.23
Current children cumulated vsize (KiB) 8520

[startup+201.501 s]
/proc/loadavg: 0.96 0.60 0.34 2/78 18879
/proc/meminfo: memFree=1567352/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8520 CPUtime=201.43
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 2003 0 0 0 20140 3 0 0 25 0 1 0 125332268 8724480 1988 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2130 1988 122 215 0 1912 0
Current children cumulated CPU time (s) 201.43
Current children cumulated vsize (KiB) 8520

[startup+204.702 s]
/proc/loadavg: 0.96 0.61 0.34 2/78 18879
/proc/meminfo: memFree=1567352/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8520 CPUtime=204.63
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 2009 0 0 0 20460 3 0 0 25 0 1 0 125332268 8724480 1994 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2130 1994 122 215 0 1912 0
Current children cumulated CPU time (s) 204.63
Current children cumulated vsize (KiB) 8520

[startup+206.302 s]
/proc/loadavg: 0.96 0.61 0.34 2/78 18879
/proc/meminfo: memFree=1567352/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8656 CPUtime=206.23
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 2016 0 0 0 20620 3 0 0 25 0 1 0 125332268 8863744 2001 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568473 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2164 2001 122 215 0 1946 0
Current children cumulated CPU time (s) 206.23
Current children cumulated vsize (KiB) 8656

[startup+206.701 s]
/proc/loadavg: 0.96 0.61 0.34 2/78 18879
/proc/meminfo: memFree=1567288/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8656 CPUtime=206.63
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 2016 0 0 0 20660 3 0 0 25 0 1 0 125332268 8863744 2001 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2164 2001 122 215 0 1946 0
Current children cumulated CPU time (s) 206.63
Current children cumulated vsize (KiB) 8656

[startup+207.101 s]
/proc/loadavg: 0.96 0.61 0.34 2/78 18879
/proc/meminfo: memFree=1567288/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8656 CPUtime=207.03
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 2016 0 0 0 20700 3 0 0 25 0 1 0 125332268 8863744 2001 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2164 2001 122 215 0 1946 0
Current children cumulated CPU time (s) 207.03
Current children cumulated vsize (KiB) 8656

[startup+207.201 s]
/proc/loadavg: 0.96 0.61 0.34 2/78 18879
/proc/meminfo: memFree=1567288/2055920 swapFree=4192956/4192956
[pid=18878] ppid=18876 vsize=8656 CPUtime=207.13
/proc/18878/stat : 18878 (minisat+) R 18876 18878 18816 0 -1 4194304 2016 0 0 0 20710 3 0 0 25 0 1 0 125332268 8863744 2001 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18878/statm: 2164 2001 122 215 0 1946 0
Current children cumulated CPU time (s) 207.13
Current children cumulated vsize (KiB) 8656

Child status: 20
Real time (s): 207.273
CPU time (s): 207.209
CPU user time (s): 207.174
CPU system time (s): 0.034994
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 8656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.175
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2018
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= 27
involuntary context switches= 447

runsolver used 0.212967 second user time and 0.487925 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Fri Apr 13 19:35:44 UTC 2007

IDJOB= 350267
IDBENCH= 1272
IDSOLVER= 156
FILE ID= node1/350267-1176492944

PBS_JOBID= 4556691

Free space on /tmp= 66467 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  58a39490a0f04cc377ab2aa6882fd7a1

RANDOM SEED= 975156648

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1575448 kB
Buffers:         44892 kB
Cached:         312992 kB
SwapCached:          0 kB
Active:         161396 kB
Inactive:       251412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575448 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:          73900 kB
Slab:            53136 kB
Committed_AS:  2491076 kB
PageTables:       1832 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= 66467 MiB

End job on node1 on Fri Apr 13 19:39:12 UTC 2007