Trace number 3496726

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 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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: 1.91 1.97 1.99 3/177 7923
/proc/meminfo: memFree=3573232/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=7416 CPUtime=0 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 349 0 0 0 0 0 0 0 25 0 1 0 885658715 7593984 303 33554432000 4194304 6957856 140735486741216 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 1854 303 251 675 0 1170 0

[startup+0.058022 s]
/proc/loadavg: 1.91 1.97 1.99 3/177 7923
/proc/meminfo: memFree=3573232/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=12376 CPUtime=0.05 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 1558 0 0 0 5 0 0 0 25 0 1 0 885658715 12673024 1512 33554432000 4194304 6957856 140735486741216 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 3094 1514 251 675 0 2410 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12376

[startup+0.101009 s]
/proc/loadavg: 1.91 1.97 1.99 3/177 7923
/proc/meminfo: memFree=3573232/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=16232 CPUtime=0.09 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 2520 0 0 0 9 0 0 0 25 0 1 0 885658715 16621568 2474 33554432000 4194304 6957856 140735486741216 18446744073709551615 4640933 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 4058 2475 251 675 0 3374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16232

[startup+0.300975 s]
/proc/loadavg: 1.91 1.97 1.99 3/177 7923
/proc/meminfo: memFree=3573232/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=34172 CPUtime=0.29 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 6943 0 0 0 28 1 0 0 25 0 1 0 885658715 34992128 6897 33554432000 4194304 6957856 140735486741216 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 8543 6898 252 675 0 7859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34172

[startup+0.7009 s]
/proc/loadavg: 1.91 1.97 1.99 3/177 7923
/proc/meminfo: memFree=3573232/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=69420 CPUtime=0.68 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 15685 0 0 0 66 2 0 0 25 0 1 0 885658715 71086080 15639 33554432000 4194304 6957856 140735486741216 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 17355 15640 252 675 0 16671 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 69420

[startup+1.50076 s]
/proc/loadavg: 1.91 1.97 1.99 3/178 7924
/proc/meminfo: memFree=3488680/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=140376 CPUtime=1.49 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 34253 0 0 0 144 5 0 0 25 0 1 0 885658715 143745024 33136 33554432000 4194304 6957856 140735486741216 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 35094 33137 267 675 0 34410 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140376

[startup+3.10047 s]
/proc/loadavg: 1.91 1.97 1.99 3/178 7925
/proc/meminfo: memFree=3374228/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=3.08 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70031 0 0 0 299 9 0 0 25 0 1 0 885658715 269889536 63817 33554432000 4194304 6957856 140735486741216 18446744073709551615 4869882 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63817 274 675 0 65207 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 263564

[startup+6.30089 s]
/proc/loadavg: 1.92 1.97 1.99 3/178 7925
/proc/meminfo: memFree=3317960/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=6.28 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70038 0 0 0 619 9 0 0 25 0 1 0 885658715 269889536 63824 33554432000 4194304 6957856 140735486741216 18446744073709551615 5922126 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63824 275 675 0 65207 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 263564

[startup+12.7008 s]
/proc/loadavg: 1.93 1.97 1.99 3/178 7925
/proc/meminfo: memFree=3317828/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=12.68 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70055 0 0 0 1259 9 0 0 25 0 1 0 885658715 269889536 63840 33554432000 4194304 6957856 140735486741216 18446744073709551615 5387562 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63840 282 675 0 65207 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 263564

[startup+25.5005 s]
/proc/loadavg: 1.94 1.97 1.99 3/178 7925
/proc/meminfo: memFree=3317820/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=25.48 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70068 0 0 0 2539 9 0 0 25 0 1 0 885658715 269889536 63853 33554432000 4194304 6957856 140735486741216 18446744073709551615 5933964 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63853 282 675 0 65207 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 263564

[startup+51.1009 s]
/proc/loadavg: 1.96 1.97 1.99 3/178 7926
/proc/meminfo: memFree=3317668/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=51.08 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70072 0 0 0 5099 9 0 0 25 0 1 0 885658715 269889536 63857 33554432000 4194304 6957856 140735486741216 18446744073709551615 4846832 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63857 282 675 0 65207 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 263564

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/178 7927
/proc/meminfo: memFree=3317252/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=102.29 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70099 0 0 0 10220 9 0 0 25 0 1 0 885658715 269889536 63884 33554432000 4194304 6957856 140735486741216 18446744073709551615 5922159 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63884 284 675 0 65207 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 263564

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 7929
/proc/meminfo: memFree=3316948/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=162.29 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70110 0 0 0 16220 9 0 0 25 0 1 0 885658715 269889536 63894 33554432000 4194304 6957856 140735486741216 18446744073709551615 5933964 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63894 284 675 0 65207 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 263564

[startup+222.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/178 7930
/proc/meminfo: memFree=3317120/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=222.29 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70113 0 0 0 22220 9 0 0 25 0 1 0 885658715 269889536 63897 33554432000 4194304 6957856 140735486741216 18446744073709551615 5319074 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63897 284 675 0 65207 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 263564

[startup+282.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 7932
/proc/meminfo: memFree=3317056/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=263564 CPUtime=282.29 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70115 0 0 0 28220 9 0 0 25 0 1 0 885658715 269889536 63898 33554432000 4194304 6957856 140735486741216 18446744073709551615 5929265 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 65891 63898 284 675 0 65207 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 263564

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 7934
/proc/meminfo: memFree=3314520/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=264712 CPUtime=342.29 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 70786 0 0 0 34220 9 0 0 25 0 1 0 885658715 271065088 64566 33554432000 4194304 6957856 140735486741216 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 66178 64566 284 675 0 65494 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 264712

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7935
/proc/meminfo: memFree=3307900/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=269840 CPUtime=402.3 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 72383 0 0 0 40220 10 0 0 25 0 1 0 885658715 276316160 66160 33554432000 4194304 6957856 140735486741216 18446744073709551615 5917991 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 67460 66160 284 675 0 66776 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 269840

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7937
/proc/meminfo: memFree=3304488/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=274672 CPUtime=462.3 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 73320 0 0 0 46220 10 0 0 25 0 1 0 885658715 281264128 67097 33554432000 4194304 6957856 140735486741216 18446744073709551615 5917991 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 68668 67097 284 675 0 67984 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 274672

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7938
/proc/meminfo: memFree=3303316/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=274672 CPUtime=522.3 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 73524 0 0 0 52220 10 0 0 25 0 1 0 885658715 281264128 67300 33554432000 4194304 6957856 140735486741216 18446744073709551615 4869847 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 68668 67300 284 675 0 67984 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 274672

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7940
/proc/meminfo: memFree=3301520/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=281852 CPUtime=582.3 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 74041 0 0 0 58220 10 0 0 25 0 1 0 885658715 288616448 67814 33554432000 4194304 6957856 140735486741216 18446744073709551615 5934045 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 70463 67814 285 675 0 69779 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 281852

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 7946
/proc/meminfo: memFree=3284540/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=293528 CPUtime=822.31 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 78201 0 0 0 82219 12 0 0 25 0 1 0 885658715 300572672 71962 33554432000 4194304 6957856 140735486741216 18446744073709551615 5918004 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 73382 71962 285 675 0 72698 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 293528

[startup+882.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 7948
/proc/meminfo: memFree=3283992/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=293528 CPUtime=882.31 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 78267 0 0 0 88219 12 0 0 25 0 1 0 885658715 300572672 72028 33554432000 4194304 6957856 140735486741216 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 73382 72028 285 675 0 72698 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 293528

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 7950
/proc/meminfo: memFree=3280072/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=293528 CPUtime=942.31 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 78699 0 0 0 94219 12 0 0 25 0 1 0 885658715 300572672 72460 33554432000 4194304 6957856 140735486741216 18446744073709551615 5385171 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 73382 72460 285 675 0 72698 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 293528

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7951
/proc/meminfo: memFree=3277540/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1002.31 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 79305 0 0 0 100219 12 0 0 25 0 1 0 885658715 319995904 73063 33554432000 4194304 6957856 140735486741216 18446744073709551615 4838376 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73063 285 675 0 77440 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 312496

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7953
/proc/meminfo: memFree=3275512/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1062.32 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 79789 0 0 0 106219 13 0 0 25 0 1 0 885658715 319995904 73546 33554432000 4194304 6957856 140735486741216 18446744073709551615 5918148 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73546 285 675 0 77440 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 312496

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7954
/proc/meminfo: memFree=3275452/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1122.32 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 79789 0 0 0 112219 13 0 0 25 0 1 0 885658715 319995904 73546 33554432000 4194304 6957856 140735486741216 18446744073709551615 5385250 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73546 285 675 0 77440 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 312496

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7956
/proc/meminfo: memFree=3274764/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1182.32 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 79792 0 0 0 118219 13 0 0 25 0 1 0 885658715 319995904 73548 33554432000 4194304 6957856 140735486741216 18446744073709551615 5314225 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73548 285 675 0 77440 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 312496

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7958
/proc/meminfo: memFree=3270236/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1242.32 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 79795 0 0 0 124219 13 0 0 25 0 1 0 885658715 319995904 73551 33554432000 4194304 6957856 140735486741216 18446744073709551615 5934042 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73551 285 675 0 77440 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 312496

[startup+1302.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/178 7959
/proc/meminfo: memFree=3262488/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1302.33 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 79798 0 0 0 130220 13 0 0 25 0 1 0 885658715 319995904 73554 33554432000 4194304 6957856 140735486741216 18446744073709551615 4614625 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73554 285 675 0 77440 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 312496

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 7961
/proc/meminfo: memFree=3279056/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=281852 CPUtime=1362.32 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 82804 0 0 0 136219 13 0 0 25 0 1 0 885658715 288616448 67922 33554432000 4194304 6957856 140735486741216 18446744073709551615 5918075 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 70463 67922 286 675 0 69779 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 281852

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 7962
/proc/meminfo: memFree=3272672/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=281852 CPUtime=1422.33 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 83772 0 0 0 142219 14 0 0 25 0 1 0 885658715 288616448 68888 33554432000 4194304 6957856 140735486741216 18446744073709551615 4871306 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 70463 68888 286 675 0 69779 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 281852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 7964
/proc/meminfo: memFree=3268024/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=293528 CPUtime=1482.32 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 84774 0 0 0 148218 14 0 0 25 0 1 0 885658715 300572672 69886 33554432000 4194304 6957856 140735486741216 18446744073709551615 5933952 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 73382 69886 286 675 0 72698 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 293528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 7966
/proc/meminfo: memFree=3262500/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=293528 CPUtime=1542.33 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 86241 0 0 0 154218 15 0 0 25 0 1 0 885658715 300572672 71351 33554432000 4194304 6957856 140735486741216 18446744073709551615 4870186 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 73382 71351 286 675 0 72698 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 293528

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8006
/proc/meminfo: memFree=3770088/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1602.33 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 87636 0 0 0 160218 15 0 0 25 0 1 0 885658715 319995904 72745 33554432000 4194304 6957856 140735486741216 18446744073709551615 5932662 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 72745 286 675 0 77440 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 312496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8017
/proc/meminfo: memFree=3768628/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1662.33 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 87926 0 0 0 166218 15 0 0 25 0 1 0 885658715 319995904 73033 33554432000 4194304 6957856 140735486741216 18446744073709551615 4870212 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73033 286 675 0 77440 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 312496

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8018
/proc/meminfo: memFree=3759504/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1722.34 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 88536 0 0 0 172218 16 0 0 25 0 1 0 885658715 319995904 73640 33554432000 4194304 6957856 140735486741216 18446744073709551615 5314178 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 73640 286 675 0 77440 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 312496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8020
/proc/meminfo: memFree=3752116/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1782.33 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 89150 0 0 0 178217 16 0 0 25 0 1 0 885658715 319995904 74251 33554432000 4194304 6957856 140735486741216 18446744073709551615 5917991 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 74251 286 675 0 77440 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 312496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8020
/proc/meminfo: memFree=3751104/32951124 swapFree=67050916/67111528
[pid=7923] ppid=7921 vsize=312496 CPUtime=1800.04 cores=0,2,4,6
/proc/7923/stat : 7923 (minisatid-gmp) R 7921 7923 4419 0 -1 4202496 89243 0 0 0 179988 16 0 0 25 0 1 0 885658715 319995904 74344 33554432000 4194304 6957856 140735486741216 18446744073709551615 5917968 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/7923/statm: 78124 74344 286 675 0 77440 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 312496

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

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

Child status: 0
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1799.89
CPU system time (s): 0.174973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 312496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89248
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= 4
involuntary context switches= 2119

runsolver used 2.6096 second user time and 5.59115 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-13 04:33:45
IDJOB=3496726
IDBENCH=3032
IDSOLVER=1990
FILE ID=node146/3496726-1307932424
RUNJOBID= node146-1307919791-4437
PBS_JOBID= 13559633
Free space on /tmp= 6536 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3496726-1307932424/watcher-3496726-1307932424 -o /tmp/evaluation-result-3496726-1307932424/solver-3496726-1307932424 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496726-1307932424.opb --verbosity=0 --format=opb --randomseed=555395548

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

MD5SUM BENCH= c58b6100663d5c2a4dc369548046ddd4
RANDOM SEED=555395548

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3573528 kB
Buffers:        113664 kB
Cached:       27696688 kB
SwapCached:      13448 kB
Active:       13369276 kB
Inactive:     15103500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3573528 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:            7412 kB
Writeback:           4 kB
AnonPages:      660456 kB
Mapped:          10272 kB
Slab:           839808 kB
PageTables:       5924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   858824 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= 6540 MiB
End job on node146 at 2011-06-13 05:03:47