Trace number 3724411

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 NameAnswerCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.1 1800.52

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-137.opb
MD5SUM395b6779bc0f993a1d1357b59c2e4536
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

30.48/30.53	c 2012-06-02T15:06:35+0200
30.48/30.53	c arch = x86_64
30.48/30.53	c os = linux
30.48/30.53	c compiler = ghc 7.4
30.48/30.53	c packages:
30.48/30.53	c   OptDir-0.0.1
30.48/30.53	c   array-0.4.0.0
30.48/30.53	c   base-4.5.0.0
30.48/30.53	c   bytestring-0.9.2.1
30.48/30.53	c   containers-0.4.2.1
30.48/30.53	c   deepseq-1.3.0.0
30.48/30.53	c   mtl-2.1.1
30.48/30.53	c   old_locale-1.0.0.4
30.48/30.53	c   parse_dimacs-1.2
30.48/30.53	c   parsec-3.1.2
30.48/30.53	c   queue-0.1.2
30.48/30.53	c   stm-2.3
30.48/30.53	c   time-1.4
30.48/30.53	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724411-1338642394.opb"]
30.48/30.53	c #vars 48411
30.48/30.53	c #constraints 1121517
30.48/30.53	c Solving starts ...

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-3724411-1338642394/watcher-3724411-1338642394 -o /tmp/evaluation-result-3724411-1338642394/solver-3724411-1338642394 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724411-1338642394.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.00 2.00 2.00 3/176 30518
/proc/meminfo: memFree=28800888/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 796 0 0 0 0 0 0 0 20 0 1 0 330364968 6373376 716 33554432000 4194304 8989770 140735381217776 140735381217040 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 1556 716 429 1171 0 333 0

[startup+0.047674 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30518
/proc/meminfo: memFree=28800888/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=9296 CPUtime=0.04 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 1578 0 0 0 4 0 0 0 20 0 1 0 330364968 9519104 1498 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 2324 1498 430 1171 0 1101 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9296

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30518
/proc/meminfo: memFree=28800888/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=13392 CPUtime=0.08 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 2479 0 0 0 8 0 0 0 20 0 1 0 330364968 13713408 2399 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 3348 2399 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13392

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30518
/proc/meminfo: memFree=28800888/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=24656 CPUtime=0.29 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 5441 0 0 0 28 1 0 0 20 0 1 0 330364968 25247744 5361 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 6164 5361 430 1171 0 4941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24656

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30518
/proc/meminfo: memFree=28800888/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=54352 CPUtime=0.69 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 12866 0 0 0 67 2 0 0 20 0 1 0 330364968 55656448 12786 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 13588 12786 431 1171 0 12365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54352

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=28733052/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=97360 CPUtime=1.49 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 23618 0 0 0 145 4 0 0 20 0 1 0 330364968 99696640 23538 33554432000 4194304 8989770 140735381217776 140735381217040 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 24340 23538 431 1171 0 23117 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97360

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=28675508/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=206928 CPUtime=3.08 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 50958 0 0 0 300 8 0 0 20 0 1 0 330364968 211894272 50878 33554432000 4194304 8989770 140735381217776 140735381215744 4209439 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 51732 50885 431 1171 0 50509 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 206928

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=28365812/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=440400 CPUtime=6.29 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 109378 0 0 0 611 18 0 0 20 0 1 0 330364968 450969600 109298 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 110100 109298 431 1171 0 108877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 440400

[startup+12.7064 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=28008784/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=796752 CPUtime=12.69 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 198466 0 0 0 1233 36 0 0 20 0 1 0 330364968 815874048 198386 33554432000 4194304 8989770 140735381217776 140735381217040 7742733 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 199188 198386 431 1171 0 197965 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 796752

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=27180844/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1793104 CPUtime=25.49 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447575 0 0 0 2466 83 0 0 20 0 1 0 330364968 1836138496 447495 33554432000 4194304 8989770 140735381217776 140735381216616 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 448276 447495 446 1171 0 447053 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1793104

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=27136120/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1668176 CPUtime=51.08 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447590 0 0 0 5020 88 0 0 20 0 1 0 330364968 1708212224 416278 33554432000 4194304 8989770 140735381217776 140735381217272 4214448 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 417044 416278 461 1171 0 415821 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1668176

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=27139840/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=102.27 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447590 0 0 0 10130 97 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381217040 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1664080

[startup+162.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30519
/proc/meminfo: memFree=27140088/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=162.26 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447590 0 0 0 16119 107 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381217272 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1664080

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30523
/proc/meminfo: memFree=27140400/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=222.26 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447590 0 0 0 22110 116 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381217040 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1664080

[startup+282.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 30562
/proc/meminfo: memFree=27590272/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=282.23 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447597 0 0 0 28097 126 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1664080

[startup+342.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/177 30562
/proc/meminfo: memFree=27409408/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=342.23 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447604 0 0 0 34088 135 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381217272 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1664080

[startup+402.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/177 30562
/proc/meminfo: memFree=27367400/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=402.21 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447608 0 0 0 40075 146 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1664080

[startup+462.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 30562
/proc/meminfo: memFree=27329380/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=462.19 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447630 0 0 0 46064 155 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381217040 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1664080

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30563
/proc/meminfo: memFree=27255256/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1664080 CPUtime=522.16 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 447648 0 0 0 52052 164 0 0 20 0 1 0 330364968 1704017920 415254 33554432000 4194304 8989770 140735381217776 140735381215744 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 416020 415254 461 1171 0 414797 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1664080

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 30563
/proc/meminfo: memFree=27183248/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1677392 CPUtime=582.15 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 450987 0 0 0 58039 176 0 0 20 0 1 0 330364968 1717649408 418582 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 419348 418582 461 1171 0 418125 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1677392

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30567
/proc/meminfo: memFree=26875904/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1880144 CPUtime=882.08 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 501727 0 0 0 87986 222 0 0 20 0 1 0 330364968 1925267456 469270 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 470036 469270 461 1171 0 468813 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 1880144

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30567
/proc/meminfo: memFree=26778964/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1906768 CPUtime=942.07 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 508386 0 0 0 93977 230 0 0 20 0 1 0 330364968 1952530432 475926 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 476692 475926 461 1171 0 475469 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 1906768

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30567
/proc/meminfo: memFree=26708436/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1940560 CPUtime=1002.05 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 516850 0 0 0 99966 239 0 0 20 0 1 0 330364968 1987133440 484374 33554432000 4194304 8989770 140735381217776 140735381217272 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 485140 484374 461 1171 0 483917 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 1940560

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 30567
/proc/meminfo: memFree=26679944/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1969232 CPUtime=1062.03 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 524040 0 0 0 105956 247 0 0 20 0 1 0 330364968 2016493568 491542 33554432000 4194304 8989770 140735381217776 140735381217272 4209142 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 492308 491542 461 1171 0 491085 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 1969232

[startup+1122.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 30568
/proc/meminfo: memFree=26650084/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=1998928 CPUtime=1122.01 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 531485 0 0 0 111945 256 0 0 20 0 1 0 330364968 2046902272 498966 33554432000 4194304 8989770 140735381217776 140735381217040 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 499732 498966 461 1171 0 498509 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 1998928

[startup+1182.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 30568
/proc/meminfo: memFree=26610928/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2037840 CPUtime=1181.98 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 541232 0 0 0 117934 264 0 0 20 0 1 0 330364968 2086748160 508694 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 509460 508694 461 1171 0 508237 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 2037840

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 30569
/proc/meminfo: memFree=26554156/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2077776 CPUtime=1241.97 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 551228 0 0 0 123924 273 0 0 20 0 1 0 330364968 2127642624 518678 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 519444 518678 461 1171 0 518221 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 2077776

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30569
/proc/meminfo: memFree=26480536/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2111568 CPUtime=1301.96 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 559679 0 0 0 129915 281 0 0 20 0 1 0 330364968 2162245632 527126 33554432000 4194304 8989770 140735381217776 140735381217272 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 527892 527126 461 1171 0 526669 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 2111568

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30569
/proc/meminfo: memFree=26448944/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2143312 CPUtime=1361.95 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 567623 0 0 0 135906 289 0 0 20 0 1 0 330364968 2194751488 535062 33554432000 4194304 8989770 140735381217776 140735381216616 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 535828 535062 461 1171 0 534605 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 2143312

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 30573
/proc/meminfo: memFree=26414440/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2177104 CPUtime=1421.94 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 576078 0 0 0 141898 296 0 0 20 0 1 0 330364968 2229354496 543510 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 544276 543510 461 1171 0 543053 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 2177104

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30573
/proc/meminfo: memFree=26369340/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2206800 CPUtime=1481.94 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 583503 0 0 0 147890 304 0 0 20 0 1 0 330364968 2259763200 550934 33554432000 4194304 8989770 140735381217776 140735381217272 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 551700 550934 461 1171 0 550477 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 2206800

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30573
/proc/meminfo: memFree=26302408/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2237520 CPUtime=1541.91 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 591188 0 0 0 153881 310 0 0 20 0 1 0 330364968 2291220480 558614 33554432000 4194304 8989770 140735381217776 140735381217040 4438180 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 559380 558614 461 1171 0 558157 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 2237520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30573
/proc/meminfo: memFree=26232748/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2269264 CPUtime=1601.91 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 599125 0 0 0 159872 319 0 0 20 0 1 0 330364968 2323726336 566550 33554432000 4194304 8989770 140735381217776 140735381217040 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 567316 566550 461 1171 0 566093 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 2269264

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30573
/proc/meminfo: memFree=26168436/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2295888 CPUtime=1661.9 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 605784 0 0 0 165863 327 0 0 20 0 1 0 330364968 2350989312 573206 33554432000 4194304 8989770 140735381217776 140735381217272 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 573972 573206 461 1171 0 572749 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 2295888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30574
/proc/meminfo: memFree=26098208/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2332752 CPUtime=1721.89 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 615003 0 0 0 171853 336 0 0 20 0 1 0 330364968 2388738048 582422 33554432000 4194304 8989770 140735381217776 140735381217040 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 583188 582422 461 1171 0 581965 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 2332752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30574
/proc/meminfo: memFree=26054604/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2360400 CPUtime=1781.88 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 621777 0 0 0 177845 343 0 0 20 0 1 0 330364968 2417049600 589196 33554432000 4194304 8989770 140735381217776 140735381217272 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 590100 589196 461 1171 0 588877 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 2360400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30574
/proc/meminfo: memFree=26038080/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2364496 CPUtime=1800.08 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 622939 0 0 0 179663 345 0 0 20 0 1 0 330364968 2421243904 590358 33554432000 4194304 8989770 140735381217776 140735381217272 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 591124 590358 461 1171 0 589901 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2364496

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30574
/proc/meminfo: memFree=26038080/32873648 swapFree=7116/7116
[pid=30518] ppid=30516 vsize=2364496 CPUtime=1800.08 cores=1,3,5,7
/proc/30518/stat : 30518 (toysat) R 30516 30518 28704 0 -1 4202496 622939 0 0 0 179663 345 0 0 20 0 1 0 330364968 2421243904 590358 33554432000 4194304 8989770 140735381217776 140735381217272 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30518/statm: 591124 590358 461 1171 0 589901 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2364496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.52
CPU time (s): 1800.1
CPU user time (s): 1796.63
CPU system time (s): 3.46847
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 2364496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.63
system time used= 3.46847
maximum resident set size= 2361432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 622939
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= 248
involuntary context switches= 1830

runsolver used 3.43148 second user time and 9.31258 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 15:06:35
IDJOB=3724411
IDBENCH=89649
IDSOLVER=2308
FILE ID=node123/3724411-1338642394
RUNJOBID= node123-1338631508-28721
PBS_JOBID= 14636457
Free space on /tmp= 71260 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-137.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724411-1338642394/watcher-3724411-1338642394 -o /tmp/evaluation-result-3724411-1338642394/solver-3724411-1338642394 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724411-1338642394.opb

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=994779455

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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	: 5331.92
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		: 2667.217
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		: 2667.217
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		: 2667.217
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	: 5331.91
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		: 2667.217
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		: 2667.217
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:        28801020 kB
Buffers:          472068 kB
Cached:          2201996 kB
SwapCached:         2272 kB
Active:          1343484 kB
Inactive:        1837984 kB
Active(anon):     502660 kB
Inactive(anon):     5520 kB
Active(file):     840824 kB
Inactive(file):  1832464 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:             56980 kB
Writeback:             0 kB
AnonPages:        515036 kB
Mapped:            12436 kB
Shmem:                 0 kB
Slab:             749580 kB
SReclaimable:     193184 kB
SUnreclaim:       556396 kB
KernelStack:        1448 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     626020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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= 71256 MiB
End job on node123 at 2012-06-02 15:36:38