Trace number 366840

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.05 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
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 14 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: #######
0.00/0.01	c   -- Clauses(.)/Splits(s): (none)
0.00/0.01	c ---[  12]---> Adder-cost: 382   maxlim: 1459   bits: 12/11
0.01/0.04	c ---[  10]---> Adder-cost: 358   maxlim: 1432   bits: 12/11
0.01/0.07	c ---[   8]---> Adder-cost: 352   maxlim: 1375   bits: 12/11
0.09/0.10	c ---[   6]---> Adder-cost: 368   maxlim: 1358   bits: 12/11
0.09/0.13	c ---[   4]---> Adder-cost: 342   maxlim: 1531   bits: 12/11
0.09/0.16	c ---[   2]---> Adder-cost: 354   maxlim: 1484   bits: 12/11
0.09/0.19	c ---[   0]---> Adder-cost: 336   maxlim: 1337   bits: 12/11
0.19/0.23	c ==================================[MINISAT+]==================================
0.19/0.23	c | Conflicts | Original         | Learnt                           | Progress |
0.19/0.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |   16957    60347 |    5652       0        0     nan |  0.000 % |
0.19/0.24	c |       101 |   16949    60321 |    6217     100      983     9.8 |  6.198 % |
0.19/0.26	c |       251 |   16929    60259 |    6838     247     2286     9.3 |  6.312 % |
0.19/0.27	c |       477 |   16929    60259 |    7522     473     4714    10.0 |  6.312 % |
0.29/0.30	c |       815 |   16929    60259 |    8275     811    10666    13.2 |  6.312 % |
0.29/0.34	c |      1321 |   16929    60259 |    9102    1317    19014    14.4 |  6.312 % |
0.39/0.41	c |      2081 |   16929    60259 |   10012    2077    37756    18.2 |  6.312 % |
0.49/0.56	c |      3221 |   16929    60259 |   11014    3217    76355    23.7 |  6.312 % |
0.79/0.85	c |      4929 |   16929    60259 |   12115    4925   134815    27.4 |  6.312 % |
1.29/1.32	c |      7491 |   16929    60259 |   13327    7487   218968    29.2 |  6.312 % |
2.10/2.18	c |     11335 |   16929    60259 |   14659   11331   389766    34.4 |  6.312 % |
3.49/3.53	c |     17103 |   16929    60259 |   16125    9567   352693    36.9 |  6.312 % |
5.99/6.06	c |     25752 |   16929    60259 |   17738    9991   394782    39.5 |  6.312 % |
9.48/9.51	c |     38731 |   16929    60259 |   19512   13922   522938    37.6 |  6.312 % |
15.59/15.68	c |     58194 |   16921    60233 |   21463   13450   522766    38.9 |  6.350 % |
24.98/25.04	c |     87388 |   16921    60233 |   23609   20916   840382    40.2 |  6.350 % |
38.78/38.80	c |    131177 |   16921    60233 |   25970   16944   624940    36.9 |  6.350 % |
67.08/67.13	c |    196862 |   16913    60207 |   28567   16487   636872    38.6 |  6.388 % |
119.86/119.93	c |    295388 |   16913    60207 |   31424   26057  1165397    44.7 |  6.388 % |
198.74/198.80	c |    443179 |   16905    60181 |   34567   22131   885357    40.0 |  6.426 % |
334.71/334.89	c |    664862 |   16905    60181 |   38023   30748  1362341    44.3 |  6.426 % |
540.96/541.16	c |    997387 |   16897    60155 |   41826   17482   660643    37.8 |  6.464 % |
856.68/856.96	c |   1496175 |   16897    60155 |   46008   19496   744677    38.2 |  6.464 % |
1413.83/1414.28	c |   2244357 |   16897    60155 |   50609   36487  1537543    42.1 |  6.464 % |
1800.04/1800.50	c 
1800.04/1800.50	c *** TERMINATED ***
1800.04/1800.50	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/366840-1177067330/instance-366840-1177067330.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/node12/watcher-366840-1177067330 -o ROOT/results/node12/solver-366840-1177067330 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/366840-1177067330/minisat+ /tmp/evaluation/366840-1177067330/instance-366840-1177067330.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.99 1.00 1.00 3/77 6517
/proc/meminfo: memFree=1745128/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=1048 CPUtime=0
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 182770425 1073152 98 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134808961 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 262 98 75 215 0 44 0

[startup+0.0129619 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 6517
/proc/meminfo: memFree=1745128/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=1064 CPUtime=0.01
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 144 0 0 0 1 0 0 0 18 0 1 0 182770425 1089536 129 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 266 129 87 215 0 48 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1064

[startup+0.101971 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 6517
/proc/meminfo: memFree=1745128/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=1336 CPUtime=0.09
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 221 0 0 0 9 0 0 0 18 0 1 0 182770425 1368064 206 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838324 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 334 206 106 215 0 116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1336

[startup+0.301991 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 6517
/proc/meminfo: memFree=1745128/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=2456 CPUtime=0.29
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 520 0 0 0 29 0 0 0 19 0 1 0 182770425 2514944 505 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580789 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 614 505 123 215 0 396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2456

[startup+0.70103 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 6517
/proc/meminfo: memFree=1745128/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=2992 CPUtime=0.69
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 647 0 0 0 69 0 0 0 23 0 1 0 182770425 3063808 632 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 748 632 123 215 0 530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2992

[startup+1.50111 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1742752/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=3792 CPUtime=1.49
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 837 0 0 0 149 0 0 0 25 0 1 0 182770425 3883008 822 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580340 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 948 822 123 215 0 730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3792

[startup+3.10127 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1741600/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=5108 CPUtime=3.09
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 1167 0 0 0 308 1 0 0 25 0 1 0 182770425 5230592 1152 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580896 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 1277 1152 123 215 0 1059 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5108

[startup+6.30159 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1740128/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=5760 CPUtime=6.29
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 1330 0 0 0 628 1 0 0 25 0 1 0 182770425 5898240 1315 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577192 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 1440 1315 123 215 0 1222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5760

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 6518
/proc/meminfo: memFree=1739168/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=6632 CPUtime=12.69
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 1540 0 0 0 1267 2 0 0 25 0 1 0 182770425 6791168 1525 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 1658 1525 123 215 0 1440 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6632

[startup+25.5015 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 6518
/proc/meminfo: memFree=1738336/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=7556 CPUtime=25.48
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 1782 0 0 0 2546 2 0 0 25 0 1 0 182770425 7737344 1767 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580908 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 1889 1767 123 215 0 1671 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7556

[startup+51.1011 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 6518
/proc/meminfo: memFree=1736736/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=9008 CPUtime=51.07
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 2139 0 0 0 5105 2 0 0 25 0 1 0 182770425 9224192 2124 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 2252 2124 123 215 0 2034 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9008

[startup+102.305 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 6518
/proc/meminfo: memFree=1734816/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=11028 CPUtime=102.26
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 2638 0 0 0 10223 3 0 0 25 0 1 0 182770425 11292672 2623 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010466 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 2757 2623 123 215 0 2539 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11028

[startup+162.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 6518
/proc/meminfo: memFree=1733984/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=11860 CPUtime=162.25
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 2838 0 0 0 16221 4 0 0 25 0 1 0 182770425 12144640 2823 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 2965 2823 123 215 0 2747 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 11860

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 6518
/proc/meminfo: memFree=1733344/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=12420 CPUtime=222.24
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 2982 0 0 0 22219 5 0 0 25 0 1 0 182770425 12718080 2967 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 3105 2967 123 215 0 2887 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 12420

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 6518
/proc/meminfo: memFree=1733088/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=12716 CPUtime=282.22
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 3044 0 0 0 28217 5 0 0 25 0 1 0 182770425 13021184 3029 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 3179 3029 123 215 0 2961 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 12716

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1731936/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=13788 CPUtime=342.2
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 3324 0 0 0 34214 6 0 0 25 0 1 0 182770425 14118912 3309 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 3447 3309 123 215 0 3229 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 13788

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1731616/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=14224 CPUtime=402.18
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 3420 0 0 0 40212 6 0 0 25 0 1 0 182770425 14565376 3405 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 3556 3405 123 215 0 3338 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 14224

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1730336/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=15464 CPUtime=462.17
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 3713 0 0 0 46210 7 0 0 25 0 1 0 182770425 15835136 3698 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 3866 3698 123 215 0 3648 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 15464

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1729824/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=16132 CPUtime=522.16
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 3861 0 0 0 52208 8 0 0 25 0 1 0 182770425 16519168 3846 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4033 3846 123 215 0 3815 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 16132

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1729376/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=16532 CPUtime=582.14
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 3958 0 0 0 58206 8 0 0 25 0 1 0 182770425 16928768 3943 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4133 3943 123 215 0 3915 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 16532

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1729376/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=16692 CPUtime=642.13
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 3973 0 0 0 64204 9 0 0 25 0 1 0 182770425 17092608 3958 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4173 3958 123 215 0 3955 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 16692


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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1728352/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=17684 CPUtime=882.07
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4230 0 0 0 88196 11 0 0 25 0 1 0 182770425 18108416 4215 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579880 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4421 4215 123 215 0 4203 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 17684

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1727648/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=18348 CPUtime=942.06
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4391 0 0 0 94194 12 0 0 25 0 1 0 182770425 18788352 4376 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4587 4376 123 215 0 4369 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 18348

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1727520/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=18520 CPUtime=1002.04
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4430 0 0 0 100192 12 0 0 25 0 1 0 182770425 18964480 4415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4630 4415 123 215 0 4412 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 18520

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1727456/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=18652 CPUtime=1062.02
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4453 0 0 0 106190 12 0 0 25 0 1 0 182770425 19099648 4438 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581116 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4663 4438 123 215 0 4445 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 18652

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1727328/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=18824 CPUtime=1122
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4477 0 0 0 112187 13 0 0 25 0 1 0 182770425 19275776 4462 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4706 4462 123 215 0 4488 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 18824

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1727200/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=18960 CPUtime=1182
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4511 0 0 0 118186 14 0 0 25 0 1 0 182770425 19415040 4496 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573805 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4740 4496 123 215 0 4522 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 18960

[startup+1242.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 6518
/proc/meminfo: memFree=1726944/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=19100 CPUtime=1241.98
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4564 0 0 0 124184 14 0 0 25 0 1 0 182770425 19558400 4549 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4775 4549 123 215 0 4557 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 19100

[startup+1302.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 6518
/proc/meminfo: memFree=1726944/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=19252 CPUtime=1301.97
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4579 0 0 0 130182 15 0 0 25 0 1 0 182770425 19714048 4564 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4813 4564 123 215 0 4595 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 19252

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6518
/proc/meminfo: memFree=1726816/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=19252 CPUtime=1361.95
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4610 0 0 0 136180 15 0 0 25 0 1 0 182770425 19714048 4595 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4813 4595 123 215 0 4595 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 19252

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1726816/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=19404 CPUtime=1421.93
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4618 0 0 0 142178 15 0 0 25 0 1 0 182770425 19869696 4603 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4851 4603 123 215 0 4633 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 19404

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1726560/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=19692 CPUtime=1481.92
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4691 0 0 0 148176 16 0 0 25 0 1 0 182770425 20164608 4676 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576506 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4923 4676 123 215 0 4705 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 19692

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1726368/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=19864 CPUtime=1541.9
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4743 0 0 0 154173 17 0 0 25 0 1 0 182770425 20340736 4728 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580786 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 4966 4728 123 215 0 4748 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 19864

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1726176/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=20032 CPUtime=1601.88
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4775 0 0 0 160171 17 0 0 25 0 1 0 182770425 20512768 4760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 5008 4760 123 215 0 4790 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 20032

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1726176/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=20032 CPUtime=1661.87
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4802 0 0 0 166169 18 0 0 25 0 1 0 182770425 20512768 4787 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580015 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 5008 4787 123 215 0 4790 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 20032

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1725984/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=20448 CPUtime=1721.85
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4882 0 0 0 172167 18 0 0 25 0 1 0 182770425 20938752 4867 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568540 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 5112 4867 123 215 0 4894 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 20448

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1725728/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=20448 CPUtime=1781.84
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4902 0 0 0 178165 19 0 0 25 0 1 0 182770425 20938752 4887 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 5112 4887 123 215 0 4894 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 20448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1725664/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=20632 CPUtime=1800.04
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4918 0 0 0 179985 19 0 0 25 0 1 0 182770425 21127168 4903 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 5158 4903 123 215 0 4940 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 20632

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6520
/proc/meminfo: memFree=1725664/2055920 swapFree=4160080/4192956
[pid=6517] ppid=6515 vsize=20632 CPUtime=1800.04
/proc/6517/stat : 6517 (minisat+) R 6515 6517 3567 0 -1 4194304 4918 0 0 0 179985 19 0 0 25 0 1 0 182770425 21127168 4903 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6517/statm: 5158 4903 123 215 0 4940 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 20632

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1799.86
CPU system time (s): 0.19597
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 20632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4919
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= 36455

runsolver used 2.23566 second user time and 4.25935 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Fri Apr 20 11:08:50 UTC 2007

IDJOB= 366840
IDBENCH= 2917
IDSOLVER= 156
FILE ID= node12/366840-1177067330

PBS_JOBID= 4640202

Free space on /tmp= 66254 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_7_60_4.opb
COMMAND LINE= /tmp/evaluation/366840-1177067330/minisat+ /tmp/evaluation/366840-1177067330/instance-366840-1177067330.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node12/convwatcher-366840-1177067330 -o ROOT/results/node12/conversion-366840-1177067330 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366840-1177067330/instance-366840-1177067330.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  dc0116cc9dd2d87e5a6934d46be3ef43

RANDOM SEED= 161908670

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1745536 kB
Buffers:         72976 kB
Cached:         158492 kB
SwapCached:      11768 kB
Active:         136580 kB
Inactive:       119660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745536 kB
SwapTotal:     4192956 kB
SwapFree:      4160080 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          31028 kB
Slab:            39624 kB
Committed_AS:  6020812 kB
PageTables:       1796 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= 66254 MiB

End job on node12 on Fri Apr 20 11:38:53 UTC 2007