Trace number 3497736

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.5.2-gmp (fixed)? (TO) 1800.06 1802.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480.opb
MD5SUM7b9a0d3bf1a9c200d7f28b922540147b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark7.8888
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296195038597131527667767167333656272927595621892946315600953569576375136127347577727820033305822846748291905
Number of bits of the biggest sum of numbers511
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.03/1800.00	>>> Terminate signal received
1800.03/1800.00	UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3497736-1307930967/watcher-3497736-1307930967 -o /tmp/evaluation-result-3497736-1307930967/solver-3497736-1307930967 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497736-1307930967.opb --verbosity=0 --format=opb --randomseed=955316881 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.00 5/172 7685
/proc/meminfo: memFree=27725964/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=7672 CPUtime=0 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 394 0 0 0 0 0 0 0 25 0 1 0 904696409 7856128 347 33554432000 4194304 6957856 140735888564128 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 1918 349 251 675 0 1234 0

[startup+0.0941091 s]
/proc/loadavg: 2.08 2.03 2.00 5/172 7685
/proc/meminfo: memFree=27725964/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=15752 CPUtime=0.08 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 2414 0 0 0 8 0 0 0 25 0 1 0 904696409 16130048 2367 33554432000 4194304 6957856 140735888564128 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 3938 2367 251 675 0 3254 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15752

[startup+0.101106 s]
/proc/loadavg: 2.08 2.03 2.00 5/172 7685
/proc/meminfo: memFree=27725964/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=16392 CPUtime=0.09 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 2567 0 0 0 9 0 0 0 25 0 1 0 904696409 16785408 2520 33554432000 4194304 6957856 140735888564128 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 4098 2520 251 675 0 3414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16392

[startup+0.301066 s]
/proc/loadavg: 2.08 2.03 2.00 5/172 7685
/proc/meminfo: memFree=27725964/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=34248 CPUtime=0.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 6970 0 0 0 28 1 0 0 25 0 1 0 904696409 35069952 6923 33554432000 4194304 6957856 140735888564128 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 8562 6924 252 675 0 7878 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34248

[startup+0.701006 s]
/proc/loadavg: 2.08 2.03 2.00 5/172 7685
/proc/meminfo: memFree=27725964/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=69464 CPUtime=0.69 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 15697 0 0 0 67 2 0 0 25 0 1 0 904696409 71131136 15606 33554432000 4194304 6957856 140735888564128 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 17366 15606 252 675 0 16682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69464

[startup+1.50087 s]
/proc/loadavg: 2.08 2.03 2.00 3/173 7686
/proc/meminfo: memFree=27638304/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=135428 CPUtime=1.49 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 32378 0 0 0 146 3 0 0 25 0 1 0 904696409 138678272 32033 33554432000 4194304 6957856 140735888564128 18446744073709551615 6085472 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 33857 32033 268 675 0 33173 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135428

[startup+3.1006 s]
/proc/loadavg: 2.08 2.03 2.00 3/173 7686
/proc/meminfo: memFree=27550376/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=279108 CPUtime=3.08 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 69989 0 0 0 300 8 0 0 25 0 1 0 904696409 285806592 67505 33554432000 4194304 6957856 140735888564128 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 69777 67506 283 675 0 69093 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 279108

[startup+6.30106 s]
/proc/loadavg: 2.23 2.06 2.02 3/173 7686
/proc/meminfo: memFree=27210876/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=6.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142418 0 0 0 612 17 0 0 25 0 1 0 904696409 537198592 128626 33554432000 4194304 6957856 140735888564128 18446744073709551615 5918180 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 131152 128626 290 675 0 130468 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 524608

[startup+12.701 s]
/proc/loadavg: 2.21 2.06 2.01 3/173 7686
/proc/meminfo: memFree=27210300/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=12.69 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142492 0 0 0 1252 17 0 0 25 0 1 0 904696409 537198592 128700 33554432000 4194304 6957856 140735888564128 18446744073709551615 4838370 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 131152 128700 291 675 0 130468 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 524608

[startup+25.5008 s]
/proc/loadavg: 2.17 2.06 2.01 3/173 7688
/proc/meminfo: memFree=27210684/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=25.49 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142492 0 0 0 2532 17 0 0 25 0 1 0 904696409 537198592 128700 33554432000 4194304 6957856 140735888564128 18446744073709551615 5307678 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7685/statm: 131152 128700 291 675 0 130468 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 524608

[startup+51.1005 s]
/proc/loadavg: 2.11 2.05 2.01 3/173 7688
/proc/meminfo: memFree=27210120/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=51.09 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142502 0 0 0 5092 17 0 0 25 0 1 0 904696409 537198592 128710 33554432000 4194304 6957856 140735888564128 18446744073709551615 4846832 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128710 291 675 0 130468 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 524608

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 2.01 3/173 7690
/proc/meminfo: memFree=27208060/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=102.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142515 0 0 0 10212 17 0 0 25 0 1 0 904696409 537198592 128722 33554432000 4194304 6957856 140735888564128 18446744073709551615 5319169 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128722 298 675 0 130468 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 524608

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/173 7690
/proc/meminfo: memFree=27201092/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=162.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142520 0 0 0 16212 17 0 0 25 0 1 0 904696409 537198592 128727 33554432000 4194304 6957856 140735888564128 18446744073709551615 4869909 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128727 300 675 0 130468 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 524608

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/173 7692
/proc/meminfo: memFree=27201088/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=222.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142542 0 0 0 22212 17 0 0 25 0 1 0 904696409 537198592 128749 33554432000 4194304 6957856 140735888564128 18446744073709551615 4871286 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128749 300 675 0 130468 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 524608

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/173 7694
/proc/meminfo: memFree=27200588/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=282.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142553 0 0 0 28212 17 0 0 25 0 1 0 904696409 537198592 128760 33554432000 4194304 6957856 140735888564128 18446744073709551615 5319157 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128760 300 675 0 130468 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 524608

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 7696
/proc/meminfo: memFree=27200468/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=342.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142589 0 0 0 34212 17 0 0 25 0 1 0 904696409 537198592 128796 33554432000 4194304 6957856 140735888564128 18446744073709551615 5929028 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128796 300 675 0 130468 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 524608

[startup+402.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/173 7698
/proc/meminfo: memFree=27200456/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=402.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142590 0 0 0 40212 17 0 0 25 0 1 0 904696409 537198592 128797 33554432000 4194304 6957856 140735888564128 18446744073709551615 5933964 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128797 300 675 0 130468 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 524608

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/173 7698
/proc/meminfo: memFree=27200448/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=462.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142594 0 0 0 46212 17 0 0 25 0 1 0 904696409 537198592 128801 33554432000 4194304 6957856 140735888564128 18446744073709551615 5934450 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128801 300 675 0 130468 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 524608

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 7700
/proc/meminfo: memFree=27200440/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=522.29 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142595 0 0 0 52212 17 0 0 25 0 1 0 904696409 537198592 128802 33554432000 4194304 6957856 140735888564128 18446744073709551615 5385171 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128802 300 675 0 130468 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 524608

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7702
/proc/meminfo: memFree=27198948/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=582.3 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142599 0 0 0 58213 17 0 0 25 0 1 0 904696409 537198592 128806 33554432000 4194304 6957856 140735888564128 18446744073709551615 4868280 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128806 300 675 0 130468 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 524608

[startup+642.301 s]

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

/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142619 0 0 0 100213 18 0 0 25 0 1 0 904696409 537198592 128824 33554432000 4194304 6957856 140735888564128 18446744073709551615 5934612 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128824 300 675 0 130468 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 524608

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7714
/proc/meminfo: memFree=27191836/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1062.31 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142622 0 0 0 106213 18 0 0 25 0 1 0 904696409 537198592 128827 33554432000 4194304 6957856 140735888564128 18446744073709551615 5934057 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128827 300 675 0 130468 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 524608

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7716
/proc/meminfo: memFree=27191456/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1122.31 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142623 0 0 0 112213 18 0 0 25 0 1 0 904696409 537198592 128828 33554432000 4194304 6957856 140735888564128 18446744073709551615 5922108 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128828 300 675 0 130468 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 524608

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7718
/proc/meminfo: memFree=27191452/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1182.31 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142624 0 0 0 118213 18 0 0 25 0 1 0 904696409 537198592 128829 33554432000 4194304 6957856 140735888564128 18446744073709551615 5311728 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128829 300 675 0 130468 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 524608

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7720
/proc/meminfo: memFree=27191200/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1242.31 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142625 0 0 0 124212 19 0 0 25 0 1 0 904696409 537198592 128830 33554432000 4194304 6957856 140735888564128 18446744073709551615 5922026 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128830 300 675 0 130468 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 524608

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7722
/proc/meminfo: memFree=27191068/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1302.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142625 0 0 0 130213 19 0 0 25 0 1 0 904696409 537198592 128830 33554432000 4194304 6957856 140735888564128 18446744073709551615 5319157 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128830 300 675 0 130468 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 524608

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7722
/proc/meminfo: memFree=27190320/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1362.31 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142625 0 0 0 136212 19 0 0 25 0 1 0 904696409 537198592 128830 33554432000 4194304 6957856 140735888564128 18446744073709551615 5311856 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128830 300 675 0 130468 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 524608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7724
/proc/meminfo: memFree=27189440/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1422.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142625 0 0 0 142213 19 0 0 25 0 1 0 904696409 537198592 128830 33554432000 4194304 6957856 140735888564128 18446744073709551615 5934045 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128830 300 675 0 130468 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 524608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7726
/proc/meminfo: memFree=27189436/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1482.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142627 0 0 0 148213 19 0 0 25 0 1 0 904696409 537198592 128831 33554432000 4194304 6957856 140735888564128 18446744073709551615 5314160 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128831 300 675 0 130468 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 524608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7728
/proc/meminfo: memFree=27188068/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1542.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142628 0 0 0 154213 19 0 0 25 0 1 0 904696409 537198592 128832 33554432000 4194304 6957856 140735888564128 18446744073709551615 5319157 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128832 300 675 0 130468 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 524608

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 7730
/proc/meminfo: memFree=27181612/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1602.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142628 0 0 0 160213 19 0 0 25 0 1 0 904696409 537198592 128832 33554432000 4194304 6957856 140735888564128 18446744073709551615 4863302 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128832 300 675 0 130468 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 524608

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/173 7730
/proc/meminfo: memFree=27180492/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1662.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142628 0 0 0 166213 19 0 0 25 0 1 0 904696409 537198592 128832 33554432000 4194304 6957856 140735888564128 18446744073709551615 5922192 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128832 300 675 0 130468 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 524608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7732
/proc/meminfo: memFree=27174284/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1722.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142629 0 0 0 172213 19 0 0 25 0 1 0 904696409 537198592 128833 33554432000 4194304 6957856 140735888564128 18446744073709551615 5319165 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128833 300 675 0 130468 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 524608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7773
/proc/meminfo: memFree=28299700/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1782.32 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142629 0 0 0 178213 19 0 0 25 0 1 0 904696409 537198592 128833 33554432000 4194304 6957856 140735888564128 18446744073709551615 5314196 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128833 300 675 0 130468 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 524608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 7773
/proc/meminfo: memFree=28284604/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524608 CPUtime=1800.03 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) R 7683 7685 5716 0 -1 4202496 142629 0 0 0 179984 19 0 0 25 0 1 0 904696409 537198592 128833 33554432000 4194304 6957856 140735888564128 18446744073709551615 5311744 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/7685/statm: 131152 128833 300 675 0 130468 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 524608

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7685

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 7774
/proc/meminfo: memFree=28284224/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524612 CPUtime=1800.03 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) S 7683 7685 5716 0 -1 4202496 142632 0 0 0 179984 19 0 0 25 0 1 0 904696409 537202688 128836 33554432000 4194304 6957856 140735888564128 18446744073709551615 6100974 0 16384 4096 17571 18446604448249832384 0 0 17 0 0 0 0
/proc/7685/statm: 131153 128836 302 675 0 130469 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 524612

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 7774
/proc/meminfo: memFree=28283480/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524612 CPUtime=1800.03 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) S 7683 7685 5716 0 -1 4202496 142632 0 0 0 179984 19 0 0 25 0 1 0 904696409 537202688 128836 33554432000 4194304 6957856 140735888564128 18446744073709551615 6100974 0 16384 4096 17571 18446604448249832384 0 0 17 0 0 0 0
/proc/7685/statm: 131153 128836 302 675 0 130469 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 524612

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 7774
/proc/meminfo: memFree=28283480/32951132 swapFree=67061148/67111528
[pid=7685] ppid=7683 vsize=524612 CPUtime=1800.03 cores=0,2,4,6
/proc/7685/stat : 7685 (minisatid-gmp) S 7683 7685 5716 0 -1 4202496 142632 0 0 0 179984 19 0 0 25 0 1 0 904696409 537202688 128836 33554432000 4194304 6957856 140735888564128 18446744073709551615 6100974 0 16384 4096 17571 18446604448249832384 0 0 17 0 0 0 0
/proc/7685/statm: 131153 128836 302 675 0 130469 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 524612

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1800.06
CPU user time (s): 1799.84
CPU system time (s): 0.213967
CPU usage (%): 99.8905
Max. virtual memory (cumulated for all children) (KiB): 524612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3720

runsolver used 2.6086 second user time and 5.59215 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-13 04:09:28
IDJOB=3497736
IDBENCH=2962
IDSOLVER=1990
FILE ID=node129/3497736-1307930967
RUNJOBID= node129-1307919795-5734
PBS_JOBID= 13559650
Free space on /tmp= 74028 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3497736-1307930967/watcher-3497736-1307930967 -o /tmp/evaluation-result-3497736-1307930967/solver-3497736-1307930967 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3497736-1307930967.opb --verbosity=0 --format=opb --randomseed=955316881

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

MD5SUM BENCH= 7b9a0d3bf1a9c200d7f28b922540147b
RANDOM SEED=955316881

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.82
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      27726516 kB
Buffers:        449288 kB
Cached:        3345108 kB
SwapCached:      13132 kB
Active:        2305420 kB
Inactive:      2632816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27726516 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           29016 kB
Writeback:           0 kB
AnonPages:     1141464 kB
Mapped:          10384 kB
Slab:           221044 kB
PageTables:       6512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1312568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74040 MiB
End job on node129 at 2011-06-13 04:39:30