Trace number 3496851

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 1800.13

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dolom1.opb
MD5SUM0b7be4a8ca67db62b7397f891414d40c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18720440947643392
Optimality of the best value was proved NO
Number of variables66480
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 35987090508169209146105
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 35987192908169209146105
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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.94 2/175 10382
/proc/meminfo: memFree=30968664/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=7896 CPUtime=0 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 1 0 904164724 8085504 369 33554432000 4194304 6957856 140736193663072 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/10382/statm: 1974 369 227 675 0 1290 0

[startup+0.0851469 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 10382
/proc/meminfo: memFree=30968664/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=14844 CPUtime=0.07 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 2322 0 0 0 7 0 0 0 25 0 1 0 904164724 15200256 1937 33554432000 4194304 6957856 140736193663072 18446744073709551615 4337886 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/10382/statm: 3711 1937 227 675 0 3027 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14844

[startup+0.10114 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 10382
/proc/meminfo: memFree=30968664/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=15372 CPUtime=0.09 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 2476 0 0 0 9 0 0 0 25 0 1 0 904164724 15740928 2091 33554432000 4194304 6957856 140736193663072 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/10382/statm: 3843 2092 227 675 0 3159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15372

[startup+0.301075 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 10382
/proc/meminfo: memFree=30968664/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=43444 CPUtime=0.29 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 11308 0 0 0 28 1 0 0 25 0 1 0 904164724 44486656 8595 33554432000 4194304 6957856 140736193663072 18446744073709551615 5932611 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/10382/statm: 10861 8595 252 675 0 10177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43444

[startup+0.701014 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 10382
/proc/meminfo: memFree=30968664/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=48376 CPUtime=0.69 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 12525 0 0 0 68 1 0 0 25 0 1 0 904164724 49537024 9812 33554432000 4194304 6957856 140736193663072 18446744073709551615 5602269 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/10382/statm: 12094 9814 252 675 0 11410 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48376

[startup+1.50091 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10383
/proc/meminfo: memFree=30905068/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=95680 CPUtime=1.49 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 30417 0 0 0 146 3 0 0 25 0 1 0 904164724 97976320 21994 33554432000 4194304 6957856 140736193663072 18446744073709551615 4769081 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/10382/statm: 23920 21994 271 675 0 23236 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95680

[startup+3.10057 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10383
/proc/meminfo: memFree=30837364/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=166412 CPUtime=3.08 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 56461 0 0 0 301 7 0 0 25 0 1 0 904164724 170405888 39157 33554432000 4194304 6957856 140736193663072 18446744073709551615 5314183 0 0 4096 17571 0 0 0 17 6 0 0 0
/proc/10382/statm: 41603 39157 278 675 0 40919 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 166412

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10383
/proc/meminfo: memFree=30770632/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=171692 CPUtime=6.28 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 57919 0 0 0 621 7 0 0 25 0 1 0 904164724 175812608 40615 33554432000 4194304 6957856 140736193663072 18446744073709551615 5922052 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 42923 40615 279 675 0 42239 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 171692

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10383
/proc/meminfo: memFree=30834184/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=171692 CPUtime=12.68 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 58023 0 0 0 1261 7 0 0 25 0 1 0 904164724 175812608 40713 33554432000 4194304 6957856 140736193663072 18446744073709551615 5387536 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 42923 40713 288 675 0 42239 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 171692

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10383
/proc/meminfo: memFree=30796732/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=171692 CPUtime=25.48 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 58412 0 0 0 2541 7 0 0 25 0 1 0 904164724 175812608 41092 33554432000 4194304 6957856 140736193663072 18446744073709551615 4838376 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 42923 41092 288 675 0 42239 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 171692

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10385
/proc/meminfo: memFree=30831264/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=186012 CPUtime=51.09 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 62460 0 0 0 5101 8 0 0 25 0 1 0 904164724 190476288 45116 33554432000 4194304 6957856 140736193663072 18446744073709551615 4838149 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 46503 45116 288 675 0 45819 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 186012

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10424
/proc/meminfo: memFree=31023464/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=197688 CPUtime=102.29 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 83569 0 0 0 10216 13 0 0 25 0 1 0 904164724 202432512 47565 33554432000 4194304 6957856 140736193663072 18446744073709551615 5922016 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 49422 47565 289 675 0 48738 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 197688

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10426
/proc/meminfo: memFree=30943720/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=216656 CPUtime=162.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 109209 0 0 0 16209 18 0 0 25 0 1 0 904164724 221855744 51234 33554432000 4194304 6957856 140736193663072 18446744073709551615 5922145 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 54164 51234 289 675 0 53480 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 216656

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10428
/proc/meminfo: memFree=30811160/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=247476 CPUtime=222.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 141140 0 0 0 22202 25 0 0 25 0 1 0 904164724 253415424 56140 33554432000 4194304 6957856 140736193663072 18446744073709551615 4866428 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 61869 56140 289 675 0 61185 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 247476

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10430
/proc/meminfo: memFree=30771972/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=216656 CPUtime=282.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 209444 0 0 0 28186 41 0 0 25 0 1 0 904164724 221855744 50962 33554432000 4194304 6957856 140736193663072 18446744073709551615 5918102 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 54164 50962 289 675 0 53480 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 216656

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10432
/proc/meminfo: memFree=30767872/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=216656 CPUtime=342.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 223709 0 0 0 34182 44 0 0 25 0 1 0 904164724 221855744 51468 33554432000 4194304 6957856 140736193663072 18446744073709551615 5934386 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 54164 51468 289 675 0 53480 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 216656

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10432
/proc/meminfo: memFree=31020944/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=186008 CPUtime=402.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 241203 0 0 0 40177 49 0 0 25 0 1 0 904164724 190472192 44649 33554432000 4194304 6957856 140736193663072 18446744073709551615 4870048 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 46502 44649 289 675 0 45818 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 186008

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10434
/proc/meminfo: memFree=30886388/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=218924 CPUtime=462.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 283788 0 0 0 46171 55 0 0 25 0 1 0 904164724 224178176 48797 33554432000 4194304 6957856 140736193663072 18446744073709551615 5917991 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 54731 48797 289 675 0 54047 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 218924

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 10436
/proc/meminfo: memFree=30822520/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=218924 CPUtime=522.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 295501 0 0 0 52169 57 0 0 25 0 1 0 904164724 224178176 51305 33554432000 4194304 6957856 140736193663072 18446744073709551615 5932662 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 54731 51305 289 675 0 54047 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 218924

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/176 10438
/proc/meminfo: memFree=30732484/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=221772 CPUtime=582.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 314501 0 0 0 58167 59 0 0 25 0 1 0 904164724 227094528 54177 33554432000 4194304 6957856 140736193663072 18446744073709551615 5312950 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 55443 54177 289 675 0 54759 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 221772

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10446
/proc/meminfo: memFree=30483700/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=390072 CPUtime=882.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 448261 0 0 0 88150 76 0 0 25 0 1 0 904164724 399433728 81231 33554432000 4194304 6957856 140736193663072 18446744073709551615 5922093 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 97518 81231 289 675 0 96834 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 390072

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10448
/proc/meminfo: memFree=30321740/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=390072 CPUtime=942.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 457322 0 0 0 94148 78 0 0 25 0 1 0 904164724 399433728 90283 33554432000 4194304 6957856 140736193663072 18446744073709551615 4838126 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 97518 90283 289 675 0 96834 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 390072

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10448
/proc/meminfo: memFree=30199592/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=471460 CPUtime=1002.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 466483 0 0 0 100146 81 0 0 25 0 1 0 904164724 482775040 99442 33554432000 4194304 6957856 140736193663072 18446744073709551615 4851111 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 117865 99442 289 675 0 117181 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 471460

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10450
/proc/meminfo: memFree=30470400/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=471460 CPUtime=1062.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 475567 0 0 0 106144 82 0 0 25 0 1 0 904164724 482775040 108523 33554432000 4194304 6957856 140736193663072 18446744073709551615 5933982 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 117865 108523 289 675 0 117181 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 471460

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10452
/proc/meminfo: memFree=30293324/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1122.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 484574 0 0 0 112143 84 0 0 25 0 1 0 904164724 618209280 117526 33554432000 4194304 6957856 140736193663072 18446744073709551615 4869536 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 117526 289 675 0 150246 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 603720

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10454
/proc/meminfo: memFree=30150092/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1182.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 493559 0 0 0 118142 85 0 0 25 0 1 0 904164724 618209280 126509 33554432000 4194304 6957856 140736193663072 18446744073709551615 4867778 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 126509 289 675 0 150246 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 603720

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/176 10465
/proc/meminfo: memFree=30358920/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1242.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 502549 0 0 0 124139 87 0 0 25 0 1 0 904164724 618209280 135496 33554432000 4194304 6957856 140736193663072 18446744073709551615 5312981 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 135496 289 675 0 150246 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 603720

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/176 10465
/proc/meminfo: memFree=30205024/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1302.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 510744 0 0 0 130138 89 0 0 25 0 1 0 904164724 618209280 143687 33554432000 4194304 6957856 140736193663072 18446744073709551615 4737698 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 150930 143687 289 675 0 150246 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 603720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10467
/proc/meminfo: memFree=30192868/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1362.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 578390 0 0 0 136128 98 0 0 25 0 1 0 904164724 618209280 123727 33554432000 4194304 6957856 140736193663072 18446744073709551615 5932625 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 123727 289 675 0 150246 0
Current children cumulated CPU time (s) 1362.26
Current children cumulated vsize (KiB) 603720

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10469
/proc/meminfo: memFree=30053240/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1422.27 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 587446 0 0 0 142127 100 0 0 25 0 1 0 904164724 618209280 132778 33554432000 4194304 6957856 140736193663072 18446744073709551615 5918108 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 132778 289 675 0 150246 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 603720

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10471
/proc/meminfo: memFree=30330624/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1482.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 596304 0 0 0 148125 101 0 0 25 0 1 0 904164724 618209280 141630 33554432000 4194304 6957856 140736193663072 18446744073709551615 5934057 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 141630 289 675 0 150246 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 603720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10475
/proc/meminfo: memFree=30145352/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=818644 CPUtime=1542.26 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 605161 0 0 0 154124 102 0 0 25 0 1 0 904164724 838291456 150481 33554432000 4194304 6957856 140736193663072 18446744073709551615 5313006 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 204661 150481 289 675 0 203977 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 818644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10476
/proc/meminfo: memFree=29968172/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=818644 CPUtime=1602.21 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 613285 0 0 0 160117 104 0 0 25 0 1 0 904164724 838291456 158604 33554432000 4194304 6957856 140736193663072 18446744073709551615 5934014 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/10382/statm: 204661 158604 289 675 0 203977 0
Current children cumulated CPU time (s) 1602.21
Current children cumulated vsize (KiB) 818644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 10478
/proc/meminfo: memFree=30258452/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=818644 CPUtime=1662.22 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 621407 0 0 0 166116 106 0 0 25 0 1 0 904164724 838291456 166723 33554432000 4194304 6957856 140736193663072 18446744073709551615 5385219 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 204661 166723 289 675 0 203977 0
Current children cumulated CPU time (s) 1662.22
Current children cumulated vsize (KiB) 818644

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/176 10480
/proc/meminfo: memFree=30075540/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=818644 CPUtime=1722.22 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 630298 0 0 0 172115 107 0 0 25 0 1 0 904164724 838291456 175609 33554432000 4194304 6957856 140736193663072 18446744073709551615 5932705 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 204661 175609 289 675 0 203977 0
Current children cumulated CPU time (s) 1722.22
Current children cumulated vsize (KiB) 818644

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/176 10482
/proc/meminfo: memFree=29886064/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=818644 CPUtime=1782.21 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 639044 0 0 0 178113 108 0 0 25 0 1 0 904164724 838291456 184352 33554432000 4194304 6957856 140736193663072 18446744073709551615 5314078 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 204661 184352 289 675 0 203977 0
Current children cumulated CPU time (s) 1782.21
Current children cumulated vsize (KiB) 818644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.01 2.01 1.96 3/176 10482
/proc/meminfo: memFree=30102692/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1800.02 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 699151 0 0 0 179886 116 0 0 25 0 1 0 904164724 618209280 118735 33554432000 4194304 6957856 140736193663072 18446744073709551615 5316230 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 118735 289 675 0 150246 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 603720

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

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

[startup+1800.1 s]
/proc/loadavg: 2.01 2.01 1.96 3/176 10482
/proc/meminfo: memFree=30102692/32951132 swapFree=67052544/67111528
[pid=10382] ppid=10380 vsize=603720 CPUtime=1800.02 cores=0,2,4,6
/proc/10382/stat : 10382 (minisatid-gmp) R 10380 10382 9742 0 -1 4202496 699151 0 0 0 179886 116 0 0 25 0 1 0 904164724 618209280 118735 33554432000 4194304 6957856 140736193663072 18446744073709551615 5316230 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/10382/statm: 150930 118735 289 675 0 150246 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 603720

Child status: 0
Real time (s): 1800.13
CPU time (s): 1800.05
CPU user time (s): 1798.86
CPU system time (s): 1.18782
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 1162520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.18782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 699156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 8882

runsolver used 2.66359 second user time and 5.52916 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 02:41:01
IDJOB=3496851
IDBENCH=2344
IDSOLVER=1990
FILE ID=node128/3496851-1307925660
RUNJOBID= node128-1307919795-9760
PBS_JOBID= 13559651
Free space on /tmp= 74068 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dolom1.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3496851-1307925660/watcher-3496851-1307925660 -o /tmp/evaluation-result-3496851-1307925660/solver-3496851-1307925660 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496851-1307925660.opb --verbosity=0 --format=opb --randomseed=1221861512

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

MD5SUM BENCH= 0b7be4a8ca67db62b7397f891414d40c
RANDOM SEED=1221861512

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:      30969208 kB
Buffers:        318164 kB
Cached:        1080232 kB
SwapCached:      11368 kB
Active:         861572 kB
Inactive:       891256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30969208 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:            8912 kB
Writeback:           0 kB
AnonPages:      352100 kB
Mapped:          11356 kB
Slab:           164388 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   594952 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 03:11:03