Trace number 3466393

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.09 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
MD5SUM7371465ba0e0d5bc10bb1d033f8bcd56
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
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.05/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-3466393-1307408424/watcher-3466393-1307408424 -o /tmp/evaluation-result-3466393-1307408424/solver-3466393-1307408424 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466393-1307408424.opb --verbosity=0 --format=opb 

running on 4 cores: 1,3,5,7

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.07 1.02 1.16 3/495 21517
/proc/meminfo: memFree=26330092/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=7976 CPUtime=0 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 931073075 8167424 480 33554432000 4194304 6736272 140736532905120 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 1994 481 248 621 0 1364 0

[startup+0.0896301 s]
/proc/loadavg: 1.07 1.02 1.16 3/495 21517
/proc/meminfo: memFree=26330092/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=15360 CPUtime=0.08 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 2357 0 0 0 8 0 0 0 20 0 1 0 931073075 15728640 2304 33554432000 4194304 6736272 140736532905120 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 3840 2305 248 621 0 3210 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15360

[startup+0.100626 s]
/proc/loadavg: 1.07 1.02 1.16 3/495 21517
/proc/meminfo: memFree=26330092/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=16268 CPUtime=0.09 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 2597 0 0 0 9 0 0 0 20 0 1 0 931073075 16658432 2544 33554432000 4194304 6736272 140736532905120 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 4067 2544 248 621 0 3437 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16268

[startup+0.300588 s]
/proc/loadavg: 1.07 1.02 1.16 3/495 21517
/proc/meminfo: memFree=26330092/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=34200 CPUtime=0.29 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 7023 0 0 0 29 0 0 0 21 0 1 0 931073075 35020800 6970 33554432000 4194304 6736272 140736532905120 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 8550 6971 248 621 0 7920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34200

[startup+0.70052 s]
/proc/loadavg: 1.07 1.02 1.16 3/495 21517
/proc/meminfo: memFree=26330092/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=69592 CPUtime=0.69 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 15766 0 0 0 68 1 0 0 22 0 1 0 931073075 71262208 15713 33554432000 4194304 6736272 140736532905120 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 17398 15714 248 621 0 16768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69592

[startup+1.50037 s]
/proc/loadavg: 1.07 1.02 1.16 3/499 21524
/proc/meminfo: memFree=26194792/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=138172 CPUtime=1.49 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 33762 0 0 0 146 3 0 0 25 0 1 0 931073075 141488128 32638 33554432000 4194304 6736272 140736532905120 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 34543 32639 265 621 0 33913 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138172

[startup+3.10107 s]
/proc/loadavg: 1.07 1.02 1.16 3/499 21524
/proc/meminfo: memFree=25998672/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=263352 CPUtime=3.09 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70038 0 0 0 303 6 0 0 25 0 1 0 931073075 269672448 63818 33554432000 4194304 6736272 140736532905120 18446744073709551615 5818509 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 65838 63818 274 621 0 65208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263352

[startup+6.30047 s]
/proc/loadavg: 1.14 1.03 1.17 3/499 21525
/proc/meminfo: memFree=25703180/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=263352 CPUtime=6.29 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70137 0 0 0 623 6 0 0 25 0 1 0 931073075 269672448 63917 33554432000 4194304 6736272 140736532905120 18446744073709551615 4747840 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 65838 63917 275 621 0 65208 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263352

[startup+12.7003 s]
/proc/loadavg: 1.21 1.05 1.17 3/499 21525
/proc/meminfo: memFree=25110348/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=263352 CPUtime=12.69 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70137 0 0 0 1263 6 0 0 25 0 1 0 931073075 269672448 63917 33554432000 4194304 6736272 140736532905120 18446744073709551615 4734806 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 65838 63917 275 621 0 65208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263352

[startup+25.5009 s]
/proc/loadavg: 1.38 1.09 1.19 3/499 21525
/proc/meminfo: memFree=25109700/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=263352 CPUtime=25.49 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70150 0 0 0 2543 6 0 0 25 0 1 0 931073075 269672448 63930 33554432000 4194304 6736272 140736532905120 18446744073709551615 5219603 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 65838 63930 282 621 0 65208 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 263352

[startup+51.1002 s]
/proc/loadavg: 1.59 1.16 1.21 3/499 21535
/proc/meminfo: memFree=25099380/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=263352 CPUtime=51.09 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70152 0 0 0 5103 6 0 0 25 0 1 0 931073075 269672448 63931 33554432000 4194304 6736272 140736532905120 18446744073709551615 5811850 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 65838 63931 282 621 0 65208 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 263352

[startup+102.319 s]
/proc/loadavg: 1.82 1.29 1.25 3/499 21536
/proc/meminfo: memFree=25096204/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=263352 CPUtime=102.31 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70155 0 0 0 10225 6 0 0 25 0 1 0 931073075 269672448 63934 33554432000 4194304 6736272 140736532905120 18446744073709551615 4734785 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 65838 63934 282 621 0 65208 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 263352

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.29 3/499 21538
/proc/meminfo: memFree=25095068/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=264184 CPUtime=162.29 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70421 0 0 0 16223 6 0 0 25 0 1 0 931073075 270524416 64200 33554432000 4194304 6736272 140736532905120 18446744073709551615 5818068 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66046 64200 284 621 0 65416 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 264184

[startup+222.3 s]
/proc/loadavg: 2.12 1.56 1.35 3/499 21539
/proc/meminfo: memFree=25096024/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=264184 CPUtime=222.29 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70423 0 0 0 22223 6 0 0 25 0 1 0 931073075 270524416 64201 33554432000 4194304 6736272 140736532905120 18446744073709551615 4733248 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66046 64201 284 621 0 65416 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 264184

[startup+282.3 s]
/proc/loadavg: 2.04 1.64 1.38 3/499 21541
/proc/meminfo: memFree=25097592/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=264184 CPUtime=282.3 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70425 0 0 0 28224 6 0 0 25 0 1 0 931073075 270524416 64202 33554432000 4194304 6736272 140736532905120 18446744073709551615 5219615 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66046 64202 284 621 0 65416 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 264184

[startup+342.301 s]
/proc/loadavg: 2.01 1.70 1.42 3/499 21543
/proc/meminfo: memFree=25097684/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=264184 CPUtime=342.3 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70426 0 0 0 34224 6 0 0 25 0 1 0 931073075 270524416 64203 33554432000 4194304 6736272 140736532905120 18446744073709551615 5803347 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66046 64203 284 621 0 65416 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 264184

[startup+402.301 s]
/proc/loadavg: 2.07 1.77 1.46 3/499 21544
/proc/meminfo: memFree=25097792/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=264184 CPUtime=402.3 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 70456 0 0 0 40224 6 0 0 25 0 1 0 931073075 270524416 64233 33554432000 4194304 6736272 140736532905120 18446744073709551615 5818352 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66046 64233 284 621 0 65416 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 264184

[startup+462.301 s]
/proc/loadavg: 2.09 1.83 1.49 3/499 21546
/proc/meminfo: memFree=25094804/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=264184 CPUtime=462.31 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 71242 0 0 0 46224 7 0 0 25 0 1 0 931073075 270524416 65019 33554432000 4194304 6736272 140736532905120 18446744073709551615 5803283 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66046 65019 285 621 0 65416 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 264184

[startup+522.301 s]
/proc/loadavg: 2.03 1.85 1.52 3/499 21547
/proc/meminfo: memFree=25094276/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=264184 CPUtime=522.31 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 71376 0 0 0 52224 7 0 0 25 0 1 0 931073075 270524416 65153 33554432000 4194304 6736272 140736532905120 18446744073709551615 4747840 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66046 65153 285 621 0 65416 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 264184

[startup+582.301 s]
/proc/loadavg: 2.01 1.88 1.55 3/499 21549
/proc/meminfo: memFree=25088300/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=271484 CPUtime=582.31 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 72923 0 0 0 58224 7 0 0 25 0 1 0 931073075 277999616 66699 33554432000 4194304 6736272 140736532905120 18446744073709551615 5806354 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 67871 66699 285 621 0 67241 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 271484


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

[startup+822.3 s]
/proc/loadavg: 2.03 1.96 1.65 3/499 21555
/proc/meminfo: memFree=25089164/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=271640 CPUtime=822.31 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 77740 0 0 0 82223 8 0 0 25 0 1 0 931073075 278159360 66560 33554432000 4194304 6736272 140736532905120 18446744073709551615 5806452 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 67910 66560 285 621 0 67280 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 271640

[startup+882.301 s]
/proc/loadavg: 2.01 1.97 1.67 3/499 21557
/proc/meminfo: memFree=25088376/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=271640 CPUtime=882.32 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 77745 0 0 0 88224 8 0 0 25 0 1 0 931073075 278159360 66563 33554432000 4194304 6736272 140736532905120 18446744073709551615 5803218 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 67910 66563 285 621 0 67280 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 271640

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.69 3/499 21558
/proc/meminfo: memFree=25088732/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=271796 CPUtime=942.32 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 77948 0 0 0 94224 8 0 0 25 0 1 0 931073075 278319104 66765 33554432000 4194304 6736272 140736532905120 18446744073709551615 5816786 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 67949 66765 285 621 0 67319 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 271796

[startup+1002.3 s]
/proc/loadavg: 2.07 2.00 1.71 3/499 21560
/proc/meminfo: memFree=25095888/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=263176 CPUtime=1002.33 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 79627 0 0 0 100224 9 0 0 25 0 1 0 931073075 269492224 64920 33554432000 4194304 6736272 140736532905120 18446744073709551615 4747840 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 65794 64920 285 621 0 65164 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 263176

[startup+1062.3 s]
/proc/loadavg: 2.06 2.01 1.73 3/499 21562
/proc/meminfo: memFree=25093516/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=266488 CPUtime=1062.33 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 80391 0 0 0 106224 9 0 0 25 0 1 0 931073075 272883712 65684 33554432000 4194304 6736272 140736532905120 18446744073709551615 5149159 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66622 65684 285 621 0 65992 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 266488

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.75 3/499 21563
/proc/meminfo: memFree=25093604/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=266488 CPUtime=1122.33 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 80475 0 0 0 112224 9 0 0 25 0 1 0 931073075 272883712 65767 33554432000 4194304 6736272 140736532905120 18446744073709551615 4747840 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 66622 65767 285 621 0 65992 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 266488

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/499 21565
/proc/meminfo: memFree=25085520/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1182.33 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82007 0 0 0 118224 9 0 0 25 0 1 0 931073075 280125440 67298 33554432000 4194304 6736272 140736532905120 18446744073709551615 5806437 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67298 285 621 0 67760 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 273560

[startup+1242.3 s]
/proc/loadavg: 2.13 2.03 1.78 3/499 21566
/proc/meminfo: memFree=25085608/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1242.33 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82008 0 0 0 124224 9 0 0 25 0 1 0 931073075 280125440 67299 33554432000 4194304 6736272 140736532905120 18446744073709551615 5148079 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67299 285 621 0 67760 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 273560

[startup+1302.3 s]
/proc/loadavg: 2.11 2.04 1.80 3/499 21568
/proc/meminfo: memFree=25084456/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1302.34 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 130225 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5803381 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 273560

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 1.81 3/499 21570
/proc/meminfo: memFree=25084672/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1362.33 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 136224 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5155038 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 273560

[startup+1422.32 s]
/proc/loadavg: 2.01 2.02 1.82 3/499 21571
/proc/meminfo: memFree=25085504/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1422.35 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 142226 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5812000 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 273560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.83 3/499 21573
/proc/meminfo: memFree=25084848/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1482.34 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 148225 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5149152 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 273560

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 1.84 3/499 21575
/proc/meminfo: memFree=25085564/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1542.34 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 154225 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5148079 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 273560

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 1.84 3/499 21576
/proc/meminfo: memFree=25085772/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1602.34 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 160225 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5803183 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 273560

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.85 3/499 21578
/proc/meminfo: memFree=25085748/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1662.34 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 166225 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5149152 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 273560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/499 21579
/proc/meminfo: memFree=25085596/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1722.34 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 172225 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5811937 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 273560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/499 21581
/proc/meminfo: memFree=25083460/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1782.35 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 178226 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 4754105 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 273560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.13 2.03 1.87 3/499 21581
/proc/meminfo: memFree=25085304/32950928 swapFree=34421304/67111528
[pid=21517] ppid=21515 vsize=273560 CPUtime=1800.05 cores=1,3,5,7
/proc/21517/stat : 21517 (minisatid-gmp) R 21515 21517 19389 0 -1 4202496 82194 0 0 0 179996 9 0 0 25 0 1 0 931073075 280125440 67485 33554432000 4194304 6736272 140736532905120 18446744073709551615 5148165 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/21517/statm: 68390 67485 285 621 0 67760 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 273560

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

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

Child status: 0
Real time (s): 1800.03
CPU time (s): 1800.09
CPU user time (s): 1799.98
CPU system time (s): 0.110983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 297416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82199
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= 5
involuntary context switches= 3236

runsolver used 9.04262 second user time and 20.3259 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-07 03:00:24
IDJOB=3466393
IDBENCH=2973
IDSOLVER=1957
FILE ID=node113/3466393-1307408424
RUNJOBID= node113-1307408424-21504
PBS_JOBID= 13514194
Free space on /tmp= 73844 MiB

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

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

MD5SUM BENCH= 7371465ba0e0d5bc10bb1d033f8bcd56
RANDOM SEED=790901849

node113.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.846
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.69
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.846
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	: 5332.76
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.846
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.74
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26330372 kB
Buffers:        317276 kB
Cached:         948724 kB
SwapCached:      13476 kB
Active:        5486424 kB
Inactive:       810444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26330372 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           12844 kB
Writeback:           0 kB
AnonPages:     5029140 kB
Mapped:          20240 kB
Slab:           137936 kB
PageTables:     116280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154768228 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= 73824 MiB
End job on node113 at 2011-06-07 03:30:26