Trace number 3466399

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
MD5SUM2191fd085de8ae061d8b0a530b1c363f
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
Number of bits of the biggest sum of numbers571
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.02/1800.02	>>> 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-3466399-1307409208/watcher-3466399-1307409208 -o /tmp/evaluation-result-3466399-1307409208/solver-3466399-1307409208 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466399-1307409208.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: 2.14 2.08 2.02 3/535 13714
/proc/meminfo: memFree=28739996/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=7844 CPUtime=0 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 496 0 0 0 0 0 0 0 25 0 1 0 852518841 8032256 444 33554432000 4194304 6736272 140735704551792 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 1961 445 248 621 0 1331 0

[startup+0.102586 s]
/proc/loadavg: 2.14 2.08 2.02 3/535 13714
/proc/meminfo: memFree=28739996/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=16324 CPUtime=0.09 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 2600 0 0 0 9 0 0 0 25 0 1 0 852518841 16715776 2548 33554432000 4194304 6736272 140735704551792 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 4081 2549 248 621 0 3451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16324

[startup+0.200572 s]
/proc/loadavg: 2.14 2.08 2.02 3/535 13714
/proc/meminfo: memFree=28739996/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=25284 CPUtime=0.18 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 4803 0 0 0 18 0 0 0 25 0 1 0 852518841 25890816 4751 33554432000 4194304 6736272 140735704551792 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 6321 4751 248 621 0 5691 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 25284

[startup+0.300554 s]
/proc/loadavg: 2.14 2.08 2.02 3/535 13714
/proc/meminfo: memFree=28739996/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=34244 CPUtime=0.29 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 7012 0 0 0 28 1 0 0 25 0 1 0 852518841 35065856 6960 33554432000 4194304 6736272 140735704551792 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 8561 6960 248 621 0 7931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34244

[startup+0.700484 s]
/proc/loadavg: 2.14 2.08 2.02 3/535 13714
/proc/meminfo: memFree=28739996/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=69592 CPUtime=0.69 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 15796 0 0 0 67 2 0 0 25 0 1 0 852518841 71262208 15695 33554432000 4194304 6736272 140735704551792 18446744073709551615 4538129 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 17398 15696 248 621 0 16768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69592

[startup+1.50034 s]
/proc/loadavg: 2.14 2.08 2.02 3/536 13715
/proc/meminfo: memFree=28543076/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=138548 CPUtime=1.48 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 33215 0 0 0 144 4 0 0 25 0 1 0 852518841 141873152 32862 33554432000 4194304 6736272 140735704551792 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 34637 32863 248 621 0 34007 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 138548

[startup+3.10106 s]
/proc/loadavg: 2.13 2.08 2.02 3/536 13715
/proc/meminfo: memFree=28378032/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=266760 CPUtime=3.08 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 67993 0 0 0 300 8 0 0 25 0 1 0 852518841 273162240 64252 33554432000 4194304 6736272 140735704551792 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 66690 64253 265 621 0 66060 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 266760

[startup+6.3005 s]
/proc/loadavg: 2.13 2.08 2.02 3/536 13716
/proc/meminfo: memFree=28064788/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=630248 CPUtime=6.29 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 174447 0 0 0 608 21 0 0 25 0 1 0 852518841 645373952 155086 33554432000 4194304 6736272 140735704551792 18446744073709551615 5141945 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 157562 155086 265 621 0 156932 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 630248

[startup+12.7004 s]
/proc/loadavg: 2.11 2.08 2.02 3/536 13716
/proc/meminfo: memFree=27918132/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=653988 CPUtime=12.69 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 180351 0 0 0 1248 21 0 0 25 0 1 0 852518841 669683712 160990 33554432000 4194304 6736272 140735704551792 18446744073709551615 5155018 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 163497 160990 275 621 0 162867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 653988

[startup+25.5011 s]
/proc/loadavg: 2.09 2.07 2.02 3/536 13716
/proc/meminfo: memFree=27918876/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=654436 CPUtime=25.49 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 180353 0 0 0 2528 21 0 0 25 0 1 0 852518841 670142464 160992 33554432000 4194304 6736272 140735704551792 18446744073709551615 5148075 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 163609 160992 275 621 0 162979 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 654436

[startup+51.1006 s]
/proc/loadavg: 2.06 2.07 2.02 3/536 13717
/proc/meminfo: memFree=27916692/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656356 CPUtime=51.09 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 180877 0 0 0 5088 21 0 0 25 0 1 0 852518841 672108544 161514 33554432000 4194304 6736272 140735704551792 18446744073709551615 5803170 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164089 161514 284 621 0 163459 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 656356

[startup+102.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/536 13718
/proc/meminfo: memFree=27916692/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656356 CPUtime=102.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 180924 0 0 0 10209 21 0 0 25 0 1 0 852518841 672108544 161559 33554432000 4194304 6736272 140735704551792 18446744073709551615 5811942 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164089 161559 284 621 0 163459 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 656356

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/536 13720
/proc/meminfo: memFree=27913700/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=162.29 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181109 0 0 0 16208 21 0 0 25 0 1 0 852518841 672436224 161743 33554432000 4194304 6736272 140735704551792 18446744073709551615 5146819 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161743 285 621 0 163539 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 656676

[startup+222.321 s]
/proc/loadavg: 2.11 2.06 2.01 3/536 13721
/proc/meminfo: memFree=27914552/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=222.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181120 0 0 0 22210 21 0 0 25 0 1 0 852518841 672436224 161752 33554432000 4194304 6736272 140735704551792 18446744073709551615 5811850 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161752 285 621 0 163539 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 656676

[startup+282.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 13723
/proc/meminfo: memFree=27915032/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=282.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181130 0 0 0 28209 21 0 0 25 0 1 0 852518841 672436224 161760 33554432000 4194304 6736272 140735704551792 18446744073709551615 4733205 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161760 285 621 0 163539 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 656676

[startup+342.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/536 13725
/proc/meminfo: memFree=27916144/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=342.29 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181135 0 0 0 34208 21 0 0 25 0 1 0 852518841 672436224 161764 33554432000 4194304 6736272 140735704551792 18446744073709551615 5154608 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161764 285 621 0 163539 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 656676

[startup+402.301 s]
/proc/loadavg: 2.16 2.09 2.02 3/536 13726
/proc/meminfo: memFree=27916000/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=402.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181152 0 0 0 40209 21 0 0 25 0 1 0 852518841 672436224 161779 33554432000 4194304 6736272 140735704551792 18446744073709551615 5154752 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161779 285 621 0 163539 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 656676

[startup+462.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/536 13728
/proc/meminfo: memFree=27915364/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=462.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181166 0 0 0 46209 21 0 0 25 0 1 0 852518841 672436224 161790 33554432000 4194304 6736272 140735704551792 18446744073709551615 5806460 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161790 285 621 0 163539 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 656676

[startup+522.301 s]
/proc/loadavg: 2.02 2.06 2.01 3/536 13729
/proc/meminfo: memFree=27913864/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=522.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181169 0 0 0 52209 21 0 0 25 0 1 0 852518841 672436224 161793 33554432000 4194304 6736272 140735704551792 18446744073709551615 5219615 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161793 285 621 0 163539 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 656676

[startup+582.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/536 13731
/proc/meminfo: memFree=27899720/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=582.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181169 0 0 0 58209 21 0 0 25 0 1 0 852518841 672436224 161793 33554432000 4194304 6736272 140735704551792 18446744073709551615 5149152 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161793 285 621 0 163539 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 656676


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

[startup+882.321 s]
/proc/loadavg: 2.04 2.03 2.00 3/536 13739
/proc/meminfo: memFree=27909948/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=882.32 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181172 0 0 0 88211 21 0 0 25 0 1 0 852518841 672436224 161796 33554432000 4194304 6736272 140735704551792 18446744073709551615 4630925 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161796 285 621 0 163539 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 656676

[startup+942.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/536 13741
/proc/meminfo: memFree=27911292/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=942.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181174 0 0 0 94210 21 0 0 25 0 1 0 852518841 672436224 161798 33554432000 4194304 6736272 140735704551792 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161798 285 621 0 163539 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 656676

[startup+1002.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/536 13742
/proc/meminfo: memFree=27908432/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=1002.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181174 0 0 0 100210 21 0 0 25 0 1 0 852518841 672436224 161798 33554432000 4194304 6736272 140735704551792 18446744073709551615 4522875 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161798 285 621 0 163539 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 656676

[startup+1062.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 13744
/proc/meminfo: memFree=27898744/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=1062.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181175 0 0 0 106210 21 0 0 25 0 1 0 852518841 672436224 161799 33554432000 4194304 6736272 140735704551792 18446744073709551615 5811840 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161799 285 621 0 163539 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 656676

[startup+1122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 13745
/proc/meminfo: memFree=27897612/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=1122.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181175 0 0 0 112210 21 0 0 25 0 1 0 852518841 672436224 161799 33554432000 4194304 6736272 140735704551792 18446744073709551615 5146800 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161799 285 621 0 163539 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 656676

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 13747
/proc/meminfo: memFree=27896860/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=1182.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181176 0 0 0 118210 21 0 0 25 0 1 0 852518841 672436224 161800 33554432000 4194304 6736272 140735704551792 18446744073709551615 4639719 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161800 285 621 0 163539 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 656676

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 13749
/proc/meminfo: memFree=27896476/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=1242.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181176 0 0 0 124210 21 0 0 25 0 1 0 852518841 672436224 161800 33554432000 4194304 6736272 140735704551792 18446744073709551615 5812137 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161800 285 621 0 163539 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 656676

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 13750
/proc/meminfo: memFree=27895100/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=1302.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181178 0 0 0 130210 21 0 0 25 0 1 0 852518841 672436224 161801 33554432000 4194304 6736272 140735704551792 18446744073709551615 4640390 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 161801 285 621 0 163539 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 656676

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/536 13752
/proc/meminfo: memFree=27895460/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=656676 CPUtime=1362.32 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181452 0 0 0 136211 21 0 0 25 0 1 0 852518841 672436224 162075 33554432000 4194304 6736272 140735704551792 18446744073709551615 5803165 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 164169 162075 285 621 0 163539 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 656676

[startup+1422.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 13753
/proc/meminfo: memFree=27897552/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=654404 CPUtime=1422.32 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 181826 0 0 0 142211 21 0 0 25 0 1 0 852518841 670109696 161658 33554432000 4194304 6736272 140735704551792 18446744073709551615 5806446 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 163601 161658 285 621 0 162971 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 654404

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 13755
/proc/meminfo: memFree=27897160/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=654404 CPUtime=1482.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 182003 0 0 0 148209 21 0 0 25 0 1 0 852518841 670109696 161835 33554432000 4194304 6736272 140735704551792 18446744073709551615 5818383 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 163601 161835 285 621 0 162971 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 654404

[startup+1542.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 13757
/proc/meminfo: memFree=27897028/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=654404 CPUtime=1542.32 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 182099 0 0 0 154211 21 0 0 25 0 1 0 852518841 670109696 161930 33554432000 4194304 6736272 140735704551792 18446744073709551615 4505901 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 163601 161930 285 621 0 162971 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 654404

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 13758
/proc/meminfo: memFree=27896888/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=654404 CPUtime=1602.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 182102 0 0 0 160209 21 0 0 25 0 1 0 852518841 670109696 161933 33554432000 4194304 6736272 140735704551792 18446744073709551615 4734723 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 163601 161933 285 621 0 162971 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 654404

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 13760
/proc/meminfo: memFree=27897372/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=654404 CPUtime=1662.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 182103 0 0 0 166209 21 0 0 25 0 1 0 852518841 670109696 161934 33554432000 4194304 6736272 140735704551792 18446744073709551615 5806495 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 163601 161934 285 621 0 162971 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 654404

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 13761
/proc/meminfo: memFree=27889660/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=663748 CPUtime=1722.3 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 184044 0 0 0 172209 21 0 0 25 0 1 0 852518841 679677952 163875 33554432000 4194304 6736272 140735704551792 18446744073709551615 4750608 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 165937 163875 308 621 0 165307 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 663748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 13763
/proc/meminfo: memFree=27885180/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=663748 CPUtime=1782.31 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 184394 0 0 0 178209 22 0 0 25 0 1 0 852518841 679677952 164225 33554432000 4194304 6736272 140735704551792 18446744073709551615 5818434 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 165937 164225 308 621 0 165307 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 663748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 2/537 13764
/proc/meminfo: memFree=27884924/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=663748 CPUtime=1800.02 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 184465 0 0 0 179980 22 0 0 25 0 1 0 852518841 679677952 164296 33554432000 4194304 6736272 140735704551792 18446744073709551615 5803162 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 165937 164296 308 621 0 165307 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 663748

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

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

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 2/537 13764
/proc/meminfo: memFree=27884924/32951124 swapFree=58212616/67111528
[pid=13714] ppid=13712 vsize=663748 CPUtime=1800.02 cores=1,3,5,7
/proc/13714/stat : 13714 (minisatid-gmp) R 13712 13714 11614 0 -1 4202496 184465 0 0 0 179980 22 0 0 25 0 1 0 852518841 679677952 164296 33554432000 4194304 6736272 140735704551792 18446744073709551615 5803162 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/13714/statm: 165937 164296 308 621 0 165307 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 663748

Child status: 0
Real time (s): 1800.05
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.249962
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 663748

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

runsolver used 8.70668 second user time and 22.4546 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-07 03:13:29
IDJOB=3466399
IDBENCH=2990
IDSOLVER=1957
FILE ID=node136/3466399-1307409208
RUNJOBID= node136-1307407406-13552
PBS_JOBID= 13514171
Free space on /tmp= 73872 MiB

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

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

MD5SUM BENCH= 2191fd085de8ae061d8b0a530b1c363f
RANDOM SEED=1159246377

node136.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.809
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.61
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.809
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.75
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.809
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.809
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.76
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:      28740524 kB
Buffers:        324844 kB
Cached:         727380 kB
SwapCached:       7704 kB
Active:        3392704 kB
Inactive:       521644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28740524 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:           21768 kB
Writeback:           0 kB
AnonPages:     2860856 kB
Mapped:          25416 kB
Slab:           157140 kB
PageTables:      68452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169279708 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= 73876 MiB
End job on node136 at 2011-06-07 03:43:31