Trace number 360322

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 541.051 541.498

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900579996.opb
MD5SUMf510e821cdc50f097865b59193d7ef06
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 benchmark203.491
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 677
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: 340   maxlim: 626   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 |    6012    18712 |    2004       0        0     nan |  0.000 % |
0.09/0.13	c |       100 |    6012    18712 |    2204     100     1423    14.2 |  3.119 % |
0.09/0.14	c |       250 |    6012    18712 |    2424     250    10172    40.7 |  3.119 % |
0.09/0.17	c |       476 |    6012    18712 |    2667     476    23289    48.9 |  3.119 % |
0.19/0.20	c |       815 |    6012    18712 |    2934     815    36583    44.9 |  3.119 % |
0.19/0.28	c |      1322 |    6012    18712 |    3227    1322    70718    53.5 |  3.119 % |
0.29/0.38	c |      2081 |    6012    18712 |    3550    2081   112145    53.9 |  3.119 % |
0.49/0.58	c |      3221 |    6012    18712 |    3905    3221   192949    59.9 |  3.119 % |
0.79/0.88	c |      4930 |    6012    18712 |    4295    2883   173777    60.3 |  3.119 % |
1.18/1.29	c |      7492 |    6005    18689 |    4725    3199   160322    50.1 |  3.219 % |
1.88/1.99	c |     11336 |    6005    18689 |    5197    4604   265732    57.7 |  3.219 % |
2.98/3.09	c |     17103 |    5959    18526 |    5717    4981   299365    60.1 |  3.924 % |
4.78/4.86	c |     25753 |    5803    17990 |    6289    4656   242906    52.2 |  6.539 % |
7.08/7.15	c |     38729 |    5756    17835 |    6918    4388   183813    41.9 |  7.351 % |
10.09/10.16	c |     58190 |    5756    17835 |    7610    5679   251871    44.4 |  7.344 % |
14.58/14.62	c |     87382 |    5756    17835 |    8371    7238   298490    41.2 |  7.344 % |
21.37/21.42	c |    131172 |    5756    17835 |    9208    7589   273401    36.0 |  7.344 % |
31.66/31.72	c |    196857 |    5756    17835 |   10129    6783   242747    35.8 |  7.344 % |
47.85/47.95	c |    295386 |    5756    17835 |   11142    6762   227749    33.7 |  7.344 % |
74.44/74.53	c |    443177 |    5756    17835 |   12256    6142   211460    34.4 |  7.344 % |
115.20/115.32	c |    664862 |    5756    17835 |   13481    8463   343874    40.6 |  7.344 % |
177.85/178.05	c |    997390 |    5756    17835 |   14830   10268   384416    37.4 |  7.344 % |
278.44/278.78	c |   1496178 |    5750    17815 |   16313   11388   378769    33.3 |  7.445 % |
427.62/428.03	c |   2244360 |    5750    17815 |   17944   13367   435038    32.5 |  7.445 % |
540.94/541.49	c ==============================================================================
540.94/541.49	c UNSATISFIABLE
540.94/541.49	s UNSATISFIABLE
540.94/541.49	c _______________________________________________________________________________
540.94/541.49	c 
540.94/541.49	c restarts              : 24
540.94/541.49	c conflicts             : 2784536        (5147 /sec)
540.94/541.49	c decisions             : 4022335        (7435 /sec)
540.94/541.49	c propagations          : 0              (0 /sec)
540.94/541.49	c inspects              : 0              (0 /sec)
540.94/541.49	c CPU time              : 541.009 s
540.94/541.49	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/360322-1176966291/instance-360322-1176966291.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/node33/watcher-360322-1176966291 -o ROOT/results/node33/solver-360322-1176966291 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/360322-1176966291/minisat+ /tmp/evaluation/360322-1176966291/instance-360322-1176966291.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.95 0.98 0.99 3/77 32243
/proc/meminfo: memFree=1782952/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=1048 CPUtime=0
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 144544554 1073152 101 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32243/statm: 262 101 74 215 0 44 0

[startup+0.032008 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 32243
/proc/meminfo: memFree=1782952/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=1336 CPUtime=0.03
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 175 0 0 0 3 0 0 0 18 0 1 0 144544554 1368064 160 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32243/statm: 334 160 74 215 0 116 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1336

[startup+0.102394 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 32243
/proc/meminfo: memFree=1782952/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=1896 CPUtime=0.09
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 349 0 0 0 9 0 0 0 18 0 1 0 144544554 1941504 334 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32243/statm: 474 334 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301255 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 32243
/proc/meminfo: memFree=1782952/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=2540 CPUtime=0.29
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 523 0 0 0 29 0 0 0 18 0 1 0 144544554 2600960 508 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32243/statm: 635 508 122 215 0 417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2540

[startup+0.701338 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 32243
/proc/meminfo: memFree=1782952/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=3196 CPUtime=0.69
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 705 0 0 0 69 0 0 0 22 0 1 0 144544554 3272704 690 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32243/statm: 799 690 122 215 0 581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3196

[startup+1.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1780640/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=3460 CPUtime=1.48
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 751 0 0 0 148 0 0 0 25 0 1 0 144544554 3543040 736 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581194 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 865 736 122 215 0 647 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3460

[startup+3.10183 s]
/proc/loadavg: 0.95 0.98 0.99 3/78 32244
/proc/meminfo: memFree=1780064/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=3856 CPUtime=3.08
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 871 0 0 0 308 0 0 0 25 0 1 0 144544554 3948544 856 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581062 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 964 856 122 215 0 746 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3856

[startup+6.30149 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1779424/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=4252 CPUtime=6.28
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 951 0 0 0 628 0 0 0 25 0 1 0 144544554 4354048 936 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 1063 936 122 215 0 845 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4252

[startup+12.7018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1779040/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=4512 CPUtime=12.68
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 1037 0 0 0 1267 1 0 0 25 0 1 0 144544554 4620288 1022 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134572687 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 1128 1022 122 215 0 910 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4512

[startup+25.5015 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1778528/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=5168 CPUtime=25.47
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 1189 0 0 0 2546 1 0 0 25 0 1 0 144544554 5292032 1174 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134573028 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 1292 1174 122 215 0 1074 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 5168

[startup+51.1018 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1776992/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=6760 CPUtime=51.05
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 1577 0 0 0 5104 1 0 0 25 0 1 0 144544554 6922240 1562 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580744 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 1690 1562 122 215 0 1472 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 6760

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1776096/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=7612 CPUtime=102.22
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 1793 0 0 0 10220 2 0 0 25 0 1 0 144544554 7794688 1778 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576787 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 1903 1778 122 215 0 1685 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 7612

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1775528/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=8292 CPUtime=162.17
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 1947 0 0 0 16215 2 0 0 25 0 1 0 144544554 8491008 1932 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 2073 1932 122 215 0 1855 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 8292

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1774504/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=9348 CPUtime=222.11
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2215 0 0 0 22209 2 0 0 25 0 1 0 144544554 9572352 2200 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 2337 2200 122 215 0 2119 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 9348

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1774056/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=9760 CPUtime=282.04
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2322 0 0 0 28201 3 0 0 25 0 1 0 144544554 9994240 2307 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134587949 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 2440 2307 122 215 0 2222 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 9760

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1773288/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=10584 CPUtime=341.99
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2521 0 0 0 34196 3 0 0 25 0 1 0 144544554 10838016 2506 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580786 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 2646 2506 122 215 0 2428 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 10584

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1773224/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=10720 CPUtime=401.94
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2547 0 0 0 40191 3 0 0 25 0 1 0 144544554 10977280 2532 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581002 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 2680 2532 122 215 0 2462 0
Current children cumulated CPU time (s) 401.94
Current children cumulated vsize (KiB) 10720

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772904/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=11100 CPUtime=461.9
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2633 0 0 0 46187 3 0 0 25 0 1 0 144544554 11366400 2618 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 2775 2618 122 215 0 2557 0
Current children cumulated CPU time (s) 461.9
Current children cumulated vsize (KiB) 11100

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=521.86
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 52183 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576500 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 521.86
Current children cumulated vsize (KiB) 12024

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

[startup+524.707 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=524.26
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 52423 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574392 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 524.26
Current children cumulated vsize (KiB) 12024

[startup+531.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=530.65
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 53062 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 530.65
Current children cumulated vsize (KiB) 12024

[startup+537.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=537.04
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 53701 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 537.04
Current children cumulated vsize (KiB) 12024

[startup+539.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=538.64
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 53861 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 538.64
Current children cumulated vsize (KiB) 12024

[startup+540.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=540.24
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 54021 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576650 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 540.24
Current children cumulated vsize (KiB) 12024

[startup+541.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=540.65
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 54062 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 540.65
Current children cumulated vsize (KiB) 12024

[startup+541.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=540.84
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 54081 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 540.84
Current children cumulated vsize (KiB) 12024

[startup+541.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32244
/proc/meminfo: memFree=1772072/2055920 swapFree=4180512/4192956
[pid=32243] ppid=32241 vsize=12024 CPUtime=540.94
/proc/32243/stat : 32243 (minisat+) R 32241 32243 31469 0 -1 4194304 2858 0 0 0 54091 3 0 0 25 0 1 0 144544554 12312576 2843 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576114 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32243/statm: 3006 2843 122 215 0 2788 0
Current children cumulated CPU time (s) 540.94
Current children cumulated vsize (KiB) 12024

Child status: 20
Real time (s): 541.498
CPU time (s): 541.051
CPU user time (s): 541.01
CPU system time (s): 0.040993
CPU usage (%): 99.9173
Max. virtual memory (cumulated for all children) (KiB): 12024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 541.01
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2860
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= 39
involuntary context switches= 11307

runsolver used 0.527919 second user time and 1.45678 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Thu Apr 19 07:04:51 UTC 2007

IDJOB= 360322
IDBENCH= 1363
IDSOLVER= 156
FILE ID= node33/360322-1176966291

PBS_JOBID= 4605818

Free space on /tmp= 66475 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  f510e821cdc50f097865b59193d7ef06

RANDOM SEED= 493287434

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1783360 kB
Buffers:         32972 kB
Cached:         119656 kB
SwapCached:       2276 kB
Active:         145776 kB
Inactive:        73576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783360 kB
SwapTotal:     4192956 kB
SwapFree:      4180512 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:          81652 kB
Slab:            38504 kB
Committed_AS:  1658036 kB
PageTables:       1992 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= 66475 MiB

End job on node33 on Thu Apr 19 07:13:52 UTC 2007