Trace number 3497759

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403.opb
MD5SUMdc49834323ec8562456880bec34886cf
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 benchmark9.43157
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 variables65701
Total number of constraints195481
Number of constraints which are clauses195480
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 constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066611663944849260137495841993663922586015605314649454542626583271372705247225059695176544033188317685768654897628
Number of bits of the biggest sum of numbers541
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.05/1800.00	>>> Terminate signal received
1800.05/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 /var/tmp/evaluation-result-3497759-1307931482/watcher-3497759-1307931482 -o /var/tmp/evaluation-result-3497759-1307931482/solver-3497759-1307931482 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497759-1307931482.opb --verbosity=0 --format=opb --randomseed=881470573 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20312
/proc/meminfo: memFree=1930296/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=7812 CPUtime=0 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 442 0 0 0 0 0 0 0 25 0 1 0 885564094 7999488 395 33554432000 4194304 6957856 140734748097616 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 1953 395 251 675 0 1269 0

[startup+0.106139 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20312
/proc/meminfo: memFree=1930296/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=16920 CPUtime=0.1 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 2709 0 0 0 10 0 0 0 25 0 1 0 885564094 17326080 2662 33554432000 4194304 6957856 140734748097616 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 4230 2663 251 675 0 3546 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16920

[startup+0.201121 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20312
/proc/meminfo: memFree=1930296/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=25424 CPUtime=0.19 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 4797 0 0 0 19 0 0 0 25 0 1 0 885564094 26034176 4750 33554432000 4194304 6957856 140734748097616 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 6356 4751 252 675 0 5672 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25424

[startup+0.301094 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20312
/proc/meminfo: memFree=1930296/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=34328 CPUtime=0.29 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 6973 0 0 0 28 1 0 0 25 0 1 0 885564094 35151872 6926 33554432000 4194304 6957856 140734748097616 18446744073709551615 4639981 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 8582 6927 252 675 0 7898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34328

[startup+0.70102 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20312
/proc/meminfo: memFree=1930296/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=69160 CPUtime=0.69 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 15618 0 0 0 67 2 0 0 25 0 1 0 885564094 70819840 15525 33554432000 4194304 6957856 140734748097616 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 17290 15525 252 675 0 16606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69160

[startup+1.50088 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 20313
/proc/meminfo: memFree=1835448/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=137044 CPUtime=1.49 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 32832 0 0 0 145 4 0 0 25 0 1 0 885564094 140333056 32478 33554432000 4194304 6957856 140734748097616 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 34261 32479 266 675 0 33577 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137044

[startup+3.1006 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20313
/proc/meminfo: memFree=1752856/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=273052 CPUtime=3.09 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 68644 0 0 0 301 8 0 0 25 0 1 0 885564094 279605248 65741 33554432000 4194304 6957856 140734748097616 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 68263 65742 275 675 0 67579 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 273052

[startup+6.30102 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 20313
/proc/meminfo: memFree=1376888/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588048 CPUtime=6.29 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 160123 0 0 0 610 19 0 0 25 0 1 0 885564094 602161152 144450 33554432000 4194304 6957856 140734748097616 18446744073709551615 5922016 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147012 144450 278 675 0 146328 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 588048

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 20313
/proc/meminfo: memFree=1351900/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588048 CPUtime=12.69 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 160251 0 0 0 1250 19 0 0 25 0 1 0 885564094 602161152 144578 33554432000 4194304 6957856 140734748097616 18446744073709551615 5312987 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147012 144578 283 675 0 146328 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 588048

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 20313
/proc/meminfo: memFree=1352396/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588048 CPUtime=25.49 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 160251 0 0 0 2530 19 0 0 25 0 1 0 885564094 602161152 144578 33554432000 4194304 6957856 140734748097616 18446744073709551615 5314241 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147012 144578 283 675 0 146328 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 588048

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 20314
/proc/meminfo: memFree=1352328/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588048 CPUtime=51.09 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 160251 0 0 0 5090 19 0 0 25 0 1 0 885564094 602161152 144578 33554432000 4194304 6957856 140734748097616 18446744073709551615 5314115 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147012 144578 283 675 0 146328 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 588048

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 20315
/proc/meminfo: memFree=1351716/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588048 CPUtime=102.29 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 160270 0 0 0 10210 19 0 0 25 0 1 0 885564094 602161152 144597 33554432000 4194304 6957856 140734748097616 18446744073709551615 5385212 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147012 144597 290 675 0 146328 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 588048

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20317
/proc/meminfo: memFree=1350628/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=162.3 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161848 0 0 0 16210 20 0 0 25 0 1 0 885564094 602873856 144949 33554432000 4194304 6957856 140734748097616 18446744073709551615 5319161 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144949 290 675 0 146502 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 588744

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20319
/proc/meminfo: memFree=1350204/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=222.31 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161858 0 0 0 22211 20 0 0 25 0 1 0 885564094 602873856 144958 33554432000 4194304 6957856 140734748097616 18446744073709551615 5932705 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144958 290 675 0 146502 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 588744

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20320
/proc/meminfo: memFree=1349940/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=282.3 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161860 0 0 0 28210 20 0 0 25 0 1 0 885564094 602873856 144959 33554432000 4194304 6957856 140734748097616 18446744073709551615 5922016 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144959 290 675 0 146502 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 588744

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20322
/proc/meminfo: memFree=1350216/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=342.3 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161865 0 0 0 34210 20 0 0 25 0 1 0 885564094 602873856 144963 33554432000 4194304 6957856 140734748097616 18446744073709551615 4838370 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144963 292 675 0 146502 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 588744

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20323
/proc/meminfo: memFree=1350256/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=402.3 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161868 0 0 0 40210 20 0 0 25 0 1 0 885564094 602873856 144965 33554432000 4194304 6957856 140734748097616 18446744073709551615 4854288 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144965 292 675 0 146502 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 588744

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20328
/proc/meminfo: memFree=1349864/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=462.31 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161868 0 0 0 46211 20 0 0 25 0 1 0 885564094 602873856 144965 33554432000 4194304 6957856 140734748097616 18446744073709551615 5918166 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144965 292 675 0 146502 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 588744

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20330
/proc/meminfo: memFree=1349652/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=522.31 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161868 0 0 0 52211 20 0 0 25 0 1 0 885564094 602873856 144965 33554432000 4194304 6957856 140734748097616 18446744073709551615 5385183 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144965 292 675 0 146502 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 588744

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20331
/proc/meminfo: memFree=1349820/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=582.31 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161869 0 0 0 58211 20 0 0 25 0 1 0 885564094 602873856 144966 33554432000 4194304 6957856 140734748097616 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144966 292 675 0 146502 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 588744

[startup+642.301 s]

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

[startup+882.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20339
/proc/meminfo: memFree=1349464/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=882.32 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161873 0 0 0 88212 20 0 0 25 0 1 0 885564094 602873856 144969 33554432000 4194304 6957856 140734748097616 18446744073709551615 5917968 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144969 292 675 0 146502 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 588744

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20341
/proc/meminfo: memFree=1349284/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=942.32 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161873 0 0 0 94212 20 0 0 25 0 1 0 885564094 602873856 144969 33554432000 4194304 6957856 140734748097616 18446744073709551615 5385212 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144969 292 675 0 146502 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 588744

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20342
/proc/meminfo: memFree=1349932/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1002.32 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161875 0 0 0 100212 20 0 0 25 0 1 0 885564094 602873856 144970 33554432000 4194304 6957856 140734748097616 18446744073709551615 5934660 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144970 292 675 0 146502 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 588744

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20344
/proc/meminfo: memFree=1349468/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1062.32 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161875 0 0 0 106212 20 0 0 25 0 1 0 885564094 602873856 144970 33554432000 4194304 6957856 140734748097616 18446744073709551615 5917968 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144970 292 675 0 146502 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 588744

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20346
/proc/meminfo: memFree=1349412/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1122.32 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161875 0 0 0 112212 20 0 0 25 0 1 0 885564094 602873856 144970 33554432000 4194304 6957856 140734748097616 18446744073709551615 5314093 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144970 292 675 0 146502 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 588744

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20347
/proc/meminfo: memFree=1349656/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1182.33 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161876 0 0 0 118213 20 0 0 25 0 1 0 885564094 602873856 144971 33554432000 4194304 6957856 140734748097616 18446744073709551615 5315424 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144971 292 675 0 146502 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 588744

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20349
/proc/meminfo: memFree=1349324/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1242.33 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161876 0 0 0 124213 20 0 0 25 0 1 0 885564094 602873856 144971 33554432000 4194304 6957856 140734748097616 18446744073709551615 5929068 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144971 292 675 0 146502 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 588744

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20350
/proc/meminfo: memFree=1349360/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1302.33 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161876 0 0 0 130213 20 0 0 25 0 1 0 885564094 602873856 144971 33554432000 4194304 6957856 140734748097616 18446744073709551615 5932625 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144971 292 675 0 146502 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 588744

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20352
/proc/meminfo: memFree=1349280/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1362.33 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161878 0 0 0 136213 20 0 0 25 0 1 0 885564094 602873856 144972 33554432000 4194304 6957856 140734748097616 18446744073709551615 4870164 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144972 292 675 0 146502 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 588744

[startup+1422.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 20354
/proc/meminfo: memFree=1348780/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1422.34 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161878 0 0 0 142214 20 0 0 25 0 1 0 885564094 602873856 144972 33554432000 4194304 6957856 140734748097616 18446744073709551615 5385152 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144972 292 675 0 146502 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 588744

[startup+1482.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 20394
/proc/meminfo: memFree=2280704/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1482.33 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161880 0 0 0 148213 20 0 0 25 0 1 0 885564094 602873856 144974 33554432000 4194304 6957856 140734748097616 18446744073709551615 4869815 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144974 292 675 0 146502 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 588744

[startup+1542.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 20396
/proc/meminfo: memFree=2266920/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1542.34 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161880 0 0 0 154214 20 0 0 25 0 1 0 885564094 602873856 144974 33554432000 4194304 6957856 140734748097616 18446744073709551615 4838180 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144974 292 675 0 146502 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 588744

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20397
/proc/meminfo: memFree=2267108/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1602.34 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161881 0 0 0 160214 20 0 0 25 0 1 0 885564094 602873856 144975 33554432000 4194304 6957856 140734748097616 18446744073709551615 5922137 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144975 292 675 0 146502 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 588744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20399
/proc/meminfo: memFree=2266804/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1662.34 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161881 0 0 0 166214 20 0 0 25 0 1 0 885564094 602873856 144975 33554432000 4194304 6957856 140734748097616 18446744073709551615 5922139 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144975 292 675 0 146502 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 588744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20401
/proc/meminfo: memFree=2263408/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1722.34 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161882 0 0 0 172214 20 0 0 25 0 1 0 885564094 602873856 144976 33554432000 4194304 6957856 140734748097616 18446744073709551615 5934082 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144976 292 675 0 146502 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 588744

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20402
/proc/meminfo: memFree=2263216/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1782.34 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161882 0 0 0 178214 20 0 0 25 0 1 0 885564094 602873856 144976 33554432000 4194304 6957856 140734748097616 18446744073709551615 5316013 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144976 292 675 0 146502 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 588744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20403
/proc/meminfo: memFree=2262196/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1800.05 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161882 0 0 0 179985 20 0 0 25 0 1 0 885564094 602873856 144976 33554432000 4194304 6957856 140734748097616 18446744073709551615 5934057 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144976 292 675 0 146502 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 588744

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.00 2.00 3/178 20403
/proc/meminfo: memFree=2262196/32951124 swapFree=67054264/67111528
[pid=20312] ppid=20310 vsize=588744 CPUtime=1800.05 cores=1,3,5,7
/proc/20312/stat : 20312 (minisatid-gmp) R 20310 20312 16798 0 -1 4202496 161882 0 0 0 179985 20 0 0 25 0 1 0 885564094 602873856 144976 33554432000 4194304 6957856 140734748097616 18446744073709551615 5934057 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/20312/statm: 147186 144976 292 675 0 146502 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 588744

Child status: 0
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1799.85
CPU system time (s): 0.223965
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 591308

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

runsolver used 2.67259 second user time and 5.55816 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-13 04:18:02
IDJOB=3497759
IDBENCH=3010
IDSOLVER=1990
FILE ID=node145/3497759-1307931482
RUNJOBID= node145-1307919792-16817
PBS_JOBID= 13559634
Free space on /var/tmp= 2876 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3497759-1307931482/watcher-3497759-1307931482 -o /var/tmp/evaluation-result-3497759-1307931482/solver-3497759-1307931482 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3497759-1307931482.opb --verbosity=0 --format=opb --randomseed=881470573

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

MD5SUM BENCH= dc49834323ec8562456880bec34886cf
RANDOM SEED=881470573

node145.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.786
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.57
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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1930816 kB
Buffers:        108960 kB
Cached:       28929140 kB
SwapCached:       9704 kB
Active:       15006728 kB
Inactive:     15080956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1930816 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:           14148 kB
Writeback:          36 kB
AnonPages:     1047600 kB
Mapped:          14092 kB
Slab:           865824 kB
PageTables:       6720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1246320 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 /var/tmp at the end= 2892 MiB
End job on node145 at 2011-06-13 04:48:04