Trace number 360224

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 176.645 176.695

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
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 benchmark7.67183
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 687
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.09/0.09	c Converting 2707 PB-constraints to clauses...
0.09/0.09	c   -- Unit propagations: (none)
0.09/0.09	c   -- Detecting intervals from adjacent constraints: ######################
0.09/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: 346   maxlim: 636   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 |    6066    18916 |    2022       0        0     nan |  0.000 % |
0.09/0.12	c |       101 |    6066    18916 |    2224     101      936     9.3 |  3.197 % |
0.09/0.14	c |       251 |    6059    18892 |    2446     250     5551    22.2 |  3.297 % |
0.09/0.17	c |       477 |    6059    18892 |    2691     476    18496    38.9 |  3.297 % |
0.19/0.20	c |       814 |    6059    18892 |    2960     813    32733    40.3 |  3.297 % |
0.19/0.28	c |      1322 |    6059    18892 |    3256    1321    68511    51.9 |  3.297 % |
0.29/0.36	c |      2081 |    6059    18892 |    3582    2080   104182    50.1 |  3.297 % |
0.49/0.55	c |      3220 |    6037    18816 |    3940    3215   177747    55.3 |  3.597 % |
0.79/0.81	c |      4933 |    6028    18787 |    4334    2851   141929    49.8 |  3.796 % |
1.19/1.24	c |      7496 |    6028    18787 |    4767    3122   151776    48.6 |  3.796 % |
1.79/1.87	c |     11341 |    6028    18787 |    5244    4481   216672    48.4 |  3.796 % |
2.99/3.00	c |     17108 |    6028    18787 |    5769    4746   276187    58.2 |  3.796 % |
4.79/4.88	c |     25757 |    6028    18787 |    6345    4324   212352    49.1 |  3.796 % |
7.49/7.54	c |     38731 |    5911    18382 |    6980    4138   214035    51.7 |  5.694 % |
11.00/11.08	c |     58192 |    5824    18087 |    7678    5536   217062    39.2 |  7.093 % |
16.59/16.67	c |     87384 |    5824    18087 |    8446    6926   329190    47.5 |  7.093 % |
25.09/25.19	c |    131173 |    5809    18036 |    9291    6905   332419    48.1 |  7.293 % |
37.38/37.49	c |    196858 |    5809    18036 |   10220    5545   219363    39.6 |  7.293 % |
56.37/56.48	c |    295384 |    5809    18036 |   11242    9606   376557    39.2 |  7.293 % |
84.96/85.02	c |    443175 |    5809    18036 |   12366    7642   258809    33.9 |  7.293 % |
126.16/126.28	c |    664859 |    5800    18005 |   13603    8386   261878    31.2 |  7.393 % |
176.54/176.69	c ==============================================================================
176.54/176.69	c UNSATISFIABLE
176.54/176.69	s UNSATISFIABLE
176.54/176.69	c _______________________________________________________________________________
176.54/176.69	c 
176.54/176.69	c restarts              : 21
176.54/176.69	c conflicts             : 960129         (5436 /sec)
176.54/176.69	c decisions             : 1364892        (7728 /sec)
176.54/176.69	c propagations          : 0              (0 /sec)
176.54/176.69	c inspects              : 0              (0 /sec)
176.54/176.69	c CPU time              : 176.619 s
176.54/176.69	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/360224-1176961683/instance-360224-1176961683.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/node74/watcher-360224-1176961683 -o ROOT/results/node74/solver-360224-1176961683 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/360224-1176961683/minisat+ /tmp/evaluation/360224-1176961683/instance-360224-1176961683.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: 1.03 1.04 1.00 3/66 28434
/proc/meminfo: memFree=1692560/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=1048 CPUtime=0
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 144083095 1073152 100 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134809962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 262 101 74 215 0 44 0

[startup+0.0942101 s]
/proc/loadavg: 1.03 1.04 1.00 3/66 28434
/proc/meminfo: memFree=1692560/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=1764 CPUtime=0.09
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 303 0 0 0 9 0 0 0 18 0 1 0 144083095 1806336 288 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 441 288 74 215 0 223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1764

[startup+0.10121 s]
/proc/loadavg: 1.03 1.04 1.00 3/66 28434
/proc/meminfo: memFree=1692560/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=1896 CPUtime=0.09
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 339 0 0 0 9 0 0 0 18 0 1 0 144083095 1941504 324 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 474 325 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301232 s]
/proc/loadavg: 1.03 1.04 1.00 3/66 28434
/proc/meminfo: memFree=1692560/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=2364 CPUtime=0.29
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 492 0 0 0 29 0 0 0 18 0 1 0 144083095 2420736 477 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 591 477 122 215 0 373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2364

[startup+0.701278 s]
/proc/loadavg: 1.03 1.04 1.00 3/66 28434
/proc/meminfo: memFree=1692560/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=3028 CPUtime=0.69
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 667 0 0 0 69 0 0 0 21 0 1 0 144083095 3100672 652 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134573739 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 757 652 122 215 0 539 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3028

[startup+1.50137 s]
/proc/loadavg: 1.03 1.04 1.00 2/67 28435
/proc/meminfo: memFree=1690376/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=3292 CPUtime=1.49
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 710 0 0 0 149 0 0 0 25 0 1 0 144083095 3371008 695 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 823 695 122 215 0 605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3292

[startup+3.10156 s]
/proc/loadavg: 1.03 1.04 1.00 2/67 28435
/proc/meminfo: memFree=1689736/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=3688 CPUtime=3.09
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 822 0 0 0 309 0 0 0 25 0 1 0 144083095 3776512 807 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134579868 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 922 807 122 215 0 704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3688

[startup+6.30193 s]
/proc/loadavg: 1.03 1.04 1.00 2/67 28435
/proc/meminfo: memFree=1689224/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=4080 CPUtime=6.29
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 907 0 0 0 628 1 0 0 25 0 1 0 144083095 4177920 892 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581042 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1020 892 122 215 0 802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4080

[startup+12.7027 s]
/proc/loadavg: 1.02 1.04 1.00 2/67 28435
/proc/meminfo: memFree=1688848/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=4348 CPUtime=12.69
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 975 0 0 0 1268 1 0 0 25 0 1 0 144083095 4452352 960 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1087 960 122 215 0 869 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4348

[startup+25.5012 s]
/proc/loadavg: 1.02 1.04 1.00 2/67 28435
/proc/meminfo: memFree=1688080/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=5140 CPUtime=25.49
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1186 0 0 0 2548 1 0 0 25 0 1 0 144083095 5263360 1171 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1285 1171 122 215 0 1067 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5140

[startup+51.1011 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 28435
/proc/meminfo: memFree=1687376/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=5940 CPUtime=51.07
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1365 0 0 0 5106 1 0 0 25 0 1 0 144083095 6082560 1350 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1485 1350 122 215 0 1267 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5940

[startup+102.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1686480/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=6760 CPUtime=102.27
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1575 0 0 0 10225 2 0 0 25 0 1 0 144083095 6922240 1560 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1690 1560 122 215 0 1472 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6760

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685584/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=162.25
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1808 0 0 0 16223 2 0 0 25 0 1 0 144083095 7905280 1793 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1793 122 215 0 1712 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7720

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

[startup+166.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685584/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=166.25
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1808 0 0 0 16623 2 0 0 25 0 1 0 144083095 7905280 1793 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1793 122 215 0 1712 0
Current children cumulated CPU time (s) 166.25
Current children cumulated vsize (KiB) 7720

[startup+172.705 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685520/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=172.65
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1824 0 0 0 17263 2 0 0 25 0 1 0 144083095 7905280 1809 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1809 122 215 0 1712 0
Current children cumulated CPU time (s) 172.65
Current children cumulated vsize (KiB) 7720

[startup+174.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685520/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=174.24
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1824 0 0 0 17422 2 0 0 25 0 1 0 144083095 7905280 1809 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1809 122 215 0 1712 0
Current children cumulated CPU time (s) 174.24
Current children cumulated vsize (KiB) 7720

[startup+175.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685456/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=175.85
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1829 0 0 0 17583 2 0 0 25 0 1 0 144083095 7905280 1814 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134588652 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1814 122 215 0 1712 0
Current children cumulated CPU time (s) 175.85
Current children cumulated vsize (KiB) 7720

[startup+176.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685456/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=176.24
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1829 0 0 0 17622 2 0 0 25 0 1 0 144083095 7905280 1814 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1814 122 215 0 1712 0
Current children cumulated CPU time (s) 176.24
Current children cumulated vsize (KiB) 7720

[startup+176.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685456/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=176.44
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1829 0 0 0 17642 2 0 0 25 0 1 0 144083095 7905280 1814 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1814 122 215 0 1712 0
Current children cumulated CPU time (s) 176.44
Current children cumulated vsize (KiB) 7720

[startup+176.602 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28435
/proc/meminfo: memFree=1685456/2055920 swapFree=4183056/4192956
[pid=28434] ppid=28432 vsize=7720 CPUtime=176.54
/proc/28434/stat : 28434 (minisat+) R 28432 28434 27798 0 -1 4194304 1829 0 0 0 17652 2 0 0 25 0 1 0 144083095 7905280 1814 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581036 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28434/statm: 1930 1814 122 215 0 1712 0
Current children cumulated CPU time (s) 176.54
Current children cumulated vsize (KiB) 7720

Child status: 20
Real time (s): 176.695
CPU time (s): 176.645
CPU user time (s): 176.62
CPU system time (s): 0.024996
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 7720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.62
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1836
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= 13
involuntary context switches= 138

runsolver used 0.151976 second user time and 0.39394 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Thu Apr 19 05:48:03 UTC 2007

IDJOB= 360224
IDBENCH= 1353
IDSOLVER= 156
FILE ID= node74/360224-1176961683

PBS_JOBID= 4605803

Free space on /tmp= 103203 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  733d8edd6a6cbfe19e20f4970079db5a

RANDOM SEED= 685278996

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1692976 kB
Buffers:         30208 kB
Cached:         260624 kB
SwapCached:       3064 kB
Active:         100232 kB
Inactive:       201044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692976 kB
SwapTotal:     4192956 kB
SwapFree:      4183056 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          16416 kB
Slab:            47468 kB
Committed_AS:  2014640 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103203 MiB

End job on node74 on Thu Apr 19 05:51:00 UTC 2007