Trace number 349965

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.07 1801.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
Number of bits of the biggest sum of numbers12
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.00/0.00	c Converting 10 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: #####
0.00/0.00	c   -- Clauses(.)/Splits(s): (none)
0.00/0.00	c ---[   8]---> Adder-cost: 240   maxlim: 1086   bits: 12/11
0.00/0.02	c ---[   6]---> Adder-cost: 230   maxlim: 880   bits: 11/10
0.00/0.04	c ---[   4]---> Adder-cost: 226   maxlim: 826   bits: 11/10
0.05/0.06	c ---[   2]---> Adder-cost: 214   maxlim: 941   bits: 11/10
0.05/0.07	c ---[   0]---> Adder-cost: 224   maxlim: 1030   bits: 12/11
0.10/0.10	c ==================================[MINISAT+]==================================
0.10/0.10	c | Conflicts | Original         | Learnt                           | Progress |
0.10/0.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.10/0.10	c ==============================================================================
0.10/0.10	c |         0 |    7582    26916 |    2527       0        0     nan |  0.000 % |
0.10/0.10	c |       100 |    7574    26890 |    2779      99      554     5.6 |  9.047 % |
0.10/0.11	c |       250 |    7574    26890 |    3057     249     1769     7.1 |  9.047 % |
0.10/0.13	c |       476 |    7574    26890 |    3363     475     6524    13.7 |  9.047 % |
0.10/0.15	c |       813 |    7574    26890 |    3699     812    12687    15.6 |  9.047 % |
0.10/0.19	c |      1319 |    7574    26890 |    4069    1318    22471    17.0 |  9.047 % |
0.20/0.27	c |      2078 |    7574    26890 |    4476    2077    41371    19.9 |  9.047 % |
0.30/0.38	c |      3219 |    7574    26890 |    4924    3218    68028    21.1 |  9.047 % |
0.50/0.58	c |      4927 |    7574    26890 |    5416    4926   112179    22.8 |  9.047 % |
0.90/0.92	c |      7491 |    7574    26890 |    5958    4657   113202    24.3 |  9.047 % |
1.40/1.46	c |     11336 |    7574    26890 |    6554    5396   131655    24.4 |  9.047 % |
2.30/2.33	c |     17102 |    7574    26890 |    7209    4368   106958    24.5 |  9.047 % |
3.50/3.56	c |     25752 |    7574    26890 |    7930    5574   128163    23.0 |  9.047 % |
5.40/5.40	c |     38726 |    7574    26890 |    8723    6253   143959    23.0 |  9.047 % |
8.49/8.53	c |     58187 |    7574    26890 |    9596    7794   193211    24.8 |  9.047 % |
13.29/13.35	c |     87380 |    7574    26890 |   10555    7464   189878    25.4 |  9.047 % |
21.39/21.41	c |    131172 |    7574    26890 |   11611    8078   197325    24.4 |  9.047 % |
34.17/34.24	c |    196857 |    7560    26846 |   12772    8641   222340    25.7 |  9.210 % |
55.05/55.17	c |    295383 |    7552    26820 |   14049    9618   234047    24.3 |  9.291 % |
89.13/89.27	c |    443174 |    7544    26794 |   15454    7334   178217    24.3 |  9.373 % |
145.09/145.28	c |    664857 |    7538    26776 |   17000    9385   232939    24.8 |  9.454 % |
252.81/253.09	c |    997383 |    7530    26750 |   18700   14204   390753    27.5 |  9.536 % |
418.69/419.04	c |   1496171 |    7514    26698 |   20570   10353   277931    26.8 |  9.699 % |
627.02/627.58	c |   2244354 |    7514    26698 |   22627   20316   533469    26.3 |  9.699 % |
1000.60/1001.47	c |   3366628 |    7501    26657 |   24890   12354   279867    22.7 |  9.862 % |
1627.01/1628.33	c |   5050039 |    7501    26657 |   27379   13993   338841    24.2 |  9.862 % |
1800.05/1801.50	c 
1800.05/1801.50	c *** TERMINATED ***
1800.05/1801.50	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/349965-1176729564/instance-349965-1176729564.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/node10/watcher-349965-1176729564 -o ROOT/results/node10/solver-349965-1176729564 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/349965-1176729564/minisat+ /tmp/evaluation/349965-1176729564/instance-349965-1176729564.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.71 0.92 0.97 3/77 6715
/proc/meminfo: memFree=1804816/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=1048 CPUtime=0
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 148993944 1073152 109 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134527796 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 262 109 86 215 0 44 0

[startup+0.056163 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 6715
/proc/meminfo: memFree=1804816/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=1200 CPUtime=0.05
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 195 0 0 0 5 0 0 0 18 0 1 0 148993944 1228800 180 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134678187 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 300 180 106 215 0 82 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1200

[startup+0.101173 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 6715
/proc/meminfo: memFree=1804816/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=1528 CPUtime=0.1
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 263 0 0 0 10 0 0 0 18 0 1 0 148993944 1564672 248 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010894 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 382 248 111 215 0 164 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1528

[startup+0.301215 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 6715
/proc/meminfo: memFree=1804816/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=2056 CPUtime=0.3
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 393 0 0 0 30 0 0 0 19 0 1 0 148993944 2105344 378 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 514 378 122 215 0 296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2056

[startup+0.7013 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 6715
/proc/meminfo: memFree=1804816/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=2452 CPUtime=0.7
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 505 0 0 0 70 0 0 0 23 0 1 0 148993944 2510848 490 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583960 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 613 490 122 215 0 395 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2452

[startup+1.50147 s]
/proc/loadavg: 0.71 0.92 0.97 2/78 6716
/proc/meminfo: memFree=1803336/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=2584 CPUtime=1.5
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 541 0 0 0 150 0 0 0 25 0 1 0 148993944 2646016 526 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 646 526 122 215 0 428 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2584

[startup+3.10182 s]
/proc/loadavg: 0.71 0.92 0.97 2/78 6716
/proc/meminfo: memFree=1802888/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=2848 CPUtime=3.1
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 614 0 0 0 310 0 0 0 25 0 1 0 148993944 2916352 599 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 712 599 122 215 0 494 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2848

[startup+6.30151 s]
/proc/loadavg: 0.73 0.92 0.97 2/78 6716
/proc/meminfo: memFree=1802440/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=3240 CPUtime=6.29
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 682 0 0 0 629 0 0 0 25 0 1 0 148993944 3317760 667 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580878 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 810 667 122 215 0 592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3240

[startup+12.7019 s]
/proc/loadavg: 0.76 0.92 0.97 2/78 6716
/proc/meminfo: memFree=1802064/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=3520 CPUtime=12.69
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 756 0 0 0 1269 0 0 0 25 0 1 0 148993944 3604480 741 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 880 741 122 215 0 662 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3520

[startup+25.5017 s]
/proc/loadavg: 0.81 0.92 0.97 2/78 6716
/proc/meminfo: memFree=1801616/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=3916 CPUtime=25.48
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 877 0 0 0 2548 0 0 0 25 0 1 0 148993944 4009984 862 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581420 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 979 862 122 215 0 761 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3916

[startup+51.1012 s]
/proc/loadavg: 0.87 0.93 0.97 2/78 6716
/proc/meminfo: memFree=1801168/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=4572 CPUtime=51.06
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 1022 0 0 0 5106 0 0 0 25 0 1 0 148993944 4681728 1007 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581008 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 1143 1007 122 215 0 925 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4572

[startup+102.306 s]
/proc/loadavg: 0.94 0.94 0.97 2/78 6716
/proc/meminfo: memFree=1800144/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=5408 CPUtime=102.22
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 1229 0 0 0 10222 0 0 0 25 0 1 0 148993944 5537792 1214 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 1352 1214 122 215 0 1134 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 5408

[startup+162.301 s]
/proc/loadavg: 0.98 0.95 0.97 2/78 6716
/proc/meminfo: memFree=1799376/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=6204 CPUtime=162.17
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 1419 0 0 0 16217 0 0 0 25 0 1 0 148993944 6352896 1404 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 1551 1404 122 215 0 1333 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 6204

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.97 2/78 6716
/proc/meminfo: memFree=1799120/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=6480 CPUtime=222.11
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 1506 0 0 0 22211 0 0 0 25 0 1 0 148993944 6635520 1491 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 1620 1491 122 215 0 1402 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 6480

[startup+282.301 s]
/proc/loadavg: 0.99 0.96 0.97 2/78 6716
/proc/meminfo: memFree=1798672/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=6956 CPUtime=282.08
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 1616 0 0 0 28207 1 0 0 25 0 1 0 148993944 7122944 1601 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576672 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 1739 1601 122 215 0 1521 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 6956

[startup+342.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/78 6716
/proc/meminfo: memFree=1798224/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=7416 CPUtime=342.04
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 1712 0 0 0 34203 1 0 0 25 0 1 0 148993944 7593984 1697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 1854 1697 122 215 0 1636 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 7416

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6716
/proc/meminfo: memFree=1797712/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=7988 CPUtime=401.99
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 1845 0 0 0 40198 1 0 0 25 0 1 0 148993944 8179712 1830 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 1997 1830 122 215 0 1779 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 7988

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6716
/proc/meminfo: memFree=1796816/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=8812 CPUtime=461.95
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2054 0 0 0 46194 1 0 0 25 0 1 0 148993944 9023488 2039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2203 2039 122 215 0 1985 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 8812

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6716
/proc/meminfo: memFree=1796240/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=9364 CPUtime=521.91
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2187 0 0 0 52189 2 0 0 25 0 1 0 148993944 9588736 2172 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2341 2172 122 215 0 2123 0
Current children cumulated CPU time (s) 521.91
Current children cumulated vsize (KiB) 9364

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6716
/proc/meminfo: memFree=1795920/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=9656 CPUtime=581.86
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2242 0 0 0 58184 2 0 0 25 0 1 0 148993944 9887744 2227 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2414 2227 122 215 0 2196 0
Current children cumulated CPU time (s) 581.86
Current children cumulated vsize (KiB) 9656

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6716
/proc/meminfo: memFree=1795344/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=10200 CPUtime=641.82
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2385 0 0 0 64180 2 0 0 25 0 1 0 148993944 10444800 2370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580756 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2550 2370 122 215 0 2332 0
Current children cumulated CPU time (s) 641.82
Current children cumulated vsize (KiB) 10200


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

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6718
/proc/meminfo: memFree=1794384/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=11056 CPUtime=881.64
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2592 0 0 0 88161 3 0 0 25 0 1 0 148993944 11321344 2577 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2764 2577 122 215 0 2546 0
Current children cumulated CPU time (s) 881.64
Current children cumulated vsize (KiB) 11056

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6718
/proc/meminfo: memFree=1794256/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=11228 CPUtime=941.58
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2631 0 0 0 94155 3 0 0 25 0 1 0 148993944 11497472 2616 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2807 2616 122 215 0 2589 0
Current children cumulated CPU time (s) 941.58
Current children cumulated vsize (KiB) 11228

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6718
/proc/meminfo: memFree=1794192/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=11368 CPUtime=1001.5
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2655 0 0 0 100147 3 0 0 25 0 1 0 148993944 11640832 2640 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580274 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2842 2640 122 215 0 2624 0
Current children cumulated CPU time (s) 1001.5
Current children cumulated vsize (KiB) 11368

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6718
/proc/meminfo: memFree=1793680/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=11944 CPUtime=1061.46
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2783 0 0 0 106143 3 0 0 25 0 1 0 148993944 12230656 2768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 2986 2768 122 215 0 2768 0
Current children cumulated CPU time (s) 1061.46
Current children cumulated vsize (KiB) 11944

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6718
/proc/meminfo: memFree=1793552/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12088 CPUtime=1121.41
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2817 0 0 0 112138 3 0 0 25 0 1 0 148993944 12378112 2802 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3022 2802 122 215 0 2804 0
Current children cumulated CPU time (s) 1121.41
Current children cumulated vsize (KiB) 12088

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6718
/proc/meminfo: memFree=1793488/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12088 CPUtime=1181.35
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2830 0 0 0 118132 3 0 0 25 0 1 0 148993944 12378112 2815 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3022 2815 122 215 0 2804 0
Current children cumulated CPU time (s) 1181.35
Current children cumulated vsize (KiB) 12088

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 6718
/proc/meminfo: memFree=1793360/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12088 CPUtime=1241.32
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2849 0 0 0 124128 4 0 0 25 0 1 0 148993944 12378112 2834 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3022 2834 122 215 0 2804 0
Current children cumulated CPU time (s) 1241.32
Current children cumulated vsize (KiB) 12088

[startup+1302.3 s]
/proc/loadavg: 1.06 0.99 0.98 2/78 6718
/proc/meminfo: memFree=1793360/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12244 CPUtime=1301.27
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2871 0 0 0 130123 4 0 0 25 0 1 0 148993944 12537856 2856 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581287 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3061 2856 122 215 0 2843 0
Current children cumulated CPU time (s) 1301.27
Current children cumulated vsize (KiB) 12244

[startup+1362.3 s]
/proc/loadavg: 1.08 1.00 0.98 2/78 6718
/proc/meminfo: memFree=1793232/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12244 CPUtime=1361.22
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2887 0 0 0 136118 4 0 0 25 0 1 0 148993944 12537856 2872 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3061 2872 122 215 0 2843 0
Current children cumulated CPU time (s) 1361.22
Current children cumulated vsize (KiB) 12244

[startup+1422.31 s]
/proc/loadavg: 1.08 1.01 0.99 2/78 6718
/proc/meminfo: memFree=1793168/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12404 CPUtime=1421.19
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2897 0 0 0 142115 4 0 0 25 0 1 0 148993944 12701696 2882 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3101 2882 122 215 0 2883 0
Current children cumulated CPU time (s) 1421.19
Current children cumulated vsize (KiB) 12404

[startup+1482.3 s]
/proc/loadavg: 1.08 1.02 0.99 2/78 6718
/proc/meminfo: memFree=1793040/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12404 CPUtime=1481.11
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2919 0 0 0 148107 4 0 0 25 0 1 0 148993944 12701696 2904 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3101 2904 122 215 0 2883 0
Current children cumulated CPU time (s) 1481.11
Current children cumulated vsize (KiB) 12404

[startup+1542.3 s]
/proc/loadavg: 1.03 1.02 0.99 2/78 6718
/proc/meminfo: memFree=1792912/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12544 CPUtime=1541.06
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2938 0 0 0 154102 4 0 0 25 0 1 0 148993944 12845056 2923 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3136 2923 122 215 0 2918 0
Current children cumulated CPU time (s) 1541.06
Current children cumulated vsize (KiB) 12544

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 0.99 2/78 6718
/proc/meminfo: memFree=1792848/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12544 CPUtime=1601.03
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 2939 0 0 0 160098 5 0 0 25 0 1 0 148993944 12845056 2924 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579525 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3136 2924 122 215 0 2918 0
Current children cumulated CPU time (s) 1601.03
Current children cumulated vsize (KiB) 12544

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 0.99 2/78 6718
/proc/meminfo: memFree=1792464/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12972 CPUtime=1660.96
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 3030 0 0 0 166091 5 0 0 25 0 1 0 148993944 13283328 3015 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3243 3015 122 215 0 3025 0
Current children cumulated CPU time (s) 1660.96
Current children cumulated vsize (KiB) 12972

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6718
/proc/meminfo: memFree=1792336/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=12972 CPUtime=1720.92
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 3050 0 0 0 172087 5 0 0 25 0 1 0 148993944 13283328 3035 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3243 3035 122 215 0 3025 0
Current children cumulated CPU time (s) 1720.92
Current children cumulated vsize (KiB) 12972

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6718
/proc/meminfo: memFree=1792080/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=13372 CPUtime=1780.86
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 3118 0 0 0 178081 5 0 0 25 0 1 0 148993944 13692928 3103 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581049 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3343 3103 122 215 0 3125 0
Current children cumulated CPU time (s) 1780.86
Current children cumulated vsize (KiB) 13372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6718
/proc/meminfo: memFree=1792016/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=13372 CPUtime=1800.05
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 3128 0 0 0 180000 5 0 0 25 0 1 0 148993944 13692928 3113 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581173 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3343 3113 122 215 0 3125 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13372

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

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6718
/proc/meminfo: memFree=1792016/2055920 swapFree=4158540/4192956
[pid=6715] ppid=6713 vsize=13372 CPUtime=1800.05
/proc/6715/stat : 6715 (minisat+) R 6713 6715 6653 0 -1 4194304 3128 0 0 0 180000 5 0 0 25 0 1 0 148993944 13692928 3113 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581173 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6715/statm: 3343 3113 122 215 0 3125 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13372

Child status: 0
Real time (s): 1801.51
CPU time (s): 1800.07
CPU user time (s): 1800
CPU system time (s): 0.06199
CPU usage (%): 99.9198
Max. virtual memory (cumulated for all children) (KiB): 13372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3129
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= 8
involuntary context switches= 41497

runsolver used 1.76173 second user time and 4.79727 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Apr 16 13:19:24 UTC 2007

IDJOB= 349965
IDBENCH= 2913
IDSOLVER= 156
FILE ID= node10/349965-1176729564

PBS_JOBID= 4559521

Free space on /tmp= 66519 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= /tmp/evaluation/349965-1176729564/minisat+ /tmp/evaluation/349965-1176729564/instance-349965-1176729564.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-349965-1176729564 -o ROOT/results/node10/conversion-349965-1176729564 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/349965-1176729564/instance-349965-1176729564.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  ae75c4a4fdafb98542bd11b7f7eecd54

RANDOM SEED= 192752957

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1805288 kB
Buffers:         26368 kB
Cached:         152960 kB
SwapCached:       2640 kB
Active:          87468 kB
Inactive:       114532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805288 kB
SwapTotal:     4192956 kB
SwapFree:      4158540 kB
Dirty:            2556 kB
Writeback:           0 kB
Mapped:          30064 kB
Slab:            34312 kB
Committed_AS:  3499144 kB
PageTables:       1708 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= 66519 MiB

End job on node10 on Mon Apr 16 13:49:28 UTC 2007