Trace number 3496706

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-330229238-max.opb
MD5SUM7371465ba0e0d5bc10bb1d033f8bcd56
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 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
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 /var/tmp/evaluation-result-3496706-1307931038/watcher-3496706-1307931038 -o /var/tmp/evaluation-result-3496706-1307931038/solver-3496706-1307931038 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3496706-1307931038.opb --verbosity=0 --format=opb --randomseed=180948375 

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.00 2.00 1.97 2/177 18902
/proc/meminfo: memFree=6605600/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=7804 CPUtime=0 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 439 0 0 0 0 0 0 0 25 0 1 0 904703602 7991296 392 33554432000 4194304 6957856 140735481602960 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 1951 393 251 675 0 1267 0

[startup+0.028973 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18902
/proc/meminfo: memFree=6605600/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=10044 CPUtime=0.02 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 977 0 0 0 2 0 0 0 25 0 1 0 904703602 10285056 930 33554432000 4194304 6957856 140735481602960 18446744073709551615 5457339 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 2511 931 251 675 0 1827 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10044

[startup+0.101024 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18902
/proc/meminfo: memFree=6605600/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=16488 CPUtime=0.09 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 2599 0 0 0 9 0 0 0 25 0 1 0 904703602 16883712 2552 33554432000 4194304 6957856 140735481602960 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 4122 2552 251 675 0 3438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16488

[startup+0.300991 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18902
/proc/meminfo: memFree=6605600/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=34432 CPUtime=0.29 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 7019 0 0 0 29 0 0 0 25 0 1 0 904703602 35258368 6972 33554432000 4194304 6957856 140735481602960 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 8608 6973 252 675 0 7924 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34432

[startup+0.700924 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18902
/proc/meminfo: memFree=6605600/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=69804 CPUtime=0.69 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 15758 0 0 0 68 1 0 0 25 0 1 0 904703602 71479296 15711 33554432000 4194304 6957856 140735481602960 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 17451 15712 252 675 0 16767 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69804

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18903
/proc/meminfo: memFree=6521304/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=140376 CPUtime=1.49 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 34254 0 0 0 145 4 0 0 25 0 1 0 904703602 143745024 33136 33554432000 4194304 6957856 140735481602960 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 35094 33137 267 675 0 34410 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140376

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18903
/proc/meminfo: memFree=6406728/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=263576 CPUtime=3.09 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70034 0 0 0 301 8 0 0 25 0 1 0 904703602 269901824 63819 33554432000 4194304 6957856 140735481602960 18446744073709551615 5934953 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 65894 63819 274 675 0 65210 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263576

[startup+6.30092 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18903
/proc/meminfo: memFree=6350660/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=263576 CPUtime=6.29 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70095 0 0 0 621 8 0 0 25 0 1 0 904703602 269901824 63880 33554432000 4194304 6957856 140735481602960 18446744073709551615 5933992 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 65894 63880 275 675 0 65210 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263576

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18903
/proc/meminfo: memFree=6350432/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=263576 CPUtime=12.69 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70095 0 0 0 1261 8 0 0 25 0 1 0 904703602 269901824 63880 33554432000 4194304 6957856 140735481602960 18446744073709551615 5918158 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 65894 63880 275 675 0 65210 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263576

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18904
/proc/meminfo: memFree=6350428/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=263576 CPUtime=25.49 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70108 0 0 0 2541 8 0 0 25 0 1 0 904703602 269901824 63893 33554432000 4194304 6957856 140735481602960 18446744073709551615 5312912 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 65894 63893 282 675 0 65210 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 263576

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18904
/proc/meminfo: memFree=6350028/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=263576 CPUtime=51.09 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70110 0 0 0 5101 8 0 0 25 0 1 0 904703602 269901824 63894 33554432000 4194304 6957856 140735481602960 18446744073709551615 4838520 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 65894 63894 282 675 0 65210 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 263576

[startup+102.307 s]
/proc/loadavg: 1.95 1.98 1.96 3/178 18945
/proc/meminfo: memFree=6292628/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=263576 CPUtime=102.3 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70113 0 0 0 10222 8 0 0 25 0 1 0 904703602 269901824 63897 33554432000 4194304 6957856 140735481602960 18446744073709551615 5934510 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 65894 63897 282 675 0 65210 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 263576

[startup+162.301 s]
/proc/loadavg: 1.98 1.98 1.96 3/178 18946
/proc/meminfo: memFree=6291192/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=265048 CPUtime=162.29 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70490 0 0 0 16221 8 0 0 25 0 1 0 904703602 271409152 64274 33554432000 4194304 6957856 140735481602960 18446744073709551615 5929269 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66262 64274 284 675 0 65578 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 265048

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/178 18948
/proc/meminfo: memFree=6290012/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=265048 CPUtime=222.29 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70492 0 0 0 22221 8 0 0 25 0 1 0 904703602 271409152 64275 33554432000 4194304 6957856 140735481602960 18446744073709551615 5312975 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66262 64275 284 675 0 65578 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 265048

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.97 3/178 18950
/proc/meminfo: memFree=6289720/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=265048 CPUtime=282.29 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70494 0 0 0 28221 8 0 0 25 0 1 0 904703602 271409152 64276 33554432000 4194304 6957856 140735481602960 18446744073709551615 4870064 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66262 64276 284 675 0 65578 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 265048

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 1.97 3/178 18951
/proc/meminfo: memFree=6284084/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=265048 CPUtime=342.3 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70495 0 0 0 34222 8 0 0 25 0 1 0 904703602 271409152 64277 33554432000 4194304 6957856 140735481602960 18446744073709551615 5312935 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66262 64277 284 675 0 65578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 265048

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 18953
/proc/meminfo: memFree=6280956/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=265048 CPUtime=402.3 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 70890 0 0 0 40222 8 0 0 25 0 1 0 904703602 271409152 64672 33554432000 4194304 6957856 140735481602960 18446744073709551615 5387536 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66262 64672 284 675 0 65578 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 265048

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18954
/proc/meminfo: memFree=6274720/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=265048 CPUtime=462.3 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 71247 0 0 0 46222 8 0 0 25 0 1 0 904703602 271409152 65029 33554432000 4194304 6957856 140735481602960 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66262 65029 284 675 0 65578 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 265048

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18956
/proc/meminfo: memFree=6271200/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=265048 CPUtime=522.3 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 71397 0 0 0 52222 8 0 0 25 0 1 0 904703602 271409152 65179 33554432000 4194304 6957856 140735481602960 18446744073709551615 5934526 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66262 65179 285 675 0 65578 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 265048

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18958
/proc/meminfo: memFree=6266316/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=267768 CPUtime=582.31 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 71746 0 0 0 58222 9 0 0 25 0 1 0 904703602 274194432 65527 33554432000 4194304 6957856 140735481602960 18446744073709551615 5307369 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 66942 65527 285 675 0 66258 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 267768

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18964
/proc/meminfo: memFree=6262560/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=272648 CPUtime=822.32 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 73460 0 0 0 82222 10 0 0 25 0 1 0 904703602 279191552 67236 33554432000 4194304 6957856 140735481602960 18446744073709551615 5319425 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 68162 67236 285 675 0 67478 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 272648

[startup+882.301 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 18966
/proc/meminfo: memFree=6260152/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=882.31 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74091 0 0 0 88221 10 0 0 25 0 1 0 904703602 286732288 67867 33554432000 4194304 6957856 140735481602960 18446744073709551615 4868015 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67867 285 675 0 69319 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 280012

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 18967
/proc/meminfo: memFree=6259856/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=942.31 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74156 0 0 0 94221 10 0 0 25 0 1 0 904703602 286732288 67932 33554432000 4194304 6957856 140735481602960 18446744073709551615 5319251 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67932 285 675 0 69319 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 280012

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18969
/proc/meminfo: memFree=6259696/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1002.31 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74156 0 0 0 100221 10 0 0 25 0 1 0 904703602 286732288 67932 33554432000 4194304 6957856 140735481602960 18446744073709551615 5922159 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67932 285 675 0 69319 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 280012

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18970
/proc/meminfo: memFree=6259652/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1062.32 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74157 0 0 0 106222 10 0 0 25 0 1 0 904703602 286732288 67933 33554432000 4194304 6957856 140735481602960 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67933 285 675 0 69319 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 280012

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18972
/proc/meminfo: memFree=6254148/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1122.32 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74157 0 0 0 112222 10 0 0 25 0 1 0 904703602 286732288 67933 33554432000 4194304 6957856 140735481602960 18446744073709551615 5918152 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67933 285 675 0 69319 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 280012

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18974
/proc/meminfo: memFree=6254612/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1182.32 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74157 0 0 0 118222 10 0 0 25 0 1 0 904703602 286732288 67933 33554432000 4194304 6957856 140735481602960 18446744073709551615 5922134 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67933 285 675 0 69319 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 280012

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18975
/proc/meminfo: memFree=6252960/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1242.32 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74159 0 0 0 124222 10 0 0 25 0 1 0 904703602 286732288 67934 33554432000 4194304 6957856 140735481602960 18446744073709551615 5918047 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67934 285 675 0 69319 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 280012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18977
/proc/meminfo: memFree=6252672/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1302.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74159 0 0 0 130223 10 0 0 25 0 1 0 904703602 286732288 67934 33554432000 4194304 6957856 140735481602960 18446744073709551615 4838322 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67934 285 675 0 69319 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 280012

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18978
/proc/meminfo: memFree=6252640/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1362.32 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74160 0 0 0 136222 10 0 0 25 0 1 0 904703602 286732288 67935 33554432000 4194304 6957856 140735481602960 18446744073709551615 4838211 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67935 285 675 0 69319 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 280012

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.98 3/178 18980
/proc/meminfo: memFree=6252468/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1422.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74160 0 0 0 142223 10 0 0 25 0 1 0 904703602 286732288 67935 33554432000 4194304 6957856 140735481602960 18446744073709551615 5387648 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67935 285 675 0 69319 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 280012

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 18982
/proc/meminfo: memFree=6252560/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1482.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74162 0 0 0 148223 10 0 0 25 0 1 0 904703602 286732288 67936 33554432000 4194304 6957856 140735481602960 18446744073709551615 5932608 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67936 285 675 0 69319 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 280012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18983
/proc/meminfo: memFree=6252504/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1542.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74162 0 0 0 154223 10 0 0 25 0 1 0 904703602 286732288 67936 33554432000 4194304 6957856 140735481602960 18446744073709551615 5385183 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67936 285 675 0 69319 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 280012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18985
/proc/meminfo: memFree=6252220/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1602.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74218 0 0 0 160223 10 0 0 25 0 1 0 904703602 286732288 67991 33554432000 4194304 6957856 140735481602960 18446744073709551615 4863173 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 67991 285 675 0 69319 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 280012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18986
/proc/meminfo: memFree=6240520/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=280012 CPUtime=1662.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 74884 0 0 0 166223 10 0 0 25 0 1 0 904703602 286732288 68656 33554432000 4194304 6957856 140735481602960 18446744073709551615 5922078 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 70003 68656 285 675 0 69319 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 280012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18988
/proc/meminfo: memFree=6235024/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=291688 CPUtime=1722.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 75790 0 0 0 172223 10 0 0 25 0 1 0 904703602 298688512 69561 33554432000 4194304 6957856 140735481602960 18446744073709551615 5922052 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 72922 69561 285 675 0 72238 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 291688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18990
/proc/meminfo: memFree=6230892/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=291688 CPUtime=1782.33 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 76430 0 0 0 178223 10 0 0 25 0 1 0 904703602 298688512 70196 33554432000 4194304 6957856 140735481602960 18446744073709551615 5319259 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 72922 70196 285 675 0 72238 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 291688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18990
/proc/meminfo: memFree=6228896/32950904 swapFree=67055440/67111528
[pid=18902] ppid=18900 vsize=291688 CPUtime=1800.04 cores=0,2,4,6
/proc/18902/stat : 18902 (minisatid-gmp) R 18900 18902 17198 0 -1 4202496 76430 0 0 0 179994 10 0 0 25 0 1 0 904703602 298688512 70196 33554432000 4194304 6957856 140735481602960 18446744073709551615 5315800 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18902/statm: 72922 70196 285 675 0 72238 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 291688

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.94
CPU system time (s): 0.120981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 291688

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

runsolver used 2.6186 second user time and 5.57115 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-13 04:10:38
IDJOB=3496706
IDBENCH=2973
IDSOLVER=1990
FILE ID=node121/3496706-1307931038
RUNJOBID= node121-1307919796-17216
PBS_JOBID= 13559658
Free space on /var/tmp= 2884 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-330229238-max.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3496706-1307931038/watcher-3496706-1307931038 -o /var/tmp/evaluation-result-3496706-1307931038/solver-3496706-1307931038 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496706-1307931038.opb --verbosity=0 --format=opb --randomseed=180948375

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

MD5SUM BENCH= 7371465ba0e0d5bc10bb1d033f8bcd56
RANDOM SEED=180948375

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:       6606160 kB
Buffers:         94784 kB
Cached:       25311796 kB
SwapCached:       9696 kB
Active:       10084136 kB
Inactive:     15430816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       6606160 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:            7396 kB
Writeback:           0 kB
AnonPages:      105824 kB
Mapped:          14184 kB
Slab:           764472 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   300632 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= 2880 MiB
End job on node121 at 2011-06-13 04:40:41