Trace number 359328

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 1587.12 1587.61

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900571761.opb
MD5SUM1ce0037c3d80e79a7b72360f6130d1f3
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
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 benchmark133.24
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 713
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.00/0.09	c Converting 2707 PB-constraints to clauses...
0.00/0.09	c   -- Unit propagations: (none)
0.00/0.09	c   -- Detecting intervals from adjacent constraints: ######################
0.00/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: 400   maxlim: 662   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 |    6431    20214 |    2143       0        0     nan |  0.000 % |
0.09/0.13	c |       100 |    6414    20155 |    2357      97     1517    15.6 |  3.416 % |
0.09/0.15	c |       250 |    6414    20155 |    2593     247     9037    36.6 |  3.416 % |
0.09/0.18	c |       475 |    6414    20155 |    2852     472    21217    45.0 |  3.416 % |
0.19/0.22	c |       813 |    6414    20155 |    3137     810    38049    47.0 |  3.416 % |
0.19/0.30	c |      1319 |    6414    20155 |    3451    1316    69790    53.0 |  3.416 % |
0.39/0.42	c |      2080 |    6414    20155 |    3796    2077   111076    53.5 |  3.416 % |
0.59/0.61	c |      3219 |    6414    20155 |    4176    3216   185635    57.7 |  3.416 % |
0.89/0.96	c |      4930 |    6414    20155 |    4593    2691   151534    56.3 |  3.416 % |
1.49/1.50	c |      7494 |    6414    20155 |    5053    2808   166355    59.2 |  3.416 % |
2.30/2.33	c |     11338 |    6414    20155 |    5558    3979   223110    56.1 |  3.416 % |
3.50/3.50	c |     17105 |    6404    20119 |    6114    3969   179504    45.2 |  3.605 % |
5.30/5.32	c |     25754 |    6386    20053 |    6725    6200   358790    57.9 |  3.890 % |
8.59/8.62	c |     38729 |    6363    19978 |    7398    5203   290188    55.8 |  4.270 % |
13.69/13.71	c |     58190 |    6363    19978 |    8138    5320   279139    52.5 |  4.270 % |
21.59/21.68	c |     87385 |    6338    19897 |    8951    4952   262193    52.9 |  4.744 % |
33.39/33.49	c |    131174 |    6287    19712 |    9847    7147   439059    61.4 |  5.408 % |
51.28/51.37	c |    196860 |    6233    19536 |   10831    6875   324676    47.2 |  6.357 % |
76.98/77.03	c |    295389 |    6226    19513 |   11914   10735   570576    53.2 |  6.452 % |
110.66/110.72	c |    443181 |    6217    19484 |   13106   11478   572435    49.9 |  6.641 % |
162.85/162.91	c |    664864 |    6217    19484 |   14417   11239   546762    48.6 |  6.641 % |
249.14/249.25	c |    997392 |    6217    19484 |   15858   11729   474579    40.5 |  6.641 % |
388.19/388.48	c |   1496181 |    6217    19484 |   17444    8825   364026    41.2 |  6.641 % |
611.04/611.39	c |   2244364 |    6217    19484 |   19189   10047   425740    42.4 |  6.641 % |
981.35/981.73	c |   3366638 |    6217    19484 |   21107   18765   833831    44.4 |  6.641 % |
1510.33/1510.89	c |   5050050 |    6217    19484 |   23218   19452   746313    38.4 |  6.643 % |
1587.11/1587.60	c ==============================================================================
1587.11/1587.60	c UNSATISFIABLE
1587.11/1587.60	s UNSATISFIABLE
1587.11/1587.60	c _______________________________________________________________________________
1587.11/1587.60	c 
1587.11/1587.60	c restarts              : 26
1587.11/1587.60	c conflicts             : 5359859        (3377 /sec)
1587.11/1587.60	c decisions             : 6676666        (4207 /sec)
1587.11/1587.60	c propagations          : 0              (0 /sec)
1587.11/1587.60	c inspects              : 0              (0 /sec)
1587.11/1587.60	c CPU time              : 1587.07 s
1587.11/1587.60	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/359328-1176926161/instance-359328-1176926161.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/node68/watcher-359328-1176926161 -o ROOT/results/node68/solver-359328-1176926161 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/359328-1176926161/minisat+ /tmp/evaluation/359328-1176926161/instance-359328-1176926161.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.92 0.98 0.99 3/64 16332
/proc/meminfo: memFree=1492928/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=1048 CPUtime=0
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 168605626 1073152 100 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 262 100 74 215 0 44 0

[startup+0.102383 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16332
/proc/meminfo: memFree=1492928/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=1896 CPUtime=0.09
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 346 0 0 0 9 0 0 0 18 0 1 0 168605626 1941504 331 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 474 331 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.201391 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16332
/proc/meminfo: memFree=1492928/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=2556 CPUtime=0.19
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 515 0 0 0 19 0 0 0 18 0 1 0 168605626 2617344 500 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581175 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 639 500 122 215 0 421 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2556

[startup+0.301398 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16332
/proc/meminfo: memFree=1492928/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=2556 CPUtime=0.29
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 515 0 0 0 29 0 0 0 18 0 1 0 168605626 2617344 500 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007026 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 639 500 122 215 0 421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2556

[startup+0.701435 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16332
/proc/meminfo: memFree=1492928/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=3080 CPUtime=0.69
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 673 0 0 0 69 0 0 0 21 0 1 0 168605626 3153920 658 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573863 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 770 658 122 215 0 552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3080

[startup+1.50151 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1490424/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=3608 CPUtime=1.49
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 799 0 0 0 149 0 0 0 25 0 1 0 168605626 3694592 784 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 902 784 122 215 0 684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3608

[startup+3.10265 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1489976/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=3872 CPUtime=3.1
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 859 0 0 0 309 1 0 0 25 0 1 0 168605626 3964928 844 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576843 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 968 844 122 215 0 750 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3872

[startup+6.30194 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1489272/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=4396 CPUtime=6.3
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 983 0 0 0 629 1 0 0 25 0 1 0 168605626 4501504 968 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 1099 968 122 215 0 881 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4396

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1488656/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=4924 CPUtime=12.69
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 1115 0 0 0 1268 1 0 0 25 0 1 0 168605626 5042176 1100 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 1231 1100 122 215 0 1013 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4924

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1487824/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=5704 CPUtime=25.49
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 1326 0 0 0 2548 1 0 0 25 0 1 0 168605626 5840896 1311 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580980 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 1426 1311 122 215 0 1208 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5704

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1487248/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=6360 CPUtime=51.08
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 1476 0 0 0 5107 1 0 0 25 0 1 0 168605626 6512640 1461 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 1590 1461 122 215 0 1372 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6360

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1486288/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=7312 CPUtime=102.27
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 1714 0 0 0 10226 1 0 0 25 0 1 0 168605626 7487488 1699 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580314 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 1828 1699 122 215 0 1610 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7312

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1485648/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=7968 CPUtime=162.25
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 1862 0 0 0 16224 1 0 0 25 0 1 0 168605626 8159232 1847 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 1992 1847 122 215 0 1774 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7968

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1484752/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=8780 CPUtime=222.25
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 2086 0 0 0 22223 2 0 0 25 0 1 0 168605626 8990720 2071 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 2195 2071 122 215 0 1977 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 8780

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16333
/proc/meminfo: memFree=1484432/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=9324 CPUtime=282.23
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 2196 0 0 0 28221 2 0 0 25 0 1 0 168605626 9547776 2181 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 2331 2181 122 215 0 2113 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 9324

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 16503
/proc/meminfo: memFree=1482240/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=9856 CPUtime=342.12
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 2340 0 0 0 34210 2 0 0 25 0 1 0 168605626 10092544 2325 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 2464 2325 122 215 0 2246 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 9856

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1482768/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=10392 CPUtime=402.09
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 2487 0 0 0 40206 3 0 0 25 0 1 0 168605626 10641408 2472 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 2598 2472 122 215 0 2380 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 10392

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1482512/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=10836 CPUtime=462.08
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 2562 0 0 0 46205 3 0 0 25 0 1 0 168605626 11096064 2547 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 2709 2547 122 215 0 2491 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 10836

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1482256/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=10968 CPUtime=522.06
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 2617 0 0 0 52203 3 0 0 25 0 1 0 168605626 11231232 2602 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 2742 2602 122 215 0 2524 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 10968

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1482256/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=11284 CPUtime=582.05
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 2667 0 0 0 58202 3 0 0 25 0 1 0 168605626 11554816 2652 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 2821 2652 122 215 0 2603 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 11284

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1480720/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=12760 CPUtime=642.03
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3035 0 0 0 64200 3 0 0 25 0 1 0 168605626 13066240 3020 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578690 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3190 3020 122 215 0 2972 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 12760


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

/proc/meminfo: memFree=1479824/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=13708 CPUtime=941.96
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3264 0 0 0 94192 4 0 0 25 0 1 0 168605626 14036992 3249 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3427 3249 122 215 0 3209 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 13708

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1479824/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=13704 CPUtime=1001.95
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3266 0 0 0 100191 4 0 0 25 0 1 0 168605626 14032896 3251 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3426 3251 122 215 0 3208 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 13704

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1479632/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=13864 CPUtime=1061.93
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3304 0 0 0 106189 4 0 0 25 0 1 0 168605626 14196736 3289 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3466 3289 122 215 0 3248 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 13864

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1479568/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=13864 CPUtime=1121.92
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3327 0 0 0 112188 4 0 0 25 0 1 0 168605626 14196736 3312 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3466 3312 122 215 0 3248 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 13864

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1479376/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=14020 CPUtime=1181.9
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3353 0 0 0 118186 4 0 0 25 0 1 0 168605626 14356480 3338 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579868 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3505 3338 122 215 0 3287 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 14020

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1479312/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=14164 CPUtime=1241.89
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3383 0 0 0 124185 4 0 0 25 0 1 0 168605626 14503936 3368 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3541 3368 122 215 0 3323 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 14164

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1478608/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=14840 CPUtime=1301.87
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3537 0 0 0 130183 4 0 0 25 0 1 0 168605626 15196160 3522 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3710 3522 122 215 0 3492 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 14840

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1478544/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=14840 CPUtime=1361.85
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3552 0 0 0 136181 4 0 0 25 0 1 0 168605626 15196160 3537 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3710 3537 122 215 0 3492 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 14840

[startup+1422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1478544/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=14988 CPUtime=1421.85
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3569 0 0 0 142180 5 0 0 25 0 1 0 168605626 15347712 3554 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3747 3554 122 215 0 3529 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 14988

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1478096/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=15416 CPUtime=1481.83
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3669 0 0 0 148178 5 0 0 25 0 1 0 168605626 15785984 3654 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 3854 3654 122 215 0 3636 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 15416

[startup+1542.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477520/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16016 CPUtime=1541.82
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3800 0 0 0 154177 5 0 0 25 0 1 0 168605626 16400384 3785 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4004 3785 122 215 0 3786 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 16016

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

[startup+1561.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477392/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16192 CPUtime=1561.11
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3830 0 0 0 156106 5 0 0 25 0 1 0 168605626 16580608 3815 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4048 3815 122 215 0 3830 0
Current children cumulated CPU time (s) 1561.11
Current children cumulated vsize (KiB) 16192

[startup+1574.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477200/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16336 CPUtime=1573.91
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3862 0 0 0 157386 5 0 0 25 0 1 0 168605626 16728064 3847 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4084 3847 122 215 0 3866 0
Current children cumulated CPU time (s) 1573.91
Current children cumulated vsize (KiB) 16336

[startup+1580.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477200/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16336 CPUtime=1580.31
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3886 0 0 0 158026 5 0 0 25 0 1 0 168605626 16728064 3871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4084 3871 122 215 0 3866 0
Current children cumulated CPU time (s) 1580.31
Current children cumulated vsize (KiB) 16336

[startup+1584 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477200/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16336 CPUtime=1583.51
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3887 0 0 0 158346 5 0 0 25 0 1 0 168605626 16728064 3872 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4084 3872 122 215 0 3866 0
Current children cumulated CPU time (s) 1583.51
Current children cumulated vsize (KiB) 16336

[startup+1585.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477200/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16336 CPUtime=1585.11
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3887 0 0 0 158506 5 0 0 25 0 1 0 168605626 16728064 3872 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580902 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4084 3872 122 215 0 3866 0
Current children cumulated CPU time (s) 1585.11
Current children cumulated vsize (KiB) 16336

[startup+1586.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477200/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16336 CPUtime=1585.91
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3888 0 0 0 158586 5 0 0 25 0 1 0 168605626 16728064 3873 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568540 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4084 3873 122 215 0 3866 0
Current children cumulated CPU time (s) 1585.91
Current children cumulated vsize (KiB) 16336

[startup+1587.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477200/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16336 CPUtime=1586.71
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3888 0 0 0 158666 5 0 0 25 0 1 0 168605626 16728064 3873 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580878 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4084 3873 122 215 0 3866 0
Current children cumulated CPU time (s) 1586.71
Current children cumulated vsize (KiB) 16336

[startup+1587.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16531
/proc/meminfo: memFree=1477200/2055920 swapFree=4181952/4192956
[pid=16332] ppid=16330 vsize=16336 CPUtime=1587.11
/proc/16332/stat : 16332 (minisat+) R 16330 16332 13872 0 -1 4194304 3888 0 0 0 158706 5 0 0 25 0 1 0 168605626 16728064 3873 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16332/statm: 4084 3873 122 215 0 3866 0
Current children cumulated CPU time (s) 1587.11
Current children cumulated vsize (KiB) 16336

Child status: 20
Real time (s): 1587.61
CPU time (s): 1587.12
CPU user time (s): 1587.07
CPU system time (s): 0.057991
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 16336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1587.07
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3890
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= 25
involuntary context switches= 3665

runsolver used 1.15282 second user time and 3.24551 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Apr 18 19:56:01 UTC 2007

IDJOB= 359328
IDBENCH= 1284
IDSOLVER= 156
FILE ID= node68/359328-1176926161

PBS_JOBID= 4595246

Free space on /tmp= 66325 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  1ce0037c3d80e79a7b72360f6130d1f3

RANDOM SEED= 471873431

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1493272 kB
Buffers:         16080 kB
Cached:         474424 kB
SwapCached:       4740 kB
Active:          89072 kB
Inactive:       413608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493272 kB
SwapTotal:     4192956 kB
SwapFree:      4181952 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          16260 kB
Slab:            45980 kB
Committed_AS:  2707620 kB
PageTables:       1384 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= 66325 MiB

End job on node68 on Wed Apr 18 20:22:29 UTC 2007