Trace number 3466409

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.12 1800.07

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136-max.opb
MD5SUM14ad76473b11124898801a98a6be0f15
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397772411513099461947533223824223812108544718420760849241103931105427591146783146989758993585507676769708326131434170738798141111110216594893389039561
Number of bits of the biggest sum of numbers721
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.01	>>> 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-3466409-1307409838/watcher-3466409-1307409838 -o /tmp/evaluation-result-3466409-1307409838/solver-3466409-1307409838 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466409-1307409838.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.85 1.99 1.98 3/469 2317
/proc/meminfo: memFree=23921128/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=7336 CPUtime=0 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 365 0 0 0 0 0 0 0 22 0 1 0 931214323 7512064 312 33554432000 4194304 6736272 140733982465760 18446744073709551615 5807440 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 1834 312 248 621 0 1204 0

[startup+0.0268431 s]
/proc/loadavg: 1.85 1.99 1.98 3/469 2317
/proc/meminfo: memFree=23921128/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=9420 CPUtime=0.02 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 874 0 0 0 2 0 0 0 22 0 1 0 931214323 9646080 821 33554432000 4194304 6736272 140733982465760 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 2355 822 248 621 0 1725 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9420

[startup+0.100885 s]
/proc/loadavg: 1.85 1.99 1.98 3/469 2317
/proc/meminfo: memFree=23921128/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=15488 CPUtime=0.09 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 2382 0 0 0 9 0 0 0 22 0 1 0 931214323 15859712 2329 33554432000 4194304 6736272 140733982465760 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 3872 2330 248 621 0 3242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15488

[startup+0.300836 s]
/proc/loadavg: 1.85 1.99 1.98 3/469 2317
/proc/meminfo: memFree=23921128/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=31520 CPUtime=0.29 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 6379 0 0 0 29 0 0 0 23 0 1 0 931214323 32276480 6326 33554432000 4194304 6736272 140733982465760 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 7880 6326 248 621 0 7250 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31520

[startup+0.700754 s]
/proc/loadavg: 1.85 1.99 1.98 3/469 2317
/proc/meminfo: memFree=23921128/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=63180 CPUtime=0.69 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 14240 0 0 0 68 1 0 0 25 0 1 0 931214323 64696320 14187 33554432000 4194304 6736272 140733982465760 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 15795 14188 248 621 0 15165 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63180

[startup+1.50062 s]
/proc/loadavg: 1.85 1.99 1.98 3/470 2318
/proc/meminfo: memFree=23753720/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=125984 CPUtime=1.48 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 29946 0 0 0 145 3 0 0 25 0 1 0 931214323 129007616 29677 33554432000 4194304 6736272 140733982465760 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 31496 29678 248 621 0 30866 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 125984

[startup+3.10028 s]
/proc/loadavg: 1.85 1.99 1.98 3/470 2318
/proc/meminfo: memFree=23575908/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=251416 CPUtime=3.09 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 61616 0 0 0 300 9 0 0 25 0 1 0 931214323 257449984 60916 33554432000 4194304 6736272 140733982465760 18446744073709551615 5809611 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 62854 60916 248 621 0 62224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 251416

[startup+6.30071 s]
/proc/loadavg: 1.94 2.01 1.98 3/470 2318
/proc/meminfo: memFree=23045856/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=487100 CPUtime=6.29 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 123695 0 0 0 612 17 0 0 25 0 1 0 931214323 498790400 118740 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806341 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 121775 118740 265 621 0 121145 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 487100

[startup+12.7005 s]
/proc/loadavg: 1.94 2.01 1.98 3/470 2319
/proc/meminfo: memFree=22202612/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=12.69 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 287707 0 0 0 1231 38 0 0 25 0 1 0 931214323 1067159552 257206 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806927 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257206 268 621 0 259907 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1042148

[startup+25.5011 s]
/proc/loadavg: 1.96 2.01 1.98 3/470 2319
/proc/meminfo: memFree=22201120/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=25.49 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288175 0 0 0 2511 38 0 0 25 0 1 0 931214323 1067159552 257674 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806367 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257674 275 621 0 259907 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1042148

[startup+51.1004 s]
/proc/loadavg: 1.97 2.01 1.98 3/470 2320
/proc/meminfo: memFree=22200772/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=51.09 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288175 0 0 0 5071 38 0 0 25 0 1 0 931214323 1067159552 257674 33554432000 4194304 6736272 140733982465760 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257674 275 621 0 259907 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1042148

[startup+102.318 s]
/proc/loadavg: 1.98 2.00 1.98 3/470 2321
/proc/meminfo: memFree=22200684/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=102.31 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288250 0 0 0 10193 38 0 0 25 0 1 0 931214323 1067159552 257748 33554432000 4194304 6736272 140733982465760 18446744073709551615 4755949 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257748 282 621 0 259907 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1042148

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.98 3/470 2323
/proc/meminfo: memFree=22197936/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=162.29 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288250 0 0 0 16191 38 0 0 25 0 1 0 931214323 1067159552 257748 33554432000 4194304 6736272 140733982465760 18446744073709551615 5154965 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257748 282 621 0 259907 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1042148

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.98 3/470 2324
/proc/meminfo: memFree=22200120/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=222.29 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288251 0 0 0 22191 38 0 0 25 0 1 0 931214323 1067159552 257749 33554432000 4194304 6736272 140733982465760 18446744073709551615 5148075 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257749 282 621 0 259907 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1042148

[startup+282.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/470 2326
/proc/meminfo: memFree=22200844/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=282.29 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288251 0 0 0 28191 38 0 0 25 0 1 0 931214323 1067159552 257749 33554432000 4194304 6736272 140733982465760 18446744073709551615 5818509 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257749 282 621 0 259907 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1042148

[startup+342.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/470 2327
/proc/meminfo: memFree=22200680/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=342.3 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288252 0 0 0 34192 38 0 0 25 0 1 0 931214323 1067159552 257750 33554432000 4194304 6736272 140733982465760 18446744073709551615 5792609 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257750 282 621 0 259907 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1042148

[startup+402.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 2329
/proc/meminfo: memFree=22201028/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=402.3 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288254 0 0 0 40192 38 0 0 25 0 1 0 931214323 1067159552 257752 33554432000 4194304 6736272 140733982465760 18446744073709551615 4758647 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257752 284 621 0 259907 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1042148

[startup+462.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/470 2331
/proc/meminfo: memFree=22200604/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=462.3 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288256 0 0 0 46192 38 0 0 25 0 1 0 931214323 1067159552 257754 33554432000 4194304 6736272 140733982465760 18446744073709551615 5150567 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257754 284 621 0 259907 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1042148

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 2332
/proc/meminfo: memFree=22200828/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=522.3 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288257 0 0 0 52192 38 0 0 25 0 1 0 931214323 1067159552 257755 33554432000 4194304 6736272 140733982465760 18446744073709551615 5154864 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257755 284 621 0 259907 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1042148

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 2334
/proc/meminfo: memFree=22200552/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=582.3 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288257 0 0 0 58192 38 0 0 25 0 1 0 931214323 1067159552 257755 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806437 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257755 284 621 0 259907 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1042148


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

[startup+822.301 s]
/proc/loadavg: 2.16 2.03 2.01 3/470 2340
/proc/meminfo: memFree=22200668/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=822.32 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288259 0 0 0 82193 39 0 0 25 0 1 0 931214323 1067159552 257757 33554432000 4194304 6736272 140733982465760 18446744073709551615 5148023 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257757 284 621 0 259907 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1042148

[startup+882.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/470 2342
/proc/meminfo: memFree=22199904/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=882.32 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288259 0 0 0 88193 39 0 0 25 0 1 0 931214323 1067159552 257757 33554432000 4194304 6736272 140733982465760 18446744073709551615 5146886 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257757 284 621 0 259907 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1042148

[startup+942.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/470 2346
/proc/meminfo: memFree=22200536/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=942.32 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288259 0 0 0 94193 39 0 0 25 0 1 0 931214323 1067159552 257757 33554432000 4194304 6736272 140733982465760 18446744073709551615 5817966 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257757 284 621 0 259907 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1042148

[startup+1002.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/470 2348
/proc/meminfo: memFree=22200400/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1002.32 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288259 0 0 0 100193 39 0 0 25 0 1 0 931214323 1067159552 257757 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806424 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257757 284 621 0 259907 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1042148

[startup+1062.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/470 2350
/proc/meminfo: memFree=22200488/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1062.32 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288260 0 0 0 106193 39 0 0 25 0 1 0 931214323 1067159552 257758 33554432000 4194304 6736272 140733982465760 18446744073709551615 5818053 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257758 284 621 0 259907 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1042148

[startup+1122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/470 2351
/proc/meminfo: memFree=22200336/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1122.33 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288260 0 0 0 112194 39 0 0 25 0 1 0 931214323 1067159552 257758 33554432000 4194304 6736272 140733982465760 18446744073709551615 5817948 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257758 284 621 0 259907 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1042148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 2353
/proc/meminfo: memFree=22199684/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1182.33 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288260 0 0 0 118194 39 0 0 25 0 1 0 931214323 1067159552 257758 33554432000 4194304 6736272 140733982465760 18446744073709551615 5221904 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257758 284 621 0 259907 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1042148

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 2354
/proc/meminfo: memFree=22199796/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1242.33 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288260 0 0 0 124194 39 0 0 25 0 1 0 931214323 1067159552 257758 33554432000 4194304 6736272 140733982465760 18446744073709551615 4753634 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257758 284 621 0 259907 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1042148

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 2356
/proc/meminfo: memFree=22199020/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1302.34 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288261 0 0 0 130195 39 0 0 25 0 1 0 931214323 1067159552 257759 33554432000 4194304 6736272 140733982465760 18446744073709551615 5803361 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257759 284 621 0 259907 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1042148

[startup+1362.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/470 2358
/proc/meminfo: memFree=22199240/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1362.34 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288261 0 0 0 136194 40 0 0 25 0 1 0 931214323 1067159552 257759 33554432000 4194304 6736272 140733982465760 18446744073709551615 5148038 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257759 284 621 0 259907 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1042148

[startup+1422.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/470 2359
/proc/meminfo: memFree=22199192/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1422.36 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288261 0 0 0 142196 40 0 0 25 0 1 0 931214323 1067159552 257759 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806460 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257759 284 621 0 259907 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 1042148

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/470 2361
/proc/meminfo: memFree=22198792/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1482.34 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288261 0 0 0 148194 40 0 0 25 0 1 0 931214323 1067159552 257759 33554432000 4194304 6736272 140733982465760 18446744073709551615 5221930 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257759 284 621 0 259907 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1042148

[startup+1542.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/470 2362
/proc/meminfo: memFree=22199980/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1542.34 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288261 0 0 0 154194 40 0 0 25 0 1 0 931214323 1067159552 257759 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806413 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257759 284 621 0 259907 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1042148

[startup+1602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/470 2364
/proc/meminfo: memFree=22199952/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1602.35 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288262 0 0 0 160195 40 0 0 25 0 1 0 931214323 1067159552 257760 33554432000 4194304 6736272 140733982465760 18446744073709551615 5803333 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257760 284 621 0 259907 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 1042148

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 2366
/proc/meminfo: memFree=22200412/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1662.35 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288262 0 0 0 166195 40 0 0 25 0 1 0 931214323 1067159552 257760 33554432000 4194304 6736272 140733982465760 18446744073709551615 4754055 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257760 284 621 0 259907 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 1042148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 2367
/proc/meminfo: memFree=22200376/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1722.35 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288262 0 0 0 172195 40 0 0 25 0 1 0 931214323 1067159552 257760 33554432000 4194304 6736272 140733982465760 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257760 284 621 0 259907 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1042148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 2369
/proc/meminfo: memFree=22197992/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1782.35 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288262 0 0 0 178195 40 0 0 25 0 1 0 931214323 1067159552 257760 33554432000 4194304 6736272 140733982465760 18446744073709551615 4734840 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257760 284 621 0 259907 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1042148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 2/471 2370
/proc/meminfo: memFree=22198460/32951124 swapFree=56297244/67111528
[pid=2317] ppid=2315 vsize=1042148 CPUtime=1800.06 cores=0,2,4,6
/proc/2317/stat : 2317 (minisatid-gmp) R 2315 2317 32500 0 -1 4202496 288263 0 0 0 179966 40 0 0 25 0 1 0 931214323 1067159552 257761 33554432000 4194304 6736272 140733982465760 18446744073709551615 5806367 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/2317/statm: 260537 257761 284 621 0 259907 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1042148

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.07
CPU time (s): 1800.12
CPU user time (s): 1799.67
CPU system time (s): 0.448931
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1042148

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

runsolver used 9.11761 second user time and 18.5342 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-07 03:23:58
IDJOB=3466409
IDBENCH=3014
IDSOLVER=1957
FILE ID=node111/3466409-1307409838
RUNJOBID= node111-1307408035-2173
PBS_JOBID= 13514196
Free space on /tmp= 73864 MiB

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

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

MD5SUM BENCH= 14ad76473b11124898801a98a6be0f15
RANDOM SEED=663833204

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23921408 kB
Buffers:        355724 kB
Cached:         970816 kB
SwapCached:      11784 kB
Active:        7945160 kB
Inactive:       804928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23921408 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:           43140 kB
Writeback:          16 kB
AnonPages:     7420220 kB
Mapped:          28784 kB
Slab:           145600 kB
PageTables:      65956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149120108 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= 73880 MiB
End job on node111 at 2011-06-07 03:54:01