Trace number 35132

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 NameAnswerObjective functionCPU timeWall clock time
minisat+ 1.14? (TO) 1800.96 1802.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-rgn.opb
MD5SUMe9bdb75d971f85face52b6150a0bc6b1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 13258
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 6487
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 525000
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 105486
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 525000
Number of bits of the biggest sum of numbers20
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	c Parsing PB file...
0.06	c Converting 124 PB-constraints to clauses...
0.06	c   -- Unit propagations: (none)
0.06	c   -- Detecting intervals from adjacent constraints: ####################
0.06	c   -- Clauses(.)/Splits(s): (none)
0.06	c ---[ 123]---> BDD-cost:   16
0.06	c ---[ 122]---> BDD-cost:   16
0.06	c ---[ 121]---> BDD-cost:   16
0.06	c ---[ 120]---> BDD-cost:   16
0.06	c ---[ 119]---> BDD-cost:   16
0.06	c ---[ 118]---> BDD-cost:   16
0.06	c ---[ 117]---> BDD-cost:   16
0.06	c ---[ 116]---> BDD-cost:   16
0.06	c ---[ 115]---> BDD-cost:   16
0.06	c ---[ 114]---> BDD-cost:   16
0.06	c ---[ 113]---> BDD-cost:   16
0.06	c ---[ 112]---> BDD-cost:   16
0.06	c ---[ 111]---> BDD-cost:   16
0.06	c ---[ 110]---> BDD-cost:   16
0.06	c ---[ 109]---> BDD-cost:   16
0.06	c ---[ 108]---> BDD-cost:   16
0.06	c ---[ 107]---> BDD-cost:   16
0.06	c ---[ 106]---> BDD-cost:   16
0.06	c ---[ 105]---> BDD-cost:   16
0.06	c ---[ 104]---> BDD-cost:   16
0.06	c ---[ 103]---> BDD-cost:   11
0.06	c ---[ 102]---> BDD-cost:   11
0.06	c ---[ 101]---> BDD-cost:   11
0.06	c ---[ 100]---> BDD-cost:   11
0.06	c ---[  99]---> BDD-cost:   11
0.06	c ---[  98]---> BDD-cost:   11
0.06	c ---[  97]---> BDD-cost:   11
0.06	c ---[  96]---> BDD-cost:   11
0.06	c ---[  95]---> BDD-cost:   11
0.06	c ---[  94]---> BDD-cost:   11
0.06	c ---[  93]---> BDD-cost:   11
0.06	c ---[  92]---> BDD-cost:   11
0.06	c ---[  91]---> BDD-cost:   11
0.06	c ---[  90]---> BDD-cost:   11
0.06	c ---[  89]---> BDD-cost:   11
0.06	c ---[  88]---> BDD-cost:   11
0.06	c ---[  87]---> BDD-cost:   11
0.06	c ---[  86]---> BDD-cost:   11
0.06	c ---[  85]---> BDD-cost:   11
0.06	c ---[  84]---> BDD-cost:   11
0.06	c ---[  83]---> BDD-cost:   11
0.07	c ---[  82]---> BDD-cost:   11
0.07	c ---[  81]---> BDD-cost:   11
0.07	c ---[  80]---> BDD-cost:   11
0.07	c ---[  79]---> BDD-cost:   11
0.07	c ---[  78]---> BDD-cost:   11
0.07	c ---[  77]---> BDD-cost:   11
0.07	c ---[  76]---> BDD-cost:   11
0.07	c ---[  75]---> BDD-cost:   11
0.07	c ---[  74]---> BDD-cost:   11
0.07	c ---[  73]---> BDD-cost:   11
0.07	c ---[  72]---> BDD-cost:   11
0.07	c ---[  71]---> BDD-cost:   11
0.07	c ---[  70]---> BDD-cost:   11
0.07	c ---[  69]---> BDD-cost:   11
0.07	c ---[  68]---> BDD-cost:   11
0.07	c ---[  67]---> BDD-cost:   11
0.07	c ---[  66]---> BDD-cost:   11
0.07	c ---[  65]---> BDD-cost:   11
0.07	c ---[  64]---> BDD-cost:   11
0.07	c ---[  63]---> BDD-cost:   16
0.07	c ---[  62]---> BDD-cost:   16
0.07	c ---[  61]---> BDD-cost:   16
0.07	c ---[  60]---> BDD-cost:   16
0.07	c ---[  59]---> BDD-cost:   16
0.07	c ---[  58]---> BDD-cost:   16
0.07	c ---[  57]---> BDD-cost:   16
0.07	c ---[  56]---> BDD-cost:   16
0.07	c ---[  55]---> BDD-cost:   16
0.07	c ---[  54]---> BDD-cost:   16
0.07	c ---[  53]---> BDD-cost:   16
0.07	c ---[  52]---> BDD-cost:   16
0.07	c ---[  51]---> BDD-cost:   16
0.07	c ---[  50]---> BDD-cost:   16
0.07	c ---[  49]---> BDD-cost:   16
0.07	c ---[  48]---> BDD-cost:   16
0.07	c ---[  47]---> BDD-cost:   16
0.07	c ---[  46]---> BDD-cost:   16
0.07	c ---[  45]---> BDD-cost:   16
0.07	c ---[  44]---> BDD-cost:   16
0.07	c ---[  42]---> Adder-cost: 594   maxlim: 223347   bits: 19/18
0.71	c ---[  40]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
1.03	c ---[  38]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
1.36	c ---[  36]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
1.69	c ---[  34]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
2.02	c ---[  32]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
2.35	c ---[  30]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
2.67	c ---[  28]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
3.00	c ---[  26]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
3.32	c ---[  24]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
3.65	c ---[  23]---> BDD-cost:   47
3.65	c ---[  21]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
3.97	c ---[  19]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
4.30	c ---[  17]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
4.63	c ---[  15]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
4.95	c ---[  13]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
5.28	c ---[  11]---> Adder-cost: 812   maxlim: 240967   bits: 19/18
5.60	c ---[  10]---> BDD-cost:   47
5.60	c ---[   9]---> BDD-cost:   47
5.60	c ---[   8]---> BDD-cost:   47
5.60	c ---[   6]---> Adder-cost: 592   maxlim: 223347   bits: 19/18
6.23	c ---[   4]---> Adder-cost: 594   maxlim: 223347   bits: 19/18
6.85	c ---[   2]---> Adder-cost: 594   maxlim: 223347   bits: 19/18
7.48	c ---[   0]---> Adder-cost: 594   maxlim: 223347   bits: 19/18
8.19	c ==================================[MINISAT+]==================================
8.19	c | Conflicts | Original         | Learnt                           | Progress |
8.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.19	c ==============================================================================
8.19	c |         0 |  105710   374558 |   35236       0        0     nan |  0.000 % |
8.20	c |       100 |  105702   374532 |   38759      99      348     3.5 |  4.798 % |
8.21	c |       250 |  105702   374532 |   42635     249     1151     4.6 |  4.798 % |
8.23	c |       475 |  105673   374431 |   46899     468     3386     7.2 |  4.809 % |
8.25	c |       813 |  105673   374431 |   51589     806    10184    12.6 |  4.809 % |
8.27	c |      1322 |  105673   374431 |   56747    1315    22851    17.4 |  4.809 % |
8.32	c |      2083 |  105673   374431 |   62422    2076    42161    20.3 |  4.809 % |
8.41	c |      3223 |  105665   374405 |   68664    3215    71523    22.2 |  4.815 % |
8.59	c |      4933 |  105665   374405 |   75531    4925   127397    25.9 |  4.815 % |
8.85	c |      7495 |  105641   374327 |   83084    7484   190180    25.4 |  4.833 % |
9.40	c |     11340 |  105641   374327 |   91393   11329   364096    32.1 |  4.833 % |
10.65	c |     17106 |  105641   374327 |  100532   17095   632513    37.0 |  4.833 % |
12.70	c |     25755 |  105641   374327 |  110585   25744   974531    37.9 |  4.833 % |
14.25	c |     38729 |  105580   374122 |  121644   38709  1309856    33.8 |  4.867 % |
17.13	c |     58191 |  105494   373828 |  133808   58157  1910343    32.8 |  4.914 % |
25.85	c |     87383 |  105286   373098 |  147189   87271  2970874    34.0 |  5.024 % |
35.56	c |    131173 |  105214   372854 |  161908  131008  4713147    36.0 |  5.071 % |
64.92	c |    196857 |  105206   372828 |  178099   50731  2103982    41.5 |  5.077 % |
103.56	c |    295385 |  105095   372451 |  195909  149235  5889395    39.5 |  5.152 % |
173.00	c |    443176 |  105078   372394 |  215500  118395  4555342    38.5 |  5.164 % |
293.15	c |    664860 |  104968   372018 |  237050  137791  5703594    41.4 |  5.228 % |
587.92	c |    997387 |  104950   371956 |  260755   37922  2952722    77.9 |  5.240 % |
949.51	c |   1496175 |  104788   371396 |  286830   47363  2605770    55.0 |  5.338 % |
1451.08	c |   2244359 |  104652   370926 |  315513  259273 11697057    45.1 |  5.414 % |
1802.12	c 
1802.12	c *** TERMINATED ***
1802.12	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node78/watcher-35132-1149353219 -o ROOT/results/node78/solver-35132-1149353219 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node78/35132-1149353219/instance-35132-1149353219.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1736760/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=1312 CPUtime=0
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 160 0 0 0 0 0 0 0 19 0 1 0 200350728 1343488 146 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618819 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 328 146 74 215 0 110 0

[startup+10.0018 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1727296/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=10852 CPUtime=9.99
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 2600 0 0 0 998 1 0 0 25 0 1 0 200350728 11112448 2521 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 2713 2521 123 215 0 2495 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 10852

[startup+20.0079 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1717568/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=20620 CPUtime=20
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 5045 0 0 0 1997 3 0 0 25 0 1 0 200350728 21114880 4966 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 5155 4966 123 215 0 4937 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 20620

[startup+30.0139 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1712384/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=25944 CPUtime=29.99
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 6344 0 0 0 2995 4 0 0 25 0 1 0 200350728 26566656 6265 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 6486 6265 123 215 0 6268 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 25944

[startup+40.0201 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1702848/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=35424 CPUtime=39.99
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 8705 0 0 0 3993 6 0 0 25 0 1 0 200350728 36274176 8626 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580798 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 8856 8626 123 215 0 8638 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 35424

[startup+50.0271 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1699456/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=38852 CPUtime=49.99
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 9565 0 0 0 4992 7 0 0 25 0 1 0 200350728 39784448 9486 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19990/statm: 9713 9486 123 215 0 9495 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 38852

[startup+60.0332 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1698944/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=39376 CPUtime=59.99
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 9701 0 0 0 5992 7 0 0 25 0 1 0 200350728 40321024 9622 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588609 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 9844 9622 123 215 0 9626 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 39376

[startup+70.0393 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1698944/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=39376 CPUtime=69.99
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 9702 0 0 0 6992 7 0 0 25 0 1 0 200350728 40321024 9623 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581042 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 9844 9623 123 215 0 9626 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 39376

[startup+80.0454 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1698944/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=39376 CPUtime=80
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 9703 0 0 0 7993 7 0 0 25 0 1 0 200350728 40321024 9624 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 9844 9624 123 215 0 9626 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 39376

[startup+90.0515 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1698880/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=39376 CPUtime=90
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 9704 0 0 0 8993 7 0 0 25 0 1 0 200350728 40321024 9625 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19990/statm: 9844 9625 123 215 0 9626 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 39376

[startup+100.058 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1698816/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=39548 CPUtime=99.99
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 9720 0 0 0 9992 7 0 0 25 0 1 0 200350728 40497152 9641 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 9887 9641 123 215 0 9669 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (Kb) 39548

[startup+110.065 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1695488/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=42828 CPUtime=110
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 10557 0 0 0 10992 8 0 0 25 0 1 0 200350728 43855872 10478 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 10707 10478 123 215 0 10489 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 42828

[startup+120.07 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1692608/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=45768 CPUtime=120.01
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 11281 0 0 0 11992 9 0 0 25 0 1 0 200350728 46866432 11202 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 11442 11202 123 215 0 11224 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 45768

[startup+130.075 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1689024/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49168 CPUtime=130
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12157 0 0 0 12990 10 0 0 25 0 1 0 200350728 50348032 12078 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 12292 12078 123 215 0 12074 0
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 49168

[startup+140.081 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1688448/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49824 CPUtime=140
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12308 0 0 0 13990 10 0 0 25 0 1 0 200350728 51019776 12229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19990/statm: 12456 12229 123 215 0 12238 0
Current children cumulated CPU time (s) 140
Current children cumulated vsize (Kb) 49824

[startup+150.087 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1688448/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49824 CPUtime=150
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12308 0 0 0 14990 10 0 0 25 0 1 0 200350728 51019776 12229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134587949 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 12456 12229 123 215 0 12238 0
Current children cumulated CPU time (s) 150
Current children cumulated vsize (Kb) 49824

[startup+160.093 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1688448/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49824 CPUtime=160
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12308 0 0 0 15990 10 0 0 25 0 1 0 200350728 51019776 12229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584047 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 12456 12229 123 215 0 12238 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 49824

[startup+170.099 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1688448/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49824 CPUtime=170
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12308 0 0 0 16990 10 0 0 25 0 1 0 200350728 51019776 12229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 12456 12229 123 215 0 12238 0
Current children cumulated CPU time (s) 170
Current children cumulated vsize (Kb) 49824

[startup+180.104 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1688384/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49824 CPUtime=180
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12308 0 0 0 17990 10 0 0 25 0 1 0 200350728 51019776 12229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 12456 12229 123 215 0 12238 0
Current children cumulated CPU time (s) 180
Current children cumulated vsize (Kb) 49824

[startup+190.11 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1688384/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49824 CPUtime=190
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12317 0 0 0 18990 10 0 0 25 0 1 0 200350728 51019776 12238 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19990/statm: 12456 12238 123 215 0 12238 0
Current children cumulated CPU time (s) 190
Current children cumulated vsize (Kb) 49824

[startup+200.116 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1688384/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=49824 CPUtime=200
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 12317 0 0 0 19990 10 0 0 25 0 1 0 200350728 51019776 12238 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 12456 12238 123 215 0 12238 0
Current children cumulated CPU time (s) 200
Current children cumulated vsize (Kb) 49824

[startup+210.122 s]
/proc/loadavg: 1.00 0.99 0.97 2/67 19990
/proc/meminfo: memFree=1684480/2055892 swapFree=4085732/4096564

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

[pid=19990] ppid=19988 vsize=104752 CPUtime=1709.87
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 170963 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1709.87
Current children cumulated vsize (Kb) 104752

[startup+1721.03 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633600/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1719.87
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 171963 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1719.87
Current children cumulated vsize (Kb) 104752

[startup+1731.03 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633600/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1729.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 172964 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1729.88
Current children cumulated vsize (Kb) 104752

[startup+1741.04 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1739.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 173964 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1739.88
Current children cumulated vsize (Kb) 104752

[startup+1751.04 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1749.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 174964 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1749.88
Current children cumulated vsize (Kb) 104752

[startup+1761.05 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1759.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 175964 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576464 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1759.88
Current children cumulated vsize (Kb) 104752

[startup+1771.06 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1769.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 176964 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580783 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1769.88
Current children cumulated vsize (Kb) 104752

[startup+1781.06 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1779.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 177964 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1779.88
Current children cumulated vsize (Kb) 104752

[startup+1791.07 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1789.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 178964 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1789.88
Current children cumulated vsize (Kb) 104752

[startup+1792.07 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1790.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179064 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1790.88
Current children cumulated vsize (Kb) 104752

[startup+1793.08 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1791.88
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179164 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1791.88
Current children cumulated vsize (Kb) 104752

[startup+1794.08 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1792.89
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179265 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1792.89
Current children cumulated vsize (Kb) 104752

[startup+1795.09 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1793.89
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179365 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1793.89
Current children cumulated vsize (Kb) 104752

[startup+1796.09 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1794.9
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179466 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1794.9
Current children cumulated vsize (Kb) 104752

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1795.9
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179566 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1795.9
Current children cumulated vsize (Kb) 104752

[startup+1798.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1796.9
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179666 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (Kb) 104752

[startup+1799.11 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1797.91
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179767 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (Kb) 104752

[startup+1800.11 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1798.91
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179867 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1798.91
Current children cumulated vsize (Kb) 104752

[startup+1801.12 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1799.92
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 179968 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580811 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1799.92
Current children cumulated vsize (Kb) 104752

[startup+1802.12 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1800.92
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 180068 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (Kb) 104752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.13 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 20185
/proc/meminfo: memFree=1633536/2055892 swapFree=4085732/4096564
[pid=19990] ppid=19988 vsize=104752 CPUtime=1800.93
/proc/19990/stat : 19990 (minisat+) R 19988 19990 19944 0 -1 4194304 25866 0 0 0 180069 24 0 0 25 0 1 0 200350728 107266048 25787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/19990/statm: 26188 25787 123 215 0 25970 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (Kb) 104752

Sending SIGTERM to -19990
Sleeping 2 seconds

Child status: 0
Real time (s): 1802.15
CPU time (s): 1800.96
CPU user time (s): 1800.69
CPU system time (s): 0.264959
CPU usage (%): 99.9338
Max. virtual memory (cumulated for all children) (Kb): 104752

Launcher Data (download as text)

Begin job on node78 on Sat Jun  3 16:46:59 UTC 2006


FILE ID= 35132-1149353219

PBS_JOBID= 311111

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-rgn.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node78/35132-1149353219/instance-35132-1149353219.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node78/watcher-35132-1149353219 -o ROOT/results/node78/solver-35132-1149353219 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node78/35132-1149353219/instance-35132-1149353219.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  e9bdb75d971f85face52b6150a0bc6b1

RANDOM SEED= 40404768


/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.225
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	: 6006.17
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.225
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	: 5999.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1737032 kB
Buffers:         15740 kB
Cached:         244432 kB
SwapCached:       2512 kB
Active:          43528 kB
Inactive:       225452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1737032 kB
SwapTotal:     4096564 kB
SwapFree:      4085732 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            36424 kB
Committed_AS:   363548 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node78 on Sat Jun  3 17:17:01 UTC 2006