Trace number 3466407

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
MinisatID 2.4.8-gmp? (TO) 1800.05 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-420453220-max.opb
MD5SUM731d8a8b62f1165d7f7ff2eb0e8bed96
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 variables52001
Total number of constraints154561
Number of constraints which are clauses154560
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 constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285329458171408770520629035540670020835398097850925707779467176054569131054629458594384801759081011045
Number of bits of the biggest sum of numbers481
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.01/1800.01	>>> Terminate signal received

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3466407-1307409739/watcher-3466407-1307409739 -o /tmp/evaluation-result-3466407-1307409739/solver-3466407-1307409739 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466407-1307409739.opb --verbosity=0 --format=opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.94 1/484 13111
/proc/meminfo: memFree=23716684/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=7992 CPUtime=0 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 529 0 0 0 0 0 0 0 24 0 1 0 931204662 8183808 477 33554432000 4194304 6736272 140737285261536 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 1998 477 248 621 0 1368 0

[startup+0.087319 s]
/proc/loadavg: 1.84 1.98 1.94 1/484 13111
/proc/meminfo: memFree=23716684/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=15124 CPUtime=0.07 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 2315 0 0 0 7 0 0 0 24 0 1 0 931204662 15486976 2263 33554432000 4194304 6736272 140737285261536 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 3781 2264 248 621 0 3151 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15124

[startup+0.100314 s]
/proc/loadavg: 1.84 1.98 1.94 1/484 13111
/proc/meminfo: memFree=23716684/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=16284 CPUtime=0.09 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 2602 0 0 0 9 0 0 0 25 0 1 0 931204662 16674816 2550 33554432000 4194304 6736272 140737285261536 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 4071 2551 248 621 0 3441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16284

[startup+0.300281 s]
/proc/loadavg: 1.84 1.98 1.94 1/484 13111
/proc/meminfo: memFree=23716684/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=34368 CPUtime=0.29 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 7045 0 0 0 28 1 0 0 25 0 1 0 931204662 35192832 6993 33554432000 4194304 6736272 140737285261536 18446744073709551615 5911552 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 8592 6994 248 621 0 7962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34368

[startup+0.700206 s]
/proc/loadavg: 1.84 1.98 1.94 1/484 13111
/proc/meminfo: memFree=23716684/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=69660 CPUtime=0.69 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 15827 0 0 0 67 2 0 0 25 0 1 0 931204662 71331840 15734 33554432000 4194304 6736272 140737285261536 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 17415 15734 248 621 0 16785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69660

[startup+1.50106 s]
/proc/loadavg: 1.84 1.98 1.94 3/481 13133
/proc/meminfo: memFree=24590396/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=138556 CPUtime=1.49 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 34042 0 0 0 145 4 0 0 25 0 1 0 931204662 141881344 32751 33554432000 4194304 6736272 140737285261536 18446744073709551615 5803315 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 34639 32751 248 621 0 34009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138556

[startup+3.10083 s]
/proc/loadavg: 1.84 1.98 1.94 3/484 13139
/proc/meminfo: memFree=24407464/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=277916 CPUtime=3.09 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 69377 0 0 0 300 9 0 0 25 0 1 0 931204662 284585984 67079 33554432000 4194304 6736272 140737285261536 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 69479 67080 265 621 0 68849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 277916

[startup+6.30018 s]
/proc/loadavg: 1.85 1.98 1.94 3/484 13139
/proc/meminfo: memFree=23818792/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=466080 CPUtime=6.29 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 126294 0 0 0 613 16 0 0 25 0 1 0 931204662 477265920 114055 33554432000 4194304 6736272 140737285261536 18446744073709551615 5811845 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 116520 114055 274 621 0 115890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 466080

[startup+12.701 s]
/proc/loadavg: 1.86 1.98 1.94 3/484 13140
/proc/meminfo: memFree=23810628/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=12.69 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128081 0 0 0 1253 16 0 0 25 0 1 0 931204662 481345536 115341 33554432000 4194304 6736272 140737285261536 18446744073709551615 5816908 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 117516 115341 275 621 0 116886 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 470064

[startup+25.5007 s]
/proc/loadavg: 1.89 1.98 1.94 3/484 13140
/proc/meminfo: memFree=23811644/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=25.49 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128095 0 0 0 2533 16 0 0 25 0 1 0 931204662 481345536 115354 33554432000 4194304 6736272 140737285261536 18446744073709551615 5816828 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 117516 115354 284 621 0 116886 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 470064

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.94 3/484 13141
/proc/meminfo: memFree=23811468/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=51.09 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128105 0 0 0 5093 16 0 0 25 0 1 0 931204662 481345536 115362 33554432000 4194304 6736272 140737285261536 18446744073709551615 5154965 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 117516 115362 284 621 0 116886 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 470064

[startup+102.318 s]
/proc/loadavg: 2.00 2.00 1.94 3/484 13142
/proc/meminfo: memFree=23810324/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=102.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128121 0 0 0 10214 16 0 0 25 0 1 0 931204662 481345536 115375 33554432000 4194304 6736272 140737285261536 18446744073709551615 5806336 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 117516 115375 285 621 0 116886 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 470064

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/484 13144
/proc/meminfo: memFree=23809032/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=162.29 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128143 0 0 0 16213 16 0 0 25 0 1 0 931204662 481345536 115395 33554432000 4194304 6736272 140737285261536 18446744073709551615 5155021 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/13111/statm: 117516 115395 285 621 0 116886 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 470064

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 1.95 3/484 13145
/proc/meminfo: memFree=23810104/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=222.25 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128147 0 0 0 22209 16 0 0 25 0 1 0 931204662 481345536 115398 33554432000 4194304 6736272 140737285261536 18446744073709551615 5221904 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 117516 115398 285 621 0 116886 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 470064

[startup+282.301 s]
/proc/loadavg: 2.08 2.02 1.95 3/484 13147
/proc/meminfo: memFree=23810680/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=282.25 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128165 0 0 0 28209 16 0 0 25 0 1 0 931204662 481345536 115412 33554432000 4194304 6736272 140737285261536 18446744073709551615 5148221 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 117516 115412 285 621 0 116886 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 470064

[startup+342.301 s]
/proc/loadavg: 2.03 2.02 1.95 3/484 13148
/proc/meminfo: memFree=23810752/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=470064 CPUtime=342.26 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128191 0 0 0 34210 16 0 0 25 0 1 0 931204662 481345536 115436 33554432000 4194304 6736272 140737285261536 18446744073709551615 5803324 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 117516 115436 285 621 0 116886 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 470064

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/484 13150
/proc/meminfo: memFree=23811692/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=465708 CPUtime=402.26 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128192 0 0 0 40210 16 0 0 25 0 1 0 931204662 476884992 115099 33554432000 4194304 6736272 140737285261536 18446744073709551615 5148191 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 116427 115099 285 621 0 115797 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 465708

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/484 13152
/proc/meminfo: memFree=23812012/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=465708 CPUtime=462.26 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128192 0 0 0 46210 16 0 0 25 0 1 0 931204662 476884992 115099 33554432000 4194304 6736272 140737285261536 18446744073709551615 5148089 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 116427 115099 285 621 0 115797 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 465708

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/484 13153
/proc/meminfo: memFree=23812104/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=465708 CPUtime=522.26 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 128196 0 0 0 52210 16 0 0 25 0 1 0 931204662 476884992 115103 33554432000 4194304 6736272 140737285261536 18446744073709551615 4734944 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 116427 115103 285 621 0 115797 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 465708

[startup+582.301 s]
/proc/loadavg: 2.09 2.03 1.96 3/484 13155
/proc/meminfo: memFree=23803000/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=477104 CPUtime=582.27 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 130635 0 0 0 58210 17 0 0 25 0 1 0 931204662 488554496 117542 33554432000 4194304 6736272 140737285261536 18446744073709551615 5803175 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 119276 117542 300 621 0 118646 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 477104


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

[startup+822.301 s]
/proc/loadavg: 2.11 2.04 1.97 3/484 13161
/proc/meminfo: memFree=23792260/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=488704 CPUtime=822.28 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 132388 0 0 0 82211 17 0 0 25 0 1 0 931204662 500432896 119295 33554432000 4194304 6736272 140737285261536 18446744073709551615 5811898 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 122176 119295 300 621 0 121546 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 488704

[startup+882.301 s]
/proc/loadavg: 2.04 2.03 1.97 3/484 13163
/proc/meminfo: memFree=23789116/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=488704 CPUtime=882.28 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 132577 0 0 0 88211 17 0 0 25 0 1 0 931204662 500432896 119484 33554432000 4194304 6736272 140737285261536 18446744073709551615 5817936 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 122176 119484 300 621 0 121546 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 488704

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 1.97 3/484 13164
/proc/meminfo: memFree=23789688/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=488704 CPUtime=942.28 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 132577 0 0 0 94211 17 0 0 25 0 1 0 931204662 500432896 119484 33554432000 4194304 6736272 140737285261536 18446744073709551615 5816791 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 122176 119484 300 621 0 121546 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 488704

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/484 13169
/proc/meminfo: memFree=23788740/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=488704 CPUtime=1002.28 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 132578 0 0 0 100211 17 0 0 25 0 1 0 931204662 500432896 119485 33554432000 4194304 6736272 140737285261536 18446744073709551615 5818493 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 122176 119485 300 621 0 121546 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 488704

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/484 13171
/proc/meminfo: memFree=23787884/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=488704 CPUtime=1062.28 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 132582 0 0 0 106211 17 0 0 25 0 1 0 931204662 500432896 119487 33554432000 4194304 6736272 140737285261536 18446744073709551615 5154709 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 122176 119487 300 621 0 121546 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 488704

[startup+1122.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/484 13172
/proc/meminfo: memFree=23779792/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=500380 CPUtime=1122.29 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 134550 0 0 0 112211 18 0 0 25 0 1 0 931204662 512389120 121438 33554432000 4194304 6736272 140737285261536 18446744073709551615 5219555 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 125095 121438 285 621 0 124465 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 500380

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/484 13174
/proc/meminfo: memFree=23771320/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=500380 CPUtime=1182.29 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 136183 0 0 0 118211 18 0 0 25 0 1 0 931204662 512389120 123071 33554432000 4194304 6736272 140737285261536 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 125095 123071 285 621 0 124465 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 500380

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/484 13175
/proc/meminfo: memFree=23765072/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=520324 CPUtime=1242.29 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 137333 0 0 0 124211 18 0 0 25 0 1 0 931204662 532811776 124221 33554432000 4194304 6736272 140737285261536 18446744073709551615 4510232 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 130081 124221 285 621 0 129451 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 520324

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/484 13177
/proc/meminfo: memFree=23756464/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=523924 CPUtime=1302.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 139302 0 0 0 130212 18 0 0 25 0 1 0 931204662 536498176 126189 33554432000 4194304 6736272 140737285261536 18446744073709551615 5150756 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 130981 126189 285 621 0 130351 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 523924

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/484 13179
/proc/meminfo: memFree=23751220/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=526052 CPUtime=1362.29 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 140575 0 0 0 136211 18 0 0 25 0 1 0 931204662 538677248 127462 33554432000 4194304 6736272 140737285261536 18446744073709551615 4510243 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 131513 127462 285 621 0 130883 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 526052

[startup+1422.32 s]
/proc/loadavg: 2.01 2.01 1.98 3/484 13180
/proc/meminfo: memFree=23748452/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=526052 CPUtime=1422.31 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 141378 0 0 0 142212 19 0 0 25 0 1 0 931204662 538677248 128265 33554432000 4194304 6736272 140737285261536 18446744073709551615 5803315 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 131513 128265 285 621 0 130883 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 526052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/484 13182
/proc/meminfo: memFree=23753484/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=526052 CPUtime=1482.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 141697 0 0 0 148211 19 0 0 25 0 1 0 931204662 538677248 128584 33554432000 4194304 6736272 140737285261536 18446744073709551615 5149229 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 131513 128584 285 621 0 130883 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 526052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/484 13183
/proc/meminfo: memFree=23752800/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=526052 CPUtime=1542.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 142123 0 0 0 154211 19 0 0 25 0 1 0 931204662 538677248 129010 33554432000 4194304 6736272 140737285261536 18446744073709551615 5817290 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 131513 129010 285 621 0 130883 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 526052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/484 13185
/proc/meminfo: memFree=23748784/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=526052 CPUtime=1602.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 142997 0 0 0 160211 19 0 0 25 0 1 0 931204662 538677248 129884 33554432000 4194304 6736272 140737285261536 18446744073709551615 5146802 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 131513 129884 285 621 0 130883 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 526052

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/484 13187
/proc/meminfo: memFree=23794480/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=478928 CPUtime=1662.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 143771 0 0 0 166211 19 0 0 25 0 1 0 931204662 490422272 118439 33554432000 4194304 6736272 140737285261536 18446744073709551615 5803157 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 119732 118439 285 621 0 119102 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 478928

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/484 13188
/proc/meminfo: memFree=23791460/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=480604 CPUtime=1722.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 144132 0 0 0 172211 19 0 0 25 0 1 0 931204662 492138496 118800 33554432000 4194304 6736272 140737285261536 18446744073709551615 5219603 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 120151 118800 285 621 0 119521 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 480604

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/484 13190
/proc/meminfo: memFree=23789052/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=480604 CPUtime=1782.3 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 144136 0 0 0 178211 19 0 0 25 0 1 0 931204662 492138496 118804 33554432000 4194304 6736272 140737285261536 18446744073709551615 5803347 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 120151 118804 285 621 0 119521 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 480604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/484 13190
/proc/meminfo: memFree=23788896/32950928 swapFree=61542356/67111528
[pid=13111] ppid=13109 vsize=480604 CPUtime=1800.01 cores=1,3,5,7
/proc/13111/stat : 13111 (minisatid-gmp) R 13109 13111 10702 0 -1 4202496 144136 0 0 0 179982 19 0 0 25 0 1 0 931204662 492138496 118804 33554432000 4194304 6736272 140737285261536 18446744073709551615 5146875 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/13111/statm: 120151 118804 285 621 0 119521 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 480604

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.04
CPU time (s): 1800.05
CPU user time (s): 1799.83
CPU system time (s): 0.219966
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 526052

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

runsolver used 8.04178 second user time and 19.891 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-07 03:22:20
IDJOB=3466407
IDBENCH=3011
IDSOLVER=1957
FILE ID=node116/3466407-1307409739
RUNJOBID= node116-1307407937-12979
PBS_JOBID= 13514191
Free space on /tmp= 73980 MiB

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

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

MD5SUM BENCH= 731d8a8b62f1165d7f7ff2eb0e8bed96
RANDOM SEED=687620057

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      23716840 kB
Buffers:        301944 kB
Cached:         600960 kB
SwapCached:      12612 kB
Active:        8564716 kB
Inactive:       396380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23716840 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:           11276 kB
Writeback:           0 kB
AnonPages:     8056116 kB
Mapped:          23748 kB
Slab:           141576 kB
PageTables:      64348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140572992 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= 73988 MiB
End job on node116 at 2011-06-07 03:52:22