Trace number 3725628

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
toysat 2012-06-01? (TO) 1800.1 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_5.opb
MD5SUMb1b77cfc7c7e45b216596a736ff4b926
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark1796.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.09/0.17	c 2012-06-02T14:19:29+0200
0.09/0.17	c arch = x86_64
0.09/0.17	c os = linux
0.09/0.17	c compiler = ghc 7.4
0.09/0.17	c packages:
0.09/0.17	c   OptDir-0.0.1
0.09/0.17	c   array-0.4.0.0
0.09/0.17	c   base-4.5.0.0
0.09/0.17	c   bytestring-0.9.2.1
0.09/0.17	c   containers-0.4.2.1
0.09/0.17	c   deepseq-1.3.0.0
0.09/0.17	c   mtl-2.1.1
0.09/0.17	c   old_locale-1.0.0.4
0.09/0.17	c   parse_dimacs-1.2
0.09/0.17	c   parsec-3.1.2
0.09/0.17	c   queue-0.1.2
0.09/0.17	c   stm-2.3
0.09/0.17	c   time-1.4
0.09/0.17	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725628-1338639569.opb"]
0.09/0.17	c #vars 400
0.09/0.17	c #constraints 601
0.09/0.17	c Solving starts ...
2.89/2.91	c solving time = 2.734s
2.89/2.91	c #decision = 13058
2.89/2.91	c #conflict = 1255
2.89/2.91	c #restart = 4
2.89/2.91	o -20
2.89/2.91	c Solving starts ...
385.02/385.14	c learnt constraints deletion: 32822 -> 16465
662.47/662.67	c learnt constraints deletion: 36321 -> 18252
990.32/990.56	c learnt constraints deletion: 39050 -> 19595
1273.07/1273.31	c learnt constraints deletion: 42431 -> 21270
1480.23/1480.56	c learnt constraints deletion: 42200 -> 21157
1671.81/1672.18	c learnt constraints deletion: 45879 -> 22990

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-3725628-1338639569/watcher-3725628-1338639569 -o /tmp/evaluation-result-3725628-1338639569/solver-3725628-1338639569 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725628-1338639569.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17646
/proc/meminfo: memFree=30895368/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 794 0 0 0 0 0 0 0 20 0 1 0 330082876 6373376 714 33554432000 4194304 8989770 140736370494016 140736016070984 7746024 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 1556 714 428 1171 0 333 0

[startup+0.0104371 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17646
/proc/meminfo: memFree=30895368/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=7248 CPUtime=0 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 908 0 0 0 0 0 0 0 20 0 1 0 330082876 7421952 828 33554432000 4194304 8989770 140736370494016 140736016070984 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 1812 828 428 1171 0 589 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7248

[startup+0.100211 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17646
/proc/meminfo: memFree=30895368/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=15440 CPUtime=0.09 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 2927 0 0 0 9 0 0 0 20 0 1 0 330082876 15810560 2847 33554432000 4194304 8989770 140736370494016 140736016070984 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 3860 2847 441 1171 0 2637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15440

[startup+0.300203 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17646
/proc/meminfo: memFree=30895368/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=32848 CPUtime=0.28 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 7288 0 0 0 28 0 0 0 20 0 1 0 330082876 33636352 7208 33554432000 4194304 8989770 140736370494016 140736016070984 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 8212 7208 459 1171 0 6989 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32848

[startup+0.700257 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17646
/proc/meminfo: memFree=30895368/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=32848 CPUtime=0.69 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 7518 0 0 0 68 1 0 0 20 0 1 0 330082876 33636352 7438 33554432000 4194304 8989770 140736370494016 140736016070984 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 8212 7438 459 1171 0 6989 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32848

[startup+1.50021 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 17647
/proc/meminfo: memFree=30867436/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=33872 CPUtime=1.49 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 7774 0 0 0 148 1 0 0 20 0 1 0 330082876 34684928 7694 33554432000 4194304 8989770 140736370494016 140736370476032 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 8468 7694 459 1171 0 7245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33872

[startup+3.1002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 17647
/proc/meminfo: memFree=30865824/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=36944 CPUtime=3.09 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 8553 0 0 0 308 1 0 0 20 0 1 0 330082876 37830656 8473 33554432000 4194304 8989770 140736370494016 140736370476032 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 9236 8473 470 1171 0 8013 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36944

[startup+6.30025 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 17647
/proc/meminfo: memFree=30861140/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=37968 CPUtime=6.29 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 8816 0 0 0 627 2 0 0 20 0 1 0 330082876 38879232 8739 33554432000 4194304 8989770 140736370494016 140736370491968 4438248 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 9492 8739 470 1171 0 8269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37968

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 17647
/proc/meminfo: memFree=30860420/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=38992 CPUtime=12.68 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 9072 0 0 0 1266 2 0 0 20 0 1 0 330082876 39927808 8995 33554432000 4194304 8989770 140736370494016 140736370491968 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 9748 8995 470 1171 0 8525 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38992

[startup+25.5003 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 17647
/proc/meminfo: memFree=30854876/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=43088 CPUtime=25.47 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 10103 0 0 0 2543 4 0 0 20 0 1 0 330082876 44122112 10019 33554432000 4194304 8989770 140736370494016 140736370493280 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 10772 10019 470 1171 0 9549 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43088

[startup+51.1003 s]
/proc/loadavg: 2.11 2.05 2.01 3/178 17651
/proc/meminfo: memFree=30845720/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=51280 CPUtime=51.07 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 12151 0 0 0 5099 8 0 0 20 0 1 0 330082876 52510720 12067 33554432000 4194304 8989770 140736370494016 140736370493512 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 12820 12067 470 1171 0 11597 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 51280

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 17651
/proc/meminfo: memFree=30822952/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=68688 CPUtime=102.27 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 16503 0 0 0 10210 17 0 0 20 0 1 0 330082876 70336512 16419 33554432000 4194304 8989770 140736370494016 140736370493512 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 17172 16419 470 1171 0 15949 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 68688

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 17651
/proc/meminfo: memFree=30799980/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=87120 CPUtime=162.25 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 21112 0 0 0 16200 25 0 0 20 0 1 0 330082876 89210880 21027 33554432000 4194304 8989770 140736370494016 140736370491968 4204320 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 21780 21027 470 1171 0 20557 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 87120

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 17651
/proc/meminfo: memFree=30761752/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=118864 CPUtime=222.25 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 29050 0 0 0 22188 37 0 0 20 0 1 0 330082876 121716736 28963 33554432000 4194304 8989770 140736370494016 140736370493280 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 29716 28963 470 1171 0 28493 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 118864

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 17651
/proc/meminfo: memFree=30733600/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=143440 CPUtime=282.23 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 35194 0 0 0 28178 45 0 0 20 0 1 0 330082876 146882560 35107 33554432000 4194304 8989770 140736370494016 140736370493280 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 35860 35107 470 1171 0 34637 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 143440

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 17651
/proc/meminfo: memFree=30711028/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=159824 CPUtime=342.23 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 39292 0 0 0 34169 54 0 0 20 0 1 0 330082876 163659776 39203 33554432000 4194304 8989770 140736370494016 140736370491968 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 39956 39203 470 1171 0 38733 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 159824

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17652
/proc/meminfo: memFree=30690916/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=175184 CPUtime=402.21 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 43145 0 0 0 40160 61 0 0 20 0 1 0 330082876 179388416 43045 33554432000 4194304 8989770 140736370494016 140736370491968 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 43796 43045 472 1171 0 42573 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 175184

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17653
/proc/meminfo: memFree=30685860/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=175184 CPUtime=462.2 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 43145 0 0 0 46151 69 0 0 20 0 1 0 330082876 179388416 43045 33554432000 4194304 8989770 140736370494016 140736370493512 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 43796 43045 472 1171 0 42573 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 175184

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17653
/proc/meminfo: memFree=30659864/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=195664 CPUtime=522.19 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 48265 0 0 0 52142 77 0 0 20 0 1 0 330082876 200359936 48165 33554432000 4194304 8989770 140736370494016 140736370493280 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 48916 48165 472 1171 0 47693 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 195664

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17653
/proc/meminfo: memFree=30644736/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=204880 CPUtime=582.18 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 50569 0 0 0 58135 83 0 0 20 0 1 0 330082876 209797120 50469 33554432000 4194304 8989770 140736370494016 140736370493512 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 51220 50469 472 1171 0 49997 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 204880

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 17657
/proc/meminfo: memFree=30611072/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=216144 CPUtime=882.14 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 63371 0 0 0 88089 125 0 0 20 0 1 0 330082876 221331456 53285 33554432000 4194304 8989770 140736370494016 140736370491968 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 54036 53285 472 1171 0 52813 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 216144

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17657
/proc/meminfo: memFree=30585116/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=235600 CPUtime=942.12 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 68235 0 0 0 94080 132 0 0 20 0 1 0 330082876 241254400 58149 33554432000 4194304 8989770 140736370494016 140736370493512 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 58900 58149 472 1171 0 57677 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 235600

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17697
/proc/meminfo: memFree=30726808/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=256080 CPUtime=1002.12 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 73355 0 0 0 100070 142 0 0 20 0 1 0 330082876 262225920 63269 33554432000 4194304 8989770 140736370494016 140736370476032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 64020 63269 472 1171 0 62797 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 256080

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17735
/proc/meminfo: memFree=30798056/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=234576 CPUtime=1062.11 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 73355 0 0 0 106059 152 0 0 20 0 1 0 330082876 240205824 57893 33554432000 4194304 8989770 140736370494016 140736370491968 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 58644 57893 472 1171 0 57421 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 234576

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17773
/proc/meminfo: memFree=30758156/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=234576 CPUtime=1122.1 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 73355 0 0 0 112050 160 0 0 20 0 1 0 330082876 240205824 57893 33554432000 4194304 8989770 140736370494016 140736370493280 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 58644 57893 472 1171 0 57421 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 234576

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17773
/proc/meminfo: memFree=30725248/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=240720 CPUtime=1182.09 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 74893 0 0 0 118041 168 0 0 20 0 1 0 330082876 246497280 59429 33554432000 4194304 8989770 140736370494016 140736370493280 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 60180 59429 472 1171 0 58957 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 240720

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 17776
/proc/meminfo: memFree=30689288/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=264272 CPUtime=1242.08 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 80781 0 0 0 124032 176 0 0 20 0 1 0 330082876 270614528 65317 33554432000 4194304 8989770 140736370494016 140736370493280 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 66068 65317 472 1171 0 64845 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 264272

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17777
/proc/meminfo: memFree=30654800/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=291920 CPUtime=1302.07 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 87693 0 0 0 130021 186 0 0 20 0 1 0 330082876 298926080 72229 33554432000 4194304 8989770 140736370494016 140736370493280 4209376 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 72980 72229 472 1171 0 71757 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 291920

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 17777
/proc/meminfo: memFree=30615264/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=320592 CPUtime=1362.05 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 94872 0 0 0 136009 196 0 0 20 0 1 0 330082876 328286208 79397 33554432000 4194304 8989770 140736370494016 140736370491840 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 80148 79397 472 1171 0 78925 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 320592

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17777
/proc/meminfo: memFree=30605056/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=316496 CPUtime=1422.04 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 94873 0 0 0 141999 205 0 0 20 0 1 0 330082876 324091904 78373 33554432000 4194304 8989770 140736370494016 140736370493280 7678037 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 79124 78373 472 1171 0 77901 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 316496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17777
/proc/meminfo: memFree=30591636/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=316496 CPUtime=1482.03 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 94873 0 0 0 147989 214 0 0 20 0 1 0 330082876 324091904 78373 33554432000 4194304 8989770 140736370494016 140736370493280 4204289 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 79124 78373 472 1171 0 77901 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 316496

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17777
/proc/meminfo: memFree=30584200/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=316496 CPUtime=1542.03 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 94873 0 0 0 153979 224 0 0 20 0 1 0 330082876 324091904 78373 33554432000 4194304 8989770 140736370494016 140736370491968 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 79124 78373 472 1171 0 77901 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 316496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17778
/proc/meminfo: memFree=30579240/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=316496 CPUtime=1602.01 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 94873 0 0 0 159969 232 0 0 20 0 1 0 330082876 324091904 78373 33554432000 4194304 8989770 140736370494016 140736370493280 4434901 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 79124 78373 472 1171 0 77901 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 316496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17778
/proc/meminfo: memFree=30569940/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=321616 CPUtime=1662 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 96153 0 0 0 165958 242 0 0 20 0 1 0 330082876 329334784 79653 33554432000 4194304 8989770 140736370494016 140736370476032 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 80404 79653 472 1171 0 79181 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 321616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17778
/proc/meminfo: memFree=30534476/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=355408 CPUtime=1721.99 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 104603 0 0 0 171946 253 0 0 20 0 1 0 330082876 363937792 88101 33554432000 4194304 8989770 140736370494016 140736370493512 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 88852 88101 472 1171 0 87629 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 355408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17778
/proc/meminfo: memFree=30523792/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=358480 CPUtime=1781.99 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 105371 0 0 0 177938 261 0 0 20 0 1 0 330082876 367083520 88869 33554432000 4194304 8989770 140736370494016 140736370493280 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 89620 88869 472 1171 0 88397 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 358480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17778
/proc/meminfo: memFree=30519948/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=358480 CPUtime=1800.09 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 105371 0 0 0 179746 263 0 0 20 0 1 0 330082876 367083520 88869 33554432000 4194304 8989770 140736370494016 140736370493512 4213668 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 89620 88869 472 1171 0 88397 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 358480

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

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17778
/proc/meminfo: memFree=30519948/32873648 swapFree=7628/7628
[pid=17646] ppid=17644 vsize=358480 CPUtime=1800.09 cores=1,3,5,7
/proc/17646/stat : 17646 (toysat) R 17644 17646 16985 0 -1 4202496 105371 0 0 0 179746 263 0 0 20 0 1 0 330082876 367083520 88869 33554432000 4194304 8989770 140736370494016 140736370493512 4213668 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17646/statm: 89620 88869 472 1171 0 88397 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 358480

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1797.46
CPU system time (s): 2.6396
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 358480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.46
system time used= 2.6396
maximum resident set size= 355476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105371
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= 50
involuntary context switches= 1848

runsolver used 3.47247 second user time and 9.59354 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-02 14:19:29
IDJOB=3725628
IDBENCH=48253
IDSOLVER=2308
FILE ID=node122/3725628-1338639569
RUNJOBID= node122-1338631508-17002
PBS_JOBID= 14636458
Free space on /tmp= 71308 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_5.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725628-1338639569/watcher-3725628-1338639569 -o /tmp/evaluation-result-3725628-1338639569/solver-3725628-1338639569 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725628-1338639569.opb

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

MD5SUM BENCH= b1b77cfc7c7e45b216596a736ff4b926
RANDOM SEED=416457424

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30895516 kB
Buffers:          125480 kB
Cached:           944324 kB
SwapCached:         1816 kB
Active:           315720 kB
Inactive:         899960 kB
Active(anon):     146448 kB
Inactive(anon):     1928 kB
Active(file):     169272 kB
Inactive(file):   898032 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:              7360 kB
Writeback:             0 kB
AnonPages:        156248 kB
Mapped:            10588 kB
Shmem:                 0 kB
Slab:             624068 kB
SReclaimable:      68288 kB
SUnreclaim:       555780 kB
KernelStack:        1448 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     266992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node122 at 2012-06-02 14:49:31