Trace number 3496707

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.05 1802.12

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
MD5SUMae51e618574b80c61fbc975822c4a1eb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084309088316738947240174611804419280895599096947
Number of bits of the biggest sum of numbers211
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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.98 2/175 11370
/proc/meminfo: memFree=31189320/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=7800 CPUtime=0 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 437 0 0 0 0 0 0 0 25 0 1 0 904706025 7987200 390 33554432000 4194304 6957856 140736454592864 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/11370/statm: 1950 390 251 675 0 1266 0

[startup+0.0971191 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 11370
/proc/meminfo: memFree=31189320/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=15404 CPUtime=0.09 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 2322 0 0 0 9 0 0 0 25 0 1 0 904706025 15773696 2275 33554432000 4194304 6957856 140736454592864 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 3851 2275 251 675 0 3167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15404

[startup+0.101117 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 11370
/proc/meminfo: memFree=31189320/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=15792 CPUtime=0.09 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 2401 0 0 0 9 0 0 0 25 0 1 0 904706025 16171008 2354 33554432000 4194304 6957856 140736454592864 18446744073709551615 4463644 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 3948 2354 251 675 0 3264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15792

[startup+0.301099 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 11370
/proc/meminfo: memFree=31189320/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=32548 CPUtime=0.29 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 6614 0 0 0 28 1 0 0 25 0 1 0 904706025 33329152 6453 33554432000 4194304 6957856 140736454592864 18446744073709551615 5387552 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 8137 6453 252 675 0 7453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32548

[startup+0.701031 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 11370
/proc/meminfo: memFree=31189320/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=68332 CPUtime=0.69 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 16449 0 0 0 67 2 0 0 25 0 1 0 904706025 69971968 15461 33554432000 4194304 6957856 140736454592864 18446744073709551615 5934057 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 17083 15461 268 675 0 16399 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68332

[startup+1.50092 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11371
/proc/meminfo: memFree=31100184/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=94840 CPUtime=1.49 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 24683 0 0 0 146 3 0 0 25 0 1 0 904706025 97116160 22126 33554432000 4194304 6957856 140736454592864 18446744073709551615 5929269 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 23710 22126 275 675 0 23026 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94840

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11371
/proc/meminfo: memFree=31096468/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=94876 CPUtime=3.09 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 25327 0 0 0 306 3 0 0 25 0 1 0 904706025 97153024 22171 33554432000 4194304 6957856 140736454592864 18446744073709551615 4638248 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 23719 22171 284 675 0 23035 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94876

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11371
/proc/meminfo: memFree=31089404/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=94876 CPUtime=6.29 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 25331 0 0 0 626 3 0 0 25 0 1 0 904706025 97153024 22174 33554432000 4194304 6957856 140736454592864 18446744073709551615 5934082 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 23719 22174 284 675 0 23035 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94876

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11371
/proc/meminfo: memFree=31133564/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=94876 CPUtime=12.69 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 25334 0 0 0 1266 3 0 0 25 0 1 0 904706025 97153024 22176 33554432000 4194304 6957856 140736454592864 18446744073709551615 5922145 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 23719 22176 284 675 0 23035 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94876

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11373
/proc/meminfo: memFree=31132704/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=95920 CPUtime=25.49 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 25585 0 0 0 2546 3 0 0 25 0 1 0 904706025 98222080 22426 33554432000 4194304 6957856 140736454592864 18446744073709551615 5932833 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/11370/statm: 23980 22426 284 675 0 23296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95920

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11373
/proc/meminfo: memFree=31132552/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=95920 CPUtime=51.09 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 25692 0 0 0 5105 4 0 0 25 0 1 0 904706025 98222080 22531 33554432000 4194304 6957856 140736454592864 18446744073709551615 5918155 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/11370/statm: 23980 22531 284 675 0 23296 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95920

[startup+102.307 s]
/proc/loadavg: 1.96 1.98 1.97 3/176 11414
/proc/meminfo: memFree=31031868/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=98640 CPUtime=102.23 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 26955 0 0 0 10217 6 0 0 25 0 1 0 904706025 101007360 23788 33554432000 4194304 6957856 140736454592864 18446744073709551615 5932649 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/11370/statm: 24660 23788 285 675 0 23976 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 98640

[startup+162.3 s]
/proc/loadavg: 1.98 1.98 1.97 3/176 11414
/proc/meminfo: memFree=31018216/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=122588 CPUtime=162.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 30386 0 0 0 16214 7 0 0 25 0 1 0 904706025 125530112 27212 33554432000 4194304 6957856 140736454592864 18446744073709551615 5387648 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/11370/statm: 30647 27212 285 675 0 29963 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 122588

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 11416
/proc/meminfo: memFree=31018948/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=110912 CPUtime=222.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 35674 0 0 0 22213 8 0 0 25 0 1 0 904706025 113573888 26652 33554432000 4194304 6957856 140736454592864 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 27728 26652 286 675 0 27044 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 110912

[startup+282.301 s]
/proc/loadavg: 2.04 2.00 1.98 3/176 11418
/proc/meminfo: memFree=31013468/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=122588 CPUtime=282.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 36644 0 0 0 28213 8 0 0 25 0 1 0 904706025 125530112 27622 33554432000 4194304 6957856 140736454592864 18446744073709551615 5922139 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 30647 27622 286 675 0 29963 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 122588

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/176 11420
/proc/meminfo: memFree=31011828/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=122588 CPUtime=342.2 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 36679 0 0 0 34212 8 0 0 25 0 1 0 904706025 125530112 27657 33554432000 4194304 6957856 140736454592864 18446744073709551615 5934386 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 30647 27657 286 675 0 29963 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 122588

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11422
/proc/meminfo: memFree=31002400/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=123028 CPUtime=402.2 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 38669 0 0 0 40212 8 0 0 25 0 1 0 904706025 125980672 29642 33554432000 4194304 6957856 140736454592864 18446744073709551615 4838152 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 30757 29642 286 675 0 30073 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 123028

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11422
/proc/meminfo: memFree=31024212/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=100076 CPUtime=462.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 41704 0 0 0 46212 9 0 0 25 0 1 0 904706025 102477824 24002 33554432000 4194304 6957856 140736454592864 18446744073709551615 5918158 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 25019 24002 286 675 0 24335 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 100076

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11424
/proc/meminfo: memFree=31007204/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=129428 CPUtime=522.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 45688 0 0 0 52211 10 0 0 25 0 1 0 904706025 132534272 27983 33554432000 4194304 6957856 140736454592864 18446744073709551615 5922131 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 32357 27983 286 675 0 31673 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 129428

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 11426
/proc/meminfo: memFree=30997768/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=148284 CPUtime=582.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 47614 0 0 0 58211 10 0 0 25 0 1 0 904706025 151842816 29900 33554432000 4194304 6957856 140736454592864 18446744073709551615 4854288 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 37071 29900 286 675 0 36387 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 148284

[startup+642.301 s]

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

/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 64856 0 0 0 106207 14 0 0 25 0 1 0 904706025 151842816 31860 33554432000 4194304 6957856 140736454592864 18446744073709551615 5314178 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 37071 31860 286 675 0 36387 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 148284

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 11440
/proc/meminfo: memFree=30955000/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=197604 CPUtime=1122.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 72504 0 0 0 112206 15 0 0 25 0 1 0 904706025 202346496 39508 33554432000 4194304 6957856 140736454592864 18446744073709551615 4866322 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 49401 39508 286 675 0 48717 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 197604

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 11442
/proc/meminfo: memFree=30932412/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1182.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 77679 0 0 0 118205 16 0 0 25 0 1 0 904706025 233906176 44677 33554432000 4194304 6957856 140736454592864 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 44677 286 675 0 56422 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 228424

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 11444
/proc/meminfo: memFree=30923224/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1242.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 79794 0 0 0 124205 17 0 0 25 0 1 0 904706025 233906176 46789 33554432000 4194304 6957856 140736454592864 18446744073709551615 4866417 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 46789 286 675 0 56422 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 228424

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 11446
/proc/meminfo: memFree=30922720/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1302.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 79796 0 0 0 130205 17 0 0 25 0 1 0 904706025 233906176 46791 33554432000 4194304 6957856 140736454592864 18446744073709551615 5922078 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 46791 286 675 0 56422 0
Current children cumulated CPU time (s) 1302.22
Current children cumulated vsize (KiB) 228424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 11446
/proc/meminfo: memFree=30922212/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1362.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 79901 0 0 0 136205 17 0 0 25 0 1 0 904706025 233906176 46896 33554432000 4194304 6957856 140736454592864 18446744073709551615 5934450 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 46896 286 675 0 56422 0
Current children cumulated CPU time (s) 1362.22
Current children cumulated vsize (KiB) 228424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 11448
/proc/meminfo: memFree=30909432/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1422.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 83061 0 0 0 142205 17 0 0 25 0 1 0 904706025 233906176 50054 33554432000 4194304 6957856 140736454592864 18446744073709551615 5307371 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 50054 286 675 0 56422 0
Current children cumulated CPU time (s) 1422.22
Current children cumulated vsize (KiB) 228424

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 11450
/proc/meminfo: memFree=30981584/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=148284 CPUtime=1482.21 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 83164 0 0 0 148204 17 0 0 25 0 1 0 904706025 151842816 31860 33554432000 4194304 6957856 140736454592864 18446744073709551615 5922131 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 37071 31860 286 675 0 36387 0
Current children cumulated CPU time (s) 1482.21
Current children cumulated vsize (KiB) 148284

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 11452
/proc/meminfo: memFree=30982064/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=148284 CPUtime=1542.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 83164 0 0 0 154205 17 0 0 25 0 1 0 904706025 151842816 31860 33554432000 4194304 6957856 140736454592864 18446744073709551615 5387552 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 37071 31860 286 675 0 36387 0
Current children cumulated CPU time (s) 1542.22
Current children cumulated vsize (KiB) 148284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11454
/proc/meminfo: memFree=30945340/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=197604 CPUtime=1602.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 92553 0 0 0 160204 18 0 0 25 0 1 0 904706025 202346496 41247 33554432000 4194304 6957856 140736454592864 18446744073709551615 5922016 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 49401 41247 286 675 0 48717 0
Current children cumulated CPU time (s) 1602.22
Current children cumulated vsize (KiB) 197604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11454
/proc/meminfo: memFree=30933792/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=197604 CPUtime=1662.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 95350 0 0 0 166203 19 0 0 25 0 1 0 904706025 202346496 44038 33554432000 4194304 6957856 140736454592864 18446744073709551615 5918152 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 49401 44038 286 675 0 48717 0
Current children cumulated CPU time (s) 1662.22
Current children cumulated vsize (KiB) 197604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11456
/proc/meminfo: memFree=30924720/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1722.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 97625 0 0 0 172203 19 0 0 25 0 1 0 904706025 233906176 46301 33554432000 4194304 6957856 140736454592864 18446744073709551615 5311744 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 46301 286 675 0 56422 0
Current children cumulated CPU time (s) 1722.22
Current children cumulated vsize (KiB) 228424

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11458
/proc/meminfo: memFree=30915280/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1782.22 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 99998 0 0 0 178202 20 0 0 25 0 1 0 904706025 233906176 48673 33554432000 4194304 6957856 140736454592864 18446744073709551615 5934612 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 48673 286 675 0 56422 0
Current children cumulated CPU time (s) 1782.22
Current children cumulated vsize (KiB) 228424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11458
/proc/meminfo: memFree=30912424/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228424 CPUtime=1800.03 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) R 11368 11370 9742 0 -1 4202496 100669 0 0 0 179983 20 0 0 25 0 1 0 904706025 233906176 49344 33554432000 4194304 6957856 140736454592864 18446744073709551615 5918075 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/11370/statm: 57106 49344 286 675 0 56422 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 228424

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11370

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 11459
/proc/meminfo: memFree=30912416/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228428 CPUtime=1800.03 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) S 11368 11370 9742 0 -1 4202496 100672 0 0 0 179983 20 0 0 25 0 1 0 904706025 233910272 49347 33554432000 4194304 6957856 140736454592864 18446744073709551615 6100974 0 16384 4096 17571 18446604453532891072 0 0 17 4 0 0 0
/proc/11370/statm: 57107 49347 288 675 0 56423 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 228428

[startup+1801.81 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 11459
/proc/meminfo: memFree=30912416/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228428 CPUtime=1800.03 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) S 11368 11370 9742 0 -1 4202496 100672 0 0 0 179983 20 0 0 25 0 1 0 904706025 233910272 49347 33554432000 4194304 6957856 140736454592864 18446744073709551615 6100974 0 16384 4096 17571 18446604453532891072 0 0 17 4 0 0 0
/proc/11370/statm: 57107 49347 288 675 0 56423 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 228428

[startup+1802 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 11459
/proc/meminfo: memFree=30912416/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228428 CPUtime=1800.03 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) S 11368 11370 9742 0 -1 4202496 100672 0 0 0 179983 20 0 0 25 0 1 0 904706025 233910272 49347 33554432000 4194304 6957856 140736454592864 18446744073709551615 6100974 0 16384 4096 17571 18446604453532891072 0 0 17 4 0 0 0
/proc/11370/statm: 57107 49347 288 675 0 56423 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 228428

[startup+1802.1 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 11459
/proc/meminfo: memFree=30912416/32951132 swapFree=67052544/67111528
[pid=11370] ppid=11368 vsize=228428 CPUtime=1800.03 cores=0,2,4,6
/proc/11370/stat : 11370 (minisatid-gmp) S 11368 11370 9742 0 -1 4202496 100672 0 0 0 179983 20 0 0 25 0 1 0 904706025 233910272 49347 33554432000 4194304 6957856 140736454592864 18446744073709551615 6100974 0 16384 4096 17571 18446604453532891072 0 0 17 4 0 0 0
/proc/11370/statm: 57107 49347 288 675 0 56423 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 228428

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.12
CPU time (s): 1800.05
CPU user time (s): 1799.83
CPU system time (s): 0.213967
CPU usage (%): 99.8852
Max. virtual memory (cumulated for all children) (KiB): 228428

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

runsolver used 2.6546 second user time and 5.54516 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 04:11:14
IDJOB=3496707
IDBENCH=2978
IDSOLVER=1990
FILE ID=node128/3496707-1307931074
RUNJOBID= node128-1307919795-9760
PBS_JOBID= 13559651
Free space on /tmp= 74076 MiB

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

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

MD5SUM BENCH= ae51e618574b80c61fbc975822c4a1eb
RANDOM SEED=1484745433

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.852
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31189624 kB
Buffers:        319020 kB
Cached:        1076404 kB
SwapCached:      11368 kB
Active:         640860 kB
Inactive:       891644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31189624 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:            4492 kB
Writeback:           0 kB
AnonPages:      134968 kB
Mapped:          11336 kB
Slab:           164644 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   346032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74068 MiB
End job on node128 at 2011-06-13 04:41:16