Trace number 360392

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 154.07 154.11

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM0626939ca6144a564c8e59fb048e3266
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 benchmark9.60454
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 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00/0.00	c Parsing PB file...
0.06/0.09	c Converting 2707 PB-constraints to clauses...
0.06/0.09	c   -- Unit propagations: (none)
0.06/0.09	c   -- Detecting intervals from adjacent constraints: ######################
0.06/0.09	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.09/0.10	c ---[  43]---> BDD-cost:   19
0.09/0.10	c ---[  41]---> BDD-cost:   19
0.09/0.10	c ---[  39]---> BDD-cost:   19
0.09/0.10	c ---[  37]---> BDD-cost:   19
0.09/0.10	c ---[  35]---> BDD-cost:   19
0.09/0.10	c ---[  33]---> BDD-cost:   19
0.09/0.10	c ---[  31]---> BDD-cost:   19
0.09/0.10	c ---[  29]---> BDD-cost:   19
0.09/0.10	c ---[  27]---> BDD-cost:   19
0.09/0.10	c ---[  25]---> BDD-cost:   19
0.09/0.10	c ---[  23]---> BDD-cost:   19
0.09/0.10	c ---[  21]---> BDD-cost:   19
0.09/0.10	c ---[  19]---> BDD-cost:   19
0.09/0.10	c ---[  17]---> BDD-cost:   19
0.09/0.10	c ---[  15]---> BDD-cost:   19
0.09/0.10	c ---[  13]---> BDD-cost:   19
0.09/0.10	c ---[  11]---> BDD-cost:   19
0.09/0.10	c ---[   9]---> BDD-cost:   19
0.09/0.10	c ---[   7]---> BDD-cost:   19
0.09/0.10	c ---[   5]---> BDD-cost:   19
0.09/0.10	c ---[   3]---> BDD-cost:   19
0.09/0.10	c ---[   1]---> BDD-cost:   19
0.09/0.10	c ---[   0]---> Adder-cost: 384   maxlim: 654   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 |    6319    19815 |    2106       0        0     nan |  0.000 % |
0.09/0.13	c |       100 |    6302    19756 |    2316      97     1954    20.1 |  3.469 % |
0.09/0.15	c |       250 |    6302    19756 |    2548     247     9314    37.7 |  3.468 % |
0.09/0.17	c |       479 |    6302    19756 |    2803     476    19595    41.2 |  3.468 % |
0.19/0.21	c |       817 |    6302    19756 |    3083     814    36008    44.2 |  3.468 % |
0.19/0.29	c |      1324 |    6302    19756 |    3391    1321    63225    47.9 |  3.468 % |
0.39/0.41	c |      2086 |    6302    19756 |    3730    2083   112323    53.9 |  3.468 % |
0.59/0.60	c |      3227 |    6302    19756 |    4103    3224   190879    59.2 |  3.468 % |
0.79/0.89	c |      4936 |    6302    19756 |    4514    2763   157228    56.9 |  3.468 % |
1.39/1.43	c |      7498 |    6302    19756 |    4965    2927   165585    56.6 |  3.468 % |
1.99/2.09	c |     11344 |    6302    19756 |    5462    4204   218616    52.0 |  3.468 % |
3.19/3.27	c |     17110 |    6251    19579 |    6008    4336   242707    56.0 |  4.335 % |
5.29/5.31	c |     25759 |    6251    19579 |    6609    3653   174832    47.9 |  4.335 % |
8.48/8.55	c |     38735 |    6251    19579 |    7270    6356   348717    54.9 |  4.335 % |
13.58/13.65	c |     58196 |    6235    19527 |    7997    7129   400755    56.2 |  4.624 % |
21.79/21.87	c |     87388 |    6226    19498 |    8797    7525   444004    59.0 |  4.817 % |
34.18/34.23	c |    131179 |    6192    19384 |    9677    6069   322007    53.1 |  5.299 % |
51.28/51.38	c |    196863 |    6192    19384 |   10644    7049   302317    42.9 |  5.299 % |
74.17/74.20	c |    295393 |    6183    19353 |   11709    7283   292616    40.2 |  5.397 % |
103.67/103.78	c |    443185 |    6183    19353 |   12880   11309   399242    35.3 |  5.395 % |
144.36/144.47	c |    664870 |    6108    19094 |   14168    9777   272717    27.9 |  6.647 % |
154.05/154.10	c ==============================================================================
154.05/154.10	c UNSATISFIABLE
154.05/154.10	s UNSATISFIABLE
154.05/154.10	c _______________________________________________________________________________
154.05/154.10	c 
154.05/154.10	c restarts              : 21
154.05/154.10	c conflicts             : 720310         (4676 /sec)
154.05/154.10	c decisions             : 961462         (6241 /sec)
154.05/154.10	c propagations          : 0              (0 /sec)
154.05/154.10	c inspects              : 0              (0 /sec)
154.05/154.10	c CPU time              : 154.054 s
154.05/154.10	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/360392-1176967968/instance-360392-1176967968.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/node60/watcher-360392-1176967968 -o ROOT/results/node60/solver-360392-1176967968 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/360392-1176967968/minisat+ /tmp/evaluation/360392-1176967968/instance-360392-1176967968.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.87 0.97 0.99 3/64 9824
/proc/meminfo: memFree=1332816/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=1048 CPUtime=0
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 144706754 1073152 100 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135005809 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 262 100 74 215 0 44 0

[startup+0.0634529 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 9824
/proc/meminfo: memFree=1332816/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=1620 CPUtime=0.06
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 240 0 0 0 6 0 0 0 18 0 1 0 144706754 1658880 225 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 405 225 74 215 0 187 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1620

[startup+0.101643 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 9824
/proc/meminfo: memFree=1332816/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=1896 CPUtime=0.09
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 342 0 0 0 9 0 0 0 18 0 1 0 144706754 1941504 327 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 474 327 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301475 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 9824
/proc/meminfo: memFree=1332816/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=2556 CPUtime=0.29
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 513 0 0 0 29 0 0 0 19 0 1 0 144706754 2617344 498 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 639 498 122 215 0 421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2556

[startup+0.701514 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 9824
/proc/meminfo: memFree=1332816/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=3208 CPUtime=0.69
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 684 0 0 0 69 0 0 0 22 0 1 0 144706754 3284992 669 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 802 669 122 215 0 584 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3208

[startup+1.50159 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1330440/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=3596 CPUtime=1.49
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 777 0 0 0 149 0 0 0 25 0 1 0 144706754 3682304 762 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 899 762 122 215 0 681 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3596

[startup+3.10175 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1330120/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=3856 CPUtime=3.09
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 864 0 0 0 309 0 0 0 25 0 1 0 144706754 3948544 849 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574486 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 964 849 122 215 0 746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3856

[startup+6.30107 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1329480/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=4380 CPUtime=6.29
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1000 0 0 0 629 0 0 0 25 0 1 0 144706754 4485120 985 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1095 985 122 215 0 877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4380

[startup+12.7017 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1328904/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=4780 CPUtime=12.68
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1077 0 0 0 1268 0 0 0 25 0 1 0 144706754 4894720 1062 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576863 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1195 1062 122 215 0 977 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4780

[startup+25.502 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1328136/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=5568 CPUtime=25.49
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1270 0 0 0 2548 1 0 0 25 0 1 0 144706754 5701632 1255 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1392 1255 122 215 0 1174 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5568

[startup+51.1015 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1327496/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=6112 CPUtime=51.08
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1412 0 0 0 5107 1 0 0 25 0 1 0 144706754 6258688 1397 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1528 1397 122 215 0 1310 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6112

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1326920/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=6656 CPUtime=102.27
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1564 0 0 0 10226 1 0 0 25 0 1 0 144706754 6815744 1549 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1664 1549 122 215 0 1446 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6656

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

[startup+127.901 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1326152/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7488 CPUtime=127.86
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1760 0 0 0 12785 1 0 0 25 0 1 0 144706754 7667712 1745 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1872 1745 122 215 0 1654 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 7488

[startup+140.701 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1325960/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7636 CPUtime=140.66
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1790 0 0 0 14065 1 0 0 25 0 1 0 144706754 7819264 1775 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574489 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1909 1775 122 215 0 1691 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 7636

[startup+147.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1325896/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7636 CPUtime=147.05
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1808 0 0 0 14704 1 0 0 25 0 1 0 144706754 7819264 1793 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580878 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1909 1793 122 215 0 1691 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 7636

[startup+150.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1325896/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7792 CPUtime=150.25
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1820 0 0 0 15024 1 0 0 25 0 1 0 144706754 7979008 1805 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1948 1805 122 215 0 1730 0
Current children cumulated CPU time (s) 150.25
Current children cumulated vsize (KiB) 7792

[startup+151.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1325896/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7792 CPUtime=151.85
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1820 0 0 0 15184 1 0 0 25 0 1 0 144706754 7979008 1805 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574403 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1948 1805 122 215 0 1730 0
Current children cumulated CPU time (s) 151.85
Current children cumulated vsize (KiB) 7792

[startup+153.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1325832/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7792 CPUtime=153.45
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1830 0 0 0 15344 1 0 0 25 0 1 0 144706754 7979008 1815 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1948 1815 122 215 0 1730 0
Current children cumulated CPU time (s) 153.45
Current children cumulated vsize (KiB) 7792

[startup+153.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1325832/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7792 CPUtime=153.86
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1832 0 0 0 15385 1 0 0 25 0 1 0 144706754 7979008 1817 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1948 1817 122 215 0 1730 0
Current children cumulated CPU time (s) 153.86
Current children cumulated vsize (KiB) 7792

[startup+154.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9825
/proc/meminfo: memFree=1325832/2055920 swapFree=4181684/4192956
[pid=9824] ppid=9822 vsize=7792 CPUtime=154.05
/proc/9824/stat : 9824 (minisat+) R 9822 9824 8992 0 -1 4194304 1832 0 0 0 15404 1 0 0 25 0 1 0 144706754 7979008 1817 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134568593 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9824/statm: 1948 1817 122 215 0 1730 0
Current children cumulated CPU time (s) 154.05
Current children cumulated vsize (KiB) 7792

Child status: 20
Real time (s): 154.11
CPU time (s): 154.07
CPU user time (s): 154.054
CPU system time (s): 0.015997
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 7792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.054
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1834
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= 12
involuntary context switches= 229

runsolver used 0.117982 second user time and 0.320951 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Thu Apr 19 07:32:48 UTC 2007

IDJOB= 360392
IDBENCH= 1368
IDSOLVER= 156
FILE ID= node60/360392-1176967968

PBS_JOBID= 4630264

Free space on /tmp= 66415 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  0626939ca6144a564c8e59fb048e3266

RANDOM SEED= 590910567

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1333288 kB
Buffers:         34612 kB
Cached:         613352 kB
SwapCached:       5040 kB
Active:         261960 kB
Inactive:       397320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333288 kB
SwapTotal:     4192956 kB
SwapFree:      4181684 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:          15748 kB
Slab:            49296 kB
Committed_AS:  1572732 kB
PageTables:       1464 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= 66415 MiB

End job on node60 on Thu Apr 19 07:35:22 UTC 2007