Trace number 360182

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 432.83 432.945

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
MD5SUM5107a201bfa7ecd84a67ffb212d048dd
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 benchmark8.91064
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 689
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.08/0.09	c Converting 2707 PB-constraints to clauses...
0.08/0.09	c   -- Unit propagations: (none)
0.08/0.09	c   -- Detecting intervals from adjacent constraints: ######################
0.08/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: 638   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 |    6330    19861 |    2110       0        0     nan |  0.000 % |
0.09/0.12	c |       100 |    6297    19748 |    2321      95      639     6.7 |  3.657 % |
0.09/0.15	c |       251 |    6297    19748 |    2553     246    12055    49.0 |  3.654 % |
0.09/0.16	c |       476 |    6297    19748 |    2808     471    18541    39.4 |  3.654 % |
0.19/0.21	c |       813 |    6297    19748 |    3089     808    40900    50.6 |  3.654 % |
0.19/0.27	c |      1319 |    6297    19748 |    3398    1314    64723    49.3 |  3.654 % |
0.29/0.40	c |      2078 |    6297    19748 |    3737    2073   116302    56.1 |  3.654 % |
0.49/0.55	c |      3218 |    6297    19748 |    4111    3213   180917    56.3 |  3.654 % |
0.79/0.85	c |      4927 |    6297    19748 |    4522    2709   151113    55.8 |  3.654 % |
1.19/1.29	c |      7492 |    6297    19748 |    4975    2927   158294    54.1 |  3.654 % |
1.89/1.94	c |     11337 |    6297    19748 |    5472    4169   202005    48.5 |  3.654 % |
3.09/3.19	c |     17103 |    6283    19703 |    6020    4220   249764    59.2 |  3.942 % |
4.89/4.90	c |     25757 |    6283    19703 |    6622    3578   161649    45.2 |  3.942 % |
7.79/7.87	c |     38733 |    6252    19597 |    7284    6183   339822    55.0 |  4.423 % |
12.29/12.37	c |     58194 |    6252    19597 |    8012    6870   389224    56.7 |  4.423 % |
19.38/19.42	c |     87387 |    6252    19597 |    8813    7155   392129    54.8 |  4.423 % |
31.48/31.56	c |    131177 |    6252    19597 |    9695    5381   283952    52.8 |  4.423 % |
46.78/46.83	c |    196863 |    6252    19597 |   10664    5856   272921    46.6 |  4.423 % |
72.97/73.08	c |    295389 |    6223    19490 |   11731    6007   303149    50.5 |  4.712 % |
111.56/111.63	c |    443178 |    6136    19197 |   12904    9701   498137    51.3 |  6.154 % |
166.14/166.24	c |    664862 |    6136    19197 |   14195   13154   657762    50.0 |  6.154 % |
247.13/247.30	c |    997387 |    6136    19197 |   15614   11831   481735    40.7 |  6.154 % |
357.90/358.01	c |   1496175 |    6136    19197 |   17175    9795   372389    38.0 |  6.154 % |
432.77/432.94	c ==============================================================================
432.77/432.94	c UNSATISFIABLE
432.77/432.94	s UNSATISFIABLE
432.77/432.94	c _______________________________________________________________________________
432.77/432.94	c 
432.77/432.94	c restarts              : 23
432.77/432.94	c conflicts             : 1867254        (4315 /sec)
432.77/432.94	c decisions             : 2396984        (5539 /sec)
432.77/432.94	c propagations          : 0              (0 /sec)
432.77/432.94	c inspects              : 0              (0 /sec)
432.77/432.94	c CPU time              : 432.769 s
432.77/432.94	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/360182-1176957742/instance-360182-1176957742.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/node21/watcher-360182-1176957742 -o ROOT/results/node21/solver-360182-1176957742 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/360182-1176957742/minisat+ /tmp/evaluation/360182-1176957742/instance-360182-1176957742.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.91 0.95 0.98 3/77 19319
/proc/meminfo: memFree=1322808/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=1048 CPUtime=0
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 143691513 1073152 101 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 262 101 74 215 0 44 0

[startup+0.086945 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 19319
/proc/meminfo: memFree=1322808/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=1764 CPUtime=0.08
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 288 0 0 0 8 0 0 0 18 0 1 0 143691513 1806336 273 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 441 273 74 215 0 223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1764

[startup+0.101946 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 19319
/proc/meminfo: memFree=1322808/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=1896 CPUtime=0.09
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 343 0 0 0 9 0 0 0 18 0 1 0 143691513 1941504 328 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 474 331 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301968 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 19319
/proc/meminfo: memFree=1322808/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=2544 CPUtime=0.29
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 512 0 0 0 29 0 0 0 18 0 1 0 143691513 2605056 497 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581457 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 636 497 123 215 0 418 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2544

[startup+0.702011 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 19319
/proc/meminfo: memFree=1322808/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=3204 CPUtime=0.69
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 706 0 0 0 69 0 0 0 21 0 1 0 143691513 3280896 691 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134577192 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 801 691 123 215 0 583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3204

[startup+1.5011 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 19320
/proc/meminfo: memFree=1320368/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=3468 CPUtime=1.49
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 764 0 0 0 149 0 0 0 25 0 1 0 143691513 3551232 749 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134577398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 867 749 123 215 0 649 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3468

[startup+3.10127 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 19320
/proc/meminfo: memFree=1320048/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=3992 CPUtime=3.09
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 873 0 0 0 309 0 0 0 25 0 1 0 143691513 4087808 858 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 998 858 123 215 0 780 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3992

[startup+6.30162 s]
/proc/loadavg: 0.92 0.95 0.98 2/78 19320
/proc/meminfo: memFree=1319536/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=4384 CPUtime=6.29
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 1003 0 0 0 629 0 0 0 25 0 1 0 143691513 4489216 988 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 1096 988 123 215 0 878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4384

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.98 2/78 19320
/proc/meminfo: memFree=1318776/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=5036 CPUtime=12.69
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 1134 0 0 0 1269 0 0 0 25 0 1 0 143691513 5156864 1119 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 1259 1119 123 215 0 1041 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5036

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.98 2/78 19320
/proc/meminfo: memFree=1317688/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=5820 CPUtime=25.48
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 1347 0 0 0 2548 0 0 0 25 0 1 0 143691513 5959680 1332 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134584041 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 1455 1332 123 215 0 1237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5820

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 19320
/proc/meminfo: memFree=1317176/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=6468 CPUtime=51.08
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 1501 0 0 0 5107 1 0 0 25 0 1 0 143691513 6623232 1486 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580250 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 1617 1486 123 215 0 1399 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6468

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 19320
/proc/meminfo: memFree=1316216/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=7260 CPUtime=102.27
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 1716 0 0 0 10225 2 0 0 25 0 1 0 143691513 7434240 1701 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 1815 1701 123 215 0 1597 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7260

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1315704/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=7924 CPUtime=162.25
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 1852 0 0 0 16223 2 0 0 25 0 1 0 143691513 8114176 1837 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 1981 1837 123 215 0 1763 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7924

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1315000/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=8468 CPUtime=222.23
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2012 0 0 0 22220 3 0 0 25 0 1 0 143691513 8671232 1997 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2117 1997 123 215 0 1899 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 8468

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1314744/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=8876 CPUtime=282.21
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2085 0 0 0 28218 3 0 0 25 0 1 0 143691513 9089024 2070 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2219 2070 123 215 0 2001 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 8876

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1314232/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=9292 CPUtime=342.2
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2206 0 0 0 34216 4 0 0 25 0 1 0 143691513 9515008 2191 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2323 2191 123 215 0 2105 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 9292

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313400/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10136 CPUtime=402.19
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2417 0 0 0 40214 5 0 0 25 0 1 0 143691513 10379264 2402 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2534 2402 123 215 0 2316 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 10136

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313336/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10268 CPUtime=409.38
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2432 0 0 0 40933 5 0 0 25 0 1 0 143691513 10514432 2417 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134568543 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2567 2417 123 215 0 2349 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 10268

[startup+422.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313208/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10268 CPUtime=422.18
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2450 0 0 0 42213 5 0 0 25 0 1 0 143691513 10514432 2435 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2567 2435 123 215 0 2349 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 10268

[startup+428.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313208/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10400 CPUtime=428.58
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2461 0 0 0 42853 5 0 0 25 0 1 0 143691513 10649600 2446 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574494 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2600 2446 123 215 0 2382 0
Current children cumulated CPU time (s) 428.58
Current children cumulated vsize (KiB) 10400

[startup+430.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313208/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10400 CPUtime=430.18
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2461 0 0 0 43013 5 0 0 25 0 1 0 143691513 10649600 2446 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2600 2446 123 215 0 2382 0
Current children cumulated CPU time (s) 430.18
Current children cumulated vsize (KiB) 10400

[startup+431.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313208/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10400 CPUtime=431.77
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2461 0 0 0 43172 5 0 0 25 0 1 0 143691513 10649600 2446 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2600 2446 123 215 0 2382 0
Current children cumulated CPU time (s) 431.77
Current children cumulated vsize (KiB) 10400

[startup+432.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313208/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10400 CPUtime=432.57
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2462 0 0 0 43252 5 0 0 25 0 1 0 143691513 10649600 2447 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581439 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2600 2447 123 215 0 2382 0
Current children cumulated CPU time (s) 432.57
Current children cumulated vsize (KiB) 10400

[startup+432.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19320
/proc/meminfo: memFree=1313208/2055920 swapFree=4160292/4192956
[pid=19319] ppid=19317 vsize=10400 CPUtime=432.77
/proc/19319/stat : 19319 (minisat+) R 19317 19319 16310 0 -1 4194304 2462 0 0 0 43272 5 0 0 25 0 1 0 143691513 10649600 2447 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19319/statm: 2600 2447 123 215 0 2382 0
Current children cumulated CPU time (s) 432.77
Current children cumulated vsize (KiB) 10400

Child status: 20
Real time (s): 432.945
CPU time (s): 432.83
CPU user time (s): 432.77
CPU system time (s): 0.05999
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 10400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 432.77
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2464
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= 20
involuntary context switches= 330

runsolver used 0.542917 second user time and 1.02884 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Thu Apr 19 04:42:22 UTC 2007

IDJOB= 360182
IDBENCH= 1350
IDSOLVER= 156
FILE ID= node21/360182-1176957742

PBS_JOBID= 4605781

Free space on /tmp= 66389 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  5107a201bfa7ecd84a67ffb212d048dd

RANDOM SEED= 297510478

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:       1323280 kB
Buffers:         45988 kB
Cached:         595328 kB
SwapCached:      11144 kB
Active:         157408 kB
Inactive:       510632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323280 kB
SwapTotal:     4192956 kB
SwapFree:      4160292 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:          30212 kB
Slab:            50160 kB
Committed_AS:  1054672 kB
PageTables:       1784 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= 66389 MiB

End job on node21 on Thu Apr 19 04:49:35 UTC 2007