Trace number 359832

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 184.739 184.857

General information on the benchmark

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

Solver Data (download as text)

0.00/0.00	c Parsing PB file...
0.03/0.09	c Converting 2707 PB-constraints to clauses...
0.03/0.09	c   -- Unit propagations: (none)
0.03/0.09	c   -- Detecting intervals from adjacent constraints: ######################
0.03/0.09	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.09/0.10	c ---[  43]---> BDD-cost:   19
0.09/0.10	c ---[  41]---> BDD-cost:   19
0.09/0.10	c ---[  39]---> BDD-cost:   19
0.09/0.10	c ---[  37]---> BDD-cost:   19
0.09/0.10	c ---[  35]---> BDD-cost:   19
0.09/0.10	c ---[  33]---> BDD-cost:   19
0.09/0.10	c ---[  31]---> BDD-cost:   19
0.09/0.10	c ---[  29]---> BDD-cost:   19
0.09/0.10	c ---[  27]---> BDD-cost:   19
0.09/0.10	c ---[  25]---> BDD-cost:   19
0.09/0.10	c ---[  23]---> BDD-cost:   19
0.09/0.10	c ---[  21]---> BDD-cost:   19
0.09/0.10	c ---[  19]---> BDD-cost:   19
0.09/0.10	c ---[  17]---> BDD-cost:   19
0.09/0.10	c ---[  15]---> BDD-cost:   19
0.09/0.10	c ---[  13]---> BDD-cost:   19
0.09/0.10	c ---[  11]---> BDD-cost:   19
0.09/0.10	c ---[   9]---> BDD-cost:   19
0.09/0.10	c ---[   7]---> BDD-cost:   19
0.09/0.10	c ---[   5]---> BDD-cost:   19
0.09/0.10	c ---[   3]---> BDD-cost:   19
0.09/0.10	c ---[   1]---> BDD-cost:   19
0.09/0.10	c ---[   0]---> Adder-cost: 392   maxlim: 698   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 |    6383    20046 |    2127       0        0     nan |  0.000 % |
0.09/0.12	c |       100 |    6359    19964 |    2339      97     1436    14.8 |  3.535 % |
0.09/0.14	c |       250 |    6359    19964 |    2573     247     8876    35.9 |  3.534 % |
0.09/0.17	c |       475 |    6359    19964 |    2831     472    19235    40.8 |  3.534 % |
0.19/0.22	c |       813 |    6359    19964 |    3114     810    40290    49.7 |  3.534 % |
0.29/0.30	c |      1319 |    6359    19964 |    3425    1316    72079    54.8 |  3.534 % |
0.39/0.41	c |      2079 |    6359    19964 |    3768    2076   116350    56.0 |  3.534 % |
0.49/0.56	c |      3218 |    6359    19964 |    4144    3215   185821    57.8 |  3.534 % |
0.79/0.87	c |      4926 |    6341    19896 |    4559    2708   144063    53.2 |  3.725 % |
1.28/1.32	c |      7490 |    6328    19850 |    5015    2861   155367    54.3 |  3.916 % |
1.98/2.04	c |     11334 |    6319    19821 |    5516    4131   243785    59.0 |  4.107 % |
3.08/3.15	c |     17100 |    6303    19769 |    6068    4010   197938    49.4 |  4.394 % |
4.98/5.03	c |     25751 |    6303    19769 |    6675    6370   382645    60.1 |  4.394 % |
7.68/7.78	c |     38730 |    6297    19749 |    7342    5463   299563    54.8 |  4.489 % |
11.98/12.06	c |     58192 |    6197    19395 |    8077    6018   346327    57.5 |  5.826 % |
17.47/17.57	c |     87385 |    6118    19138 |    8885    5994   247865    41.4 |  7.259 % |
24.66/24.74	c |    131175 |    6118    19138 |    9773    8321   306642    36.9 |  7.259 % |
36.16/36.27	c |    196859 |    6118    19138 |   10750    8394   347633    41.4 |  7.259 % |
53.86/53.94	c |    295388 |    6118    19138 |   11825    7945   263785    33.2 |  7.259 % |
80.34/80.45	c |    443177 |    6118    19138 |   13008   10636   365940    34.4 |  7.259 % |
123.01/123.18	c |    664860 |    6118    19138 |   14309   12917   449226    34.8 |  7.259 % |
184.68/184.85	c ==============================================================================
184.68/184.85	c UNSATISFIABLE
184.68/184.85	s UNSATISFIABLE
184.68/184.85	c _______________________________________________________________________________
184.68/184.85	c 
184.68/184.85	c restarts              : 21
184.68/184.85	c conflicts             : 979185         (5301 /sec)
184.68/184.85	c decisions             : 1332535        (7214 /sec)
184.68/184.85	c propagations          : 0              (0 /sec)
184.68/184.85	c inspects              : 0              (0 /sec)
184.68/184.85	c CPU time              : 184.719 s
184.68/184.85	c _______________________________________________________________________________

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/359832-1176943927/instance-359832-1176943927.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/node48/watcher-359832-1176943927 -o ROOT/results/node48/solver-359832-1176943927 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/359832-1176943927/minisat+ /tmp/evaluation/359832-1176943927/instance-359832-1176943927.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.97 0.99 3/64 31146
/proc/meminfo: memFree=1547824/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=1048 CPUtime=0
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 49238004 1073152 100 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31146/statm: 262 100 74 215 0 44 0

[startup+0.034837 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 31146
/proc/meminfo: memFree=1547824/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=1336 CPUtime=0.03
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 179 0 0 0 3 0 0 0 18 0 1 0 49238004 1368064 164 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135005809 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31146/statm: 334 165 74 215 0 116 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1336

[startup+0.102437 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 31146
/proc/meminfo: memFree=1547824/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=1896 CPUtime=0.09
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 348 0 0 0 9 0 0 0 18 0 1 0 49238004 1941504 333 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31146/statm: 474 333 86 215 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301053 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 31146
/proc/meminfo: memFree=1547824/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=2364 CPUtime=0.29
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 492 0 0 0 29 0 0 0 18 0 1 0 49238004 2420736 477 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135003329 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31146/statm: 591 477 123 215 0 373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2364

[startup+0.701091 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 31146
/proc/meminfo: memFree=1547824/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=3156 CPUtime=0.69
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 673 0 0 0 69 0 0 0 22 0 1 0 49238004 3231744 658 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134578690 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31146/statm: 789 658 123 215 0 571 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3156

[startup+1.50116 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1545512/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=3416 CPUtime=1.48
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 749 0 0 0 148 0 0 0 25 0 1 0 49238004 3497984 734 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134576132 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 854 734 123 215 0 636 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3416

[startup+3.10131 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1544936/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=3940 CPUtime=3.08
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 869 0 0 0 308 0 0 0 25 0 1 0 49238004 4034560 854 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581210 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 985 854 123 215 0 767 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3940

[startup+6.30161 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1544168/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=4332 CPUtime=6.28
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 980 0 0 0 628 0 0 0 25 0 1 0 49238004 4435968 965 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574431 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 1083 965 123 215 0 865 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4332

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1543848/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=5024 CPUtime=12.68
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1137 0 0 0 1268 0 0 0 25 0 1 0 49238004 5144576 1122 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134577398 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 1256 1122 123 215 0 1038 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5024

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1543592/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=5024 CPUtime=25.46
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1146 0 0 0 2546 0 0 0 25 0 1 0 49238004 5144576 1131 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 1256 1131 123 215 0 1038 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5024

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1542952/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=5820 CPUtime=51.06
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1351 0 0 0 5105 1 0 0 25 0 1 0 49238004 5959680 1336 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580475 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 1455 1336 123 215 0 1237 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5820

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1541608/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=7068 CPUtime=102.23
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1653 0 0 0 10222 1 0 0 25 0 1 0 49238004 7237632 1638 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581139 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 1767 1638 123 215 0 1549 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 7068

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=162.18
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1964 0 0 0 16217 1 0 0 25 0 1 0 49238004 8450048 1949 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581036 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1949 123 215 0 1845 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 8252

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

[startup+166.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=166.18
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1965 0 0 0 16617 1 0 0 25 0 1 0 49238004 8450048 1950 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574256 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1950 123 215 0 1845 0
Current children cumulated CPU time (s) 166.18
Current children cumulated vsize (KiB) 8252

[startup+172.706 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=172.58
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1965 0 0 0 17257 1 0 0 25 0 1 0 49238004 8450048 1950 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135003913 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1950 123 215 0 1845 0
Current children cumulated CPU time (s) 172.58
Current children cumulated vsize (KiB) 8252

[startup+179.103 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=178.97
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1965 0 0 0 17896 1 0 0 25 0 1 0 49238004 8450048 1950 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1950 123 215 0 1845 0
Current children cumulated CPU time (s) 178.97
Current children cumulated vsize (KiB) 8252

[startup+182.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=182.17
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1970 0 0 0 18216 1 0 0 25 0 1 0 49238004 8450048 1955 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1955 123 215 0 1845 0
Current children cumulated CPU time (s) 182.17
Current children cumulated vsize (KiB) 8252

[startup+183.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=183.77
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1970 0 0 0 18376 1 0 0 25 0 1 0 49238004 8450048 1955 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580786 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1955 123 215 0 1845 0
Current children cumulated CPU time (s) 183.77
Current children cumulated vsize (KiB) 8252

[startup+184.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=184.17
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1970 0 0 0 18416 1 0 0 25 0 1 0 49238004 8450048 1955 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1955 123 215 0 1845 0
Current children cumulated CPU time (s) 184.17
Current children cumulated vsize (KiB) 8252

[startup+184.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=184.58
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1970 0 0 0 18457 1 0 0 25 0 1 0 49238004 8450048 1955 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1955 123 215 0 1845 0
Current children cumulated CPU time (s) 184.58
Current children cumulated vsize (KiB) 8252

[startup+184.805 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 31147
/proc/meminfo: memFree=1540328/2055920 swapFree=4184636/4192956
[pid=31146] ppid=31144 vsize=8252 CPUtime=184.68
/proc/31146/stat : 31146 (minisat+) R 31144 31146 30273 0 -1 4194304 1970 0 0 0 18467 1 0 0 25 0 1 0 49238004 8450048 1955 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134568554 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31146/statm: 2063 1955 123 215 0 1845 0
Current children cumulated CPU time (s) 184.68
Current children cumulated vsize (KiB) 8252

Child status: 20
Real time (s): 184.857
CPU time (s): 184.739
CPU user time (s): 184.72
CPU system time (s): 0.018997
CPU usage (%): 99.9363
Max. virtual memory (cumulated for all children) (KiB): 8252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.72
system time used= 0.018997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1972
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= 17
involuntary context switches= 821

runsolver used 0.19497 second user time and 0.494924 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Thu Apr 19 00:52:07 UTC 2007

IDJOB= 359832
IDBENCH= 1324
IDSOLVER= 156
FILE ID= node48/359832-1176943927

PBS_JOBID= 4605717

Free space on /tmp= 66484 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  490d573a1d39845890b306c349815f34

RANDOM SEED= 144829042

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1548232 kB
Buffers:         22740 kB
Cached:         417624 kB
SwapCached:       2044 kB
Active:         104760 kB
Inactive:       351124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548232 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          22692 kB
Slab:            37832 kB
Committed_AS:   992880 kB
PageTables:       1404 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= 66484 MiB

End job on node48 on Thu Apr 19 00:55:12 UTC 2007