Trace number 454928

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.08 1800.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-72
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

Solver Data (download as text)

 [...]

#
# trace file is too large. Trace was truncated at this point.
#

16.55/16.78	c ---[  48]---> BDD-cost:    2
16.55/16.78	c ---[  46]---> BDD-cost:    2
16.55/16.78	c ---[  44]---> BDD-cost:    2
16.55/16.78	c ---[  42]---> BDD-cost:    2
16.55/16.78	c ---[  40]---> BDD-cost:    2
16.55/16.78	c ---[  38]---> BDD-cost:    2
16.55/16.78	c ---[  36]---> BDD-cost:    2
16.55/16.78	c ---[  34]---> BDD-cost:    2
16.55/16.78	c ---[  32]---> BDD-cost:    2
16.55/16.78	c ---[  30]---> BDD-cost:    2
16.55/16.78	c ---[  28]---> BDD-cost:    2
16.55/16.78	c ---[  26]---> BDD-cost:    2
16.55/16.78	c ---[  24]---> BDD-cost:    2
16.55/16.78	c ---[  22]---> BDD-cost:    2
16.55/16.78	c ---[  20]---> BDD-cost:    2
16.55/16.78	c ---[  18]---> BDD-cost:    2
16.55/16.78	c ---[  16]---> BDD-cost:    2
16.55/16.78	c ---[  14]---> BDD-cost:    2
16.55/16.78	c ---[  12]---> BDD-cost:    2
16.55/16.78	c ---[  10]---> BDD-cost:    2
16.55/16.78	c ---[   8]---> BDD-cost:    2
16.55/16.78	c ---[   6]---> BDD-cost:    2
16.55/16.78	c ---[   4]---> BDD-cost:    2
16.55/16.78	c ---[   2]---> BDD-cost:    2
16.55/16.78	c ---[   0]---> BDD-cost:    2
17.44/17.61	c ==================================[MINISAT+]==================================
17.44/17.61	c | Conflicts | Original         | Learnt                           | Progress |
17.44/17.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.44/17.61	c ==============================================================================
17.44/17.61	c |         0 | 1064852  2765722 |  354950       0        0     nan |  0.000 % |
18.24/18.44	c |       101 | 1064852  2765722 |  390445     101     1775    17.6 | 14.669 % |
19.24/19.46	c |       251 | 1064852  2765722 |  429489     251     3038    12.1 | 14.669 % |
22.13/22.32	c |       477 | 1064852  2765722 |  472438     477     4964    10.4 | 14.669 % |
26.63/26.83	c |       814 | 1064844  2765696 |  519682     813     7267     8.9 | 14.669 % |
31.02/31.29	c |      1320 | 1064836  2765670 |  571650    1318    15256    11.6 | 14.670 % |
37.42/37.60	c |      2080 | 1064836  2765670 |  628815    2078    20739    10.0 | 14.670 % |
50.43/50.63	c |      3219 | 1064836  2765670 |  691697    3217    29832     9.3 | 14.670 % |
75.72/75.97	c |      4927 | 1064836  2765670 |  760866    4925    41585     8.4 | 14.670 % |
113.01/113.25	c |      7489 | 1064836  2765670 |  836953    7487    61147     8.2 | 14.670 % |
167.99/168.24	c |     11333 | 1064836  2765670 |  920648   11331    92019     8.1 | 14.670 % |
255.67/255.98	c |     17099 | 1064836  2765670 | 1012713   17097   138457     8.1 | 14.670 % |
380.83/381.17	c |     25748 | 1064836  2765670 | 1113985   25746   207151     8.0 | 14.670 % |
581.49/581.88	c |     38723 | 1064836  2765670 | 1225383   38721   293204     7.6 | 14.670 % |
881.40/881.83	c |     58184 | 1064836  2765670 | 1347922   58182   428118     7.4 | 14.670 % |
1346.96/1347.60	c |     87376 | 1064836  2765670 | 1482714   87374   610962     7.0 | 14.670 % |
1800.04/1800.80	c 
1800.04/1800.80	c *** TERMINATED ***
1800.04/1800.80	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/454928-1178033976/instance-454928-1178033976.opb

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-454928-1178033976 -o ROOT/results/node9/solver-454928-1178033976 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/454928-1178033976/minisat+ /tmp/evaluation/454928-1178033976/instance-454928-1178033976.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.93 0.98 0.99 3/77 13966
/proc/meminfo: memFree=1838888/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=1316 CPUtime=0
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 279435574 1347584 154 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010894 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 329 154 74 215 0 111 0

[startup+0.0997849 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 13966
/proc/meminfo: memFree=1838888/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=2900 CPUtime=0.09
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 547 0 0 0 9 0 0 0 18 0 1 0 279435574 2969600 533 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134569953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 725 533 74 215 0 507 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2900

[startup+0.101784 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 13966
/proc/meminfo: memFree=1838888/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=2900 CPUtime=0.09
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 550 0 0 0 9 0 0 0 18 0 1 0 279435574 2969600 536 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134570011 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 725 536 74 215 0 507 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2900

[startup+0.301807 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 13966
/proc/meminfo: memFree=1838888/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=5808 CPUtime=0.29
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 1298 0 0 0 29 0 0 0 19 0 1 0 279435574 5947392 1242 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 1452 1242 74 215 0 1234 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5808

[startup+0.701853 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 13966
/proc/meminfo: memFree=1838888/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=11748 CPUtime=0.69
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 2654 0 0 0 69 0 0 0 23 0 1 0 279435574 12029952 2507 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 2937 2507 74 215 0 2719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11748

[startup+1.50194 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1826080/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=19336 CPUtime=1.49
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 4399 0 0 0 148 1 0 0 25 0 1 0 279435574 19800064 4252 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 4834 4253 74 215 0 4616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19336

[startup+3.10113 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1817440/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=31932 CPUtime=3.09
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 7555 0 0 0 305 4 0 0 25 0 1 0 279435574 32698368 7408 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 7983 7408 74 215 0 7765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31932

[startup+6.30248 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1791008/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=57276 CPUtime=6.29
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 13922 0 0 0 622 7 0 0 25 0 1 0 279435574 58650624 13775 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134629105 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 14319 13775 74 215 0 14101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57276

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1763176/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=80092 CPUtime=12.64
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 20420 0 0 0 1245 19 0 0 25 0 1 0 279435574 82014208 19200 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 20023 19200 88 215 0 19805 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 80092

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1703080/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=149200 CPUtime=25.33
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35162 0 0 0 2464 69 0 0 25 0 1 0 279435574 152780800 33107 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37300 33107 123 215 0 37082 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 149200

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1702696/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=149504 CPUtime=50.93
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35238 0 0 0 5023 70 0 0 25 0 1 0 279435574 153092096 33183 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573010 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37376 33183 123 215 0 37158 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 149504

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1702504/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=149636 CPUtime=102.11
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35299 0 0 0 10141 70 0 0 25 0 1 0 279435574 153227264 33244 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588659 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37409 33244 123 215 0 37191 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 149636

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1702120/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=150036 CPUtime=162.09
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35377 0 0 0 16138 71 0 0 25 0 1 0 279435574 153636864 33322 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37509 33322 123 215 0 37291 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 150036

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1701800/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=150356 CPUtime=222.08
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35447 0 0 0 22136 72 0 0 25 0 1 0 279435574 153964544 33392 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37589 33392 123 215 0 37371 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 150356

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1701480/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=150704 CPUtime=282.06
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35529 0 0 0 28134 72 0 0 25 0 1 0 279435574 154320896 33474 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579393 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37676 33474 123 215 0 37458 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 150704

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1701160/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=150836 CPUtime=342.05
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35598 0 0 0 34132 73 0 0 25 0 1 0 279435574 154456064 33543 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37709 33543 123 215 0 37491 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 150836

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1700840/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=151232 CPUtime=402.02
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35668 0 0 0 40129 73 0 0 25 0 1 0 279435574 154861568 33613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37808 33613 123 215 0 37590 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 151232

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1700520/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=151528 CPUtime=462.02
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35735 0 0 0 46128 74 0 0 25 0 1 0 279435574 155164672 33680 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37882 33680 123 215 0 37664 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 151528

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1700200/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=151792 CPUtime=522
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35803 0 0 0 52126 74 0 0 25 0 1 0 279435574 155435008 33748 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581186 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37948 33748 123 215 0 37730 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 151792

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1699944/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=151924 CPUtime=581.98
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35864 0 0 0 58123 75 0 0 25 0 1 0 279435574 155570176 33809 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 37981 33809 123 215 0 37763 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 151924

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1699688/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=152268 CPUtime=641.97
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 35923 0 0 0 64122 75 0 0 25 0 1 0 279435574 155922432 33868 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572721 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38067 33868 123 215 0 37849 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 152268


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

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1698792/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=153060 CPUtime=821.92
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36117 0 0 0 82115 77 0 0 25 0 1 0 279435574 156733440 34062 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38265 34062 123 215 0 38047 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 153060

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1698472/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=153192 CPUtime=881.9
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36185 0 0 0 88113 77 0 0 25 0 1 0 279435574 156868608 34130 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38298 34130 123 215 0 38080 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 153192

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1698152/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=153576 CPUtime=941.89
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36253 0 0 0 94111 78 0 0 25 0 1 0 279435574 157261824 34198 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38394 34198 123 215 0 38176 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 153576

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1697896/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=153840 CPUtime=1001.86
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36311 0 0 0 100108 78 0 0 25 0 1 0 279435574 157532160 34256 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38460 34256 123 215 0 38242 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 153840

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1697640/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=154104 CPUtime=1061.85
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36374 0 0 0 106106 79 0 0 25 0 1 0 279435574 157802496 34319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38526 34319 123 215 0 38308 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 154104

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1697320/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=154368 CPUtime=1121.83
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36437 0 0 0 112104 79 0 0 25 0 1 0 279435574 158072832 34382 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38592 34382 123 215 0 38374 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 154368

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1697064/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=154500 CPUtime=1181.82
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36498 0 0 0 118102 80 0 0 25 0 1 0 279435574 158208000 34443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38625 34443 123 215 0 38407 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 154500

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13967
/proc/meminfo: memFree=1696744/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=154764 CPUtime=1241.8
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36558 0 0 0 124100 80 0 0 25 0 1 0 279435574 158478336 34503 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38691 34503 123 215 0 38473 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 154764

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 14089
/proc/meminfo: memFree=1695016/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=155028 CPUtime=1301.73
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36613 0 0 0 130092 81 0 0 25 0 1 0 279435574 158748672 34558 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38757 34558 123 215 0 38539 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 155028

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1695912/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=155160 CPUtime=1361.66
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36675 0 0 0 136084 82 0 0 25 0 1 0 279435574 158883840 34620 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38790 34620 123 215 0 38572 0
Current children cumulated CPU time (s) 1361.66
Current children cumulated vsize (KiB) 155160

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1695656/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=155424 CPUtime=1421.64
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36734 0 0 0 142082 82 0 0 25 0 1 0 279435574 159154176 34679 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38856 34679 123 215 0 38638 0
Current children cumulated CPU time (s) 1421.64
Current children cumulated vsize (KiB) 155424

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1695400/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=155868 CPUtime=1481.62
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36790 0 0 0 148079 83 0 0 25 0 1 0 279435574 159608832 34735 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572690 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 38967 34735 123 215 0 38749 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 155868

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1695144/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=156000 CPUtime=1541.6
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36845 0 0 0 154077 83 0 0 25 0 1 0 279435574 159744000 34790 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 39000 34790 123 215 0 38782 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 156000

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1694952/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=156264 CPUtime=1601.59
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36900 0 0 0 160075 84 0 0 25 0 1 0 279435574 160014336 34845 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 39066 34845 123 215 0 38848 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 156264

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1694696/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=156396 CPUtime=1661.57
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 36953 0 0 0 166073 84 0 0 25 0 1 0 279435574 160149504 34898 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 39099 34898 123 215 0 38881 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 156396

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1694440/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=156660 CPUtime=1721.56
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 37007 0 0 0 172071 85 0 0 25 0 1 0 279435574 160419840 34952 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 39165 34952 123 215 0 38947 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 156660

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1694248/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=156792 CPUtime=1781.54
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 37054 0 0 0 178069 85 0 0 25 0 1 0 279435574 160555008 34999 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 39198 34999 123 215 0 38980 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 156792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14164
/proc/meminfo: memFree=1694120/2055920 swapFree=4145492/4192956
[pid=13966] ppid=13964 vsize=156924 CPUtime=1800.04
/proc/13966/stat : 13966 (minisat+) R 13964 13966 13449 0 -1 4194304 37068 0 0 0 179919 85 0 0 25 0 1 0 279435574 160690176 35013 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13966/statm: 39231 35013 123 215 0 39013 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 156924

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.83
CPU time (s): 1800.08
CPU user time (s): 1799.2
CPU system time (s): 0.880866
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 156924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.880866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37069
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= 17739
involuntary context switches= 39175

runsolver used 2.10868 second user time and 5.45217 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  1 15:39:36 UTC 2007

IDJOB= 454928
IDBENCH= 48230
IDSOLVER= 156
FILE ID= node9/454928-1178033976

PBS_JOBID= 4728395

Free space on /tmp= 66560 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_2.opb
COMMAND LINE= /tmp/evaluation/454928-1178033976/minisat+ /tmp/evaluation/454928-1178033976/instance-454928-1178033976.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-454928-1178033976 -o ROOT/results/node9/conversion-454928-1178033976 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/454928-1178033976/instance-454928-1178033976.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  a5ab0443a6669cc558112b6f5f13d1cd

RANDOM SEED= 47899722

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1839296 kB
Buffers:         48748 kB
Cached:          77756 kB
SwapCached:      15344 kB
Active:         106520 kB
Inactive:        43872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839296 kB
SwapTotal:     4192956 kB
SwapFree:      4145492 kB
Dirty:            9216 kB
Writeback:           0 kB
Mapped:          30432 kB
Slab:            51776 kB
Committed_AS:  8604756 kB
PageTables:       1788 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= 66556 MiB

End job on node9 on Tue May  1 16:09:43 UTC 2007