Trace number 3466786

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MinisatID 2.4.8-gmp? (TO) 1800.11 1802.06

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.06/1800.01	>>> Terminate signal received

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3466786-1307407938/watcher-3466786-1307407938 -o /tmp/evaluation-result-3466786-1307407938/solver-3466786-1307407938 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466786-1307407938.opb --verbosity=0 --format=opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.47 1.77 2/483 13025
/proc/meminfo: memFree=24567332/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=7976 CPUtime=0 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 516 0 0 0 0 0 0 0 24 0 1 0 931024521 8167424 463 33554432000 4194304 6736272 140735048106016 18446744073709551615 5812155 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 1994 463 248 621 0 1364 0

[startup+0.0813169 s]
/proc/loadavg: 1.02 1.47 1.77 2/483 13025
/proc/meminfo: memFree=24567332/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=14700 CPUtime=0.07 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 2182 0 0 0 7 0 0 0 24 0 1 0 931024521 15052800 2129 33554432000 4194304 6736272 140735048106016 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 3675 2130 248 621 0 3045 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14700

[startup+0.100313 s]
/proc/loadavg: 1.02 1.47 1.77 2/483 13025
/proc/meminfo: memFree=24567332/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=16240 CPUtime=0.09 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 2601 0 0 0 9 0 0 0 24 0 1 0 931024521 16629760 2548 33554432000 4194304 6736272 140735048106016 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 4060 2549 248 621 0 3430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16240

[startup+0.300282 s]
/proc/loadavg: 1.02 1.47 1.77 2/483 13025
/proc/meminfo: memFree=24567332/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=34236 CPUtime=0.29 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 7024 0 0 0 28 1 0 0 25 0 1 0 931024521 35057664 6971 33554432000 4194304 6736272 140735048106016 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 8559 6971 248 621 0 7929 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34236

[startup+0.701217 s]
/proc/loadavg: 1.02 1.47 1.77 2/483 13025
/proc/meminfo: memFree=24567332/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=69596 CPUtime=0.69 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 15780 0 0 0 67 2 0 0 25 0 1 0 931024521 71266304 15727 33554432000 4194304 6736272 140735048106016 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 17399 15727 248 621 0 16769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69596

[startup+1.50106 s]
/proc/loadavg: 1.02 1.47 1.77 3/484 13026
/proc/meminfo: memFree=24468124/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=139160 CPUtime=1.49 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 33328 0 0 0 145 4 0 0 25 0 1 0 931024521 142499840 32944 33554432000 4194304 6736272 140735048106016 18446744073709551615 5809611 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 34790 32945 248 621 0 34160 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139160

[startup+3.10072 s]
/proc/loadavg: 1.10 1.48 1.77 3/484 13026
/proc/meminfo: memFree=24371928/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=249060 CPUtime=3.09 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 61317 0 0 0 301 8 0 0 25 0 1 0 931024521 255037440 60046 33554432000 4194304 6736272 140735048106016 18446744073709551615 5314098 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 62265 60046 248 621 0 61635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 249060

[startup+6.30118 s]
/proc/loadavg: 1.10 1.48 1.77 3/484 13026
/proc/meminfo: memFree=24102972/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=545064 CPUtime=6.29 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 138012 0 0 0 612 17 0 0 25 0 1 0 931024521 558145536 133320 33554432000 4194304 6736272 140735048106016 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 136266 133321 265 621 0 135636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 545064

[startup+12.701 s]
/proc/loadavg: 1.24 1.49 1.77 3/484 13027
/proc/meminfo: memFree=23609304/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959388 CPUtime=12.69 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264101 0 0 0 1236 33 0 0 25 0 1 0 931024521 982413312 236115 33554432000 4194304 6736272 140735048106016 18446744073709551615 5149169 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239847 236115 274 621 0 239217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 959388

[startup+25.5007 s]
/proc/loadavg: 1.35 1.51 1.78 3/484 13027
/proc/meminfo: memFree=23607496/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959388 CPUtime=25.5 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264486 0 0 0 2516 34 0 0 25 0 1 0 931024521 982413312 236500 33554432000 4194304 6736272 140735048106016 18446744073709551615 5146950 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239847 236500 275 621 0 239217 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 959388

[startup+51.101 s]
/proc/loadavg: 1.57 1.55 1.78 3/484 13028
/proc/meminfo: memFree=23607416/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959388 CPUtime=51.1 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264495 0 0 0 5076 34 0 0 25 0 1 0 931024521 982413312 236508 33554432000 4194304 6736272 140735048106016 18446744073709551615 5154965 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239847 236508 282 621 0 239217 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 959388

[startup+102.319 s]
/proc/loadavg: 1.83 1.62 1.79 3/484 13029
/proc/meminfo: memFree=23606784/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959388 CPUtime=102.32 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264495 0 0 0 10198 34 0 0 25 0 1 0 931024521 982413312 236508 33554432000 4194304 6736272 140735048106016 18446744073709551615 5811974 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239847 236508 282 621 0 239217 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 959388

[startup+162.301 s]
/proc/loadavg: 1.93 1.69 1.80 3/484 13031
/proc/meminfo: memFree=23604008/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959388 CPUtime=162.3 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264498 0 0 0 16196 34 0 0 25 0 1 0 931024521 982413312 236510 33554432000 4194304 6736272 140735048106016 18446744073709551615 5803339 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239847 236510 282 621 0 239217 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 959388

[startup+222.301 s]
/proc/loadavg: 2.09 1.77 1.82 3/484 13032
/proc/meminfo: memFree=23604708/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959388 CPUtime=222.3 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264498 0 0 0 22196 34 0 0 25 0 1 0 931024521 982413312 236510 33554432000 4194304 6736272 140735048106016 18446744073709551615 5148117 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239847 236510 282 621 0 239217 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 959388

[startup+282.301 s]
/proc/loadavg: 2.03 1.81 1.83 3/484 13034
/proc/meminfo: memFree=23604908/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959388 CPUtime=282.3 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264499 0 0 0 28196 34 0 0 25 0 1 0 931024521 982413312 236511 33554432000 4194304 6736272 140735048106016 18446744073709551615 5811942 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239847 236511 282 621 0 239217 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 959388

[startup+342.301 s]
/proc/loadavg: 2.09 1.86 1.84 3/484 13035
/proc/meminfo: memFree=23604976/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=342.31 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264501 0 0 0 34197 34 0 0 25 0 1 0 931024521 982671360 236513 33554432000 4194304 6736272 140735048106016 18446744073709551615 4758730 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236513 282 621 0 239280 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 959640

[startup+402.301 s]
/proc/loadavg: 2.03 1.88 1.85 3/484 13037
/proc/meminfo: memFree=23605048/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=402.31 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264501 0 0 0 40197 34 0 0 25 0 1 0 931024521 982671360 236513 33554432000 4194304 6736272 140735048106016 18446744073709551615 5219552 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236513 282 621 0 239280 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 959640

[startup+462.301 s]
/proc/loadavg: 2.06 1.92 1.86 3/484 13039
/proc/meminfo: memFree=23605236/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=462.31 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264505 0 0 0 46197 34 0 0 25 0 1 0 931024521 982671360 236517 33554432000 4194304 6736272 140735048106016 18446744073709551615 5149280 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236517 284 621 0 239280 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 959640

[startup+522.301 s]
/proc/loadavg: 2.06 1.94 1.87 3/484 13040
/proc/meminfo: memFree=23605456/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=522.31 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264506 0 0 0 52197 34 0 0 25 0 1 0 931024521 982671360 236518 33554432000 4194304 6736272 140735048106016 18446744073709551615 5149345 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236518 284 621 0 239280 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 959640

[startup+582.301 s]
/proc/loadavg: 2.02 1.95 1.88 3/484 13051
/proc/meminfo: memFree=23604588/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=582.31 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264508 0 0 0 58197 34 0 0 25 0 1 0 931024521 982671360 236520 33554432000 4194304 6736272 140735048106016 18446744073709551615 5142252 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236520 284 621 0 239280 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 959640


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

/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264510 0 0 0 100199 34 0 0 25 0 1 0 931024521 982671360 236522 33554432000 4194304 6736272 140735048106016 18446744073709551615 5803203 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236522 284 621 0 239280 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 959640

[startup+1062.3 s]
/proc/loadavg: 2.08 2.03 1.92 3/484 13064
/proc/meminfo: memFree=23605656/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1062.33 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264510 0 0 0 106199 34 0 0 25 0 1 0 931024521 982671360 236522 33554432000 4194304 6736272 140735048106016 18446744073709551615 4755845 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236522 284 621 0 239280 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 959640

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 1.92 3/484 13065
/proc/meminfo: memFree=23605484/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1122.33 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264510 0 0 0 112199 34 0 0 25 0 1 0 931024521 982671360 236522 33554432000 4194304 6736272 140735048106016 18446744073709551615 5806446 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236522 284 621 0 239280 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 959640

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/484 13067
/proc/meminfo: memFree=23605056/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1182.33 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264510 0 0 0 118199 34 0 0 25 0 1 0 931024521 982671360 236522 33554432000 4194304 6736272 140735048106016 18446744073709551615 5148079 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236522 284 621 0 239280 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 959640

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/484 13068
/proc/meminfo: memFree=23604508/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1242.33 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264510 0 0 0 124199 34 0 0 25 0 1 0 931024521 982671360 236522 33554432000 4194304 6736272 140735048106016 18446744073709551615 5806367 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236522 284 621 0 239280 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 959640

[startup+1302.3 s]
/proc/loadavg: 2.09 2.03 1.93 3/484 13070
/proc/meminfo: memFree=23602956/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1302.34 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264511 0 0 0 130200 34 0 0 25 0 1 0 931024521 982671360 236523 33554432000 4194304 6736272 140735048106016 18446744073709551615 5806460 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236523 284 621 0 239280 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 959640

[startup+1362.3 s]
/proc/loadavg: 2.07 2.04 1.94 3/484 13072
/proc/meminfo: memFree=23604012/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1362.34 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264511 0 0 0 136200 34 0 0 25 0 1 0 931024521 982671360 236523 33554432000 4194304 6736272 140735048106016 18446744073709551615 5803152 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236523 284 621 0 239280 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 959640

[startup+1422.32 s]
/proc/loadavg: 2.02 2.03 1.94 3/484 13073
/proc/meminfo: memFree=23603960/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1422.36 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264511 0 0 0 142202 34 0 0 25 0 1 0 931024521 982671360 236523 33554432000 4194304 6736272 140735048106016 18446744073709551615 5219536 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236523 284 621 0 239280 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 959640

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/484 13075
/proc/meminfo: memFree=23603656/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1482.34 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264511 0 0 0 148200 34 0 0 25 0 1 0 931024521 982671360 236523 33554432000 4194304 6736272 140735048106016 18446744073709551615 5808528 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236523 284 621 0 239280 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 959640

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/484 13076
/proc/meminfo: memFree=23604964/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1542.34 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264511 0 0 0 154200 34 0 0 25 0 1 0 931024521 982671360 236523 33554432000 4194304 6736272 140735048106016 18446744073709551615 4756032 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236523 284 621 0 239280 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 959640

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/484 13078
/proc/meminfo: memFree=23605164/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1602.34 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264512 0 0 0 160200 34 0 0 25 0 1 0 931024521 982671360 236524 33554432000 4194304 6736272 140735048106016 18446744073709551615 4734638 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236524 284 621 0 239280 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 959640

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/484 13080
/proc/meminfo: memFree=23604976/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1662.35 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264512 0 0 0 166201 34 0 0 25 0 1 0 931024521 982671360 236524 33554432000 4194304 6736272 140735048106016 18446744073709551615 5817043 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236524 284 621 0 239280 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 959640

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/484 13081
/proc/meminfo: memFree=23604808/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1722.35 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264512 0 0 0 172201 34 0 0 25 0 1 0 931024521 982671360 236524 33554432000 4194304 6736272 140735048106016 18446744073709551615 5222025 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236524 284 621 0 239280 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 959640

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/484 13083
/proc/meminfo: memFree=23602780/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1782.35 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264512 0 0 0 178201 34 0 0 25 0 1 0 931024521 982671360 236524 33554432000 4194304 6736272 140735048106016 18446744073709551615 5151464 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236524 284 621 0 239280 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 959640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.95 2/482 13084
/proc/meminfo: memFree=23720576/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1800.06 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) R 13023 13025 10702 0 -1 4202496 264512 0 0 0 179972 34 0 0 25 0 1 0 931024521 982671360 236524 33554432000 4194304 6736272 140735048106016 18446744073709551615 5806346 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236524 284 621 0 239280 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 959640

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13025

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 1.95 1/483 13085
/proc/meminfo: memFree=23719576/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1800.07 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) S 13023 13025 10702 0 -1 4202496 264513 0 0 0 179973 34 0 0 25 0 1 0 931024521 982671360 236525 33554432000 4194304 6736272 140735048106016 18446744073709551615 5924238 0 16384 4096 17571 18446604451330462656 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236525 285 621 0 239280 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 959640

[startup+1801.82 s]
/proc/loadavg: 1.84 1.98 1.94 2/485 13112
/proc/meminfo: memFree=23689432/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1800.07 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) S 13023 13025 10702 0 -1 4202496 264513 0 0 0 179973 34 0 0 25 0 1 0 931024521 982671360 236525 33554432000 4194304 6736272 140735048106016 18446744073709551615 5924238 0 16384 4096 17571 18446604451330462656 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236525 285 621 0 239280 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 959640

[startup+1802 s]
/proc/loadavg: 1.84 1.98 1.94 2/485 13112
/proc/meminfo: memFree=23689432/32950928 swapFree=61542356/67111528
[pid=13025] ppid=13023 vsize=959640 CPUtime=1800.07 cores=0,2,4,6
/proc/13025/stat : 13025 (minisatid-gmp) S 13023 13025 10702 0 -1 4202496 264513 0 0 0 179973 34 0 0 25 0 1 0 931024521 982671360 236525 33554432000 4194304 6736272 140735048106016 18446744073709551615 5924238 0 16384 4096 17571 18446604451330462656 0 0 17 4 0 0 0
/proc/13025/statm: 239910 236525 285 621 0 239280 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 959640

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.06
CPU time (s): 1800.11
CPU user time (s): 1799.73
CPU system time (s): 0.378942
CPU usage (%): 99.892
Max. virtual memory (cumulated for all children) (KiB): 959640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264513
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= 3
involuntary context switches= 4559

runsolver used 8.86365 second user time and 19.0521 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-07 02:52:18
IDJOB=3466786
IDBENCH=2960
IDSOLVER=1957
FILE ID=node116/3466786-1307407938
RUNJOBID= node116-1307407937-12978
PBS_JOBID= 13514191
Free space on /tmp= 73988 MiB

SOLVER NAME= MinisatID 2.4.8-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3466786-1307407938/watcher-3466786-1307407938 -o /tmp/evaluation-result-3466786-1307407938/solver-3466786-1307407938 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466786-1307407938.opb --verbosity=0 --format=opb 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=687620057

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24567736 kB
Buffers:        301700 kB
Cached:         593948 kB
SwapCached:      12612 kB
Active:        7714936 kB
Inactive:       396040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24567736 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:           27976 kB
Writeback:           0 kB
AnonPages:     7213652 kB
Mapped:          23816 kB
Slab:           142324 kB
PageTables:      62604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139710184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73976 MiB
End job on node116 at 2011-06-07 03:22:21