Trace number 3724423

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.08 1800.42

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.29/5.30	c 2012-06-02T15:07:13+0200
5.29/5.30	c arch = x86_64
5.29/5.30	c os = linux
5.29/5.30	c compiler = ghc 7.4
5.29/5.30	c packages:
5.29/5.30	c   OptDir-0.0.1
5.29/5.30	c   array-0.4.0.0
5.29/5.30	c   base-4.5.0.0
5.29/5.30	c   bytestring-0.9.2.1
5.29/5.30	c   containers-0.4.2.1
5.29/5.30	c   deepseq-1.3.0.0
5.29/5.30	c   mtl-2.1.1
5.29/5.30	c   old_locale-1.0.0.4
5.29/5.30	c   parse_dimacs-1.2
5.29/5.30	c   parsec-3.1.2
5.29/5.30	c   queue-0.1.2
5.29/5.30	c   stm-2.3
5.29/5.30	c   time-1.4
5.29/5.30	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724423-1338642432.opb"]
5.29/5.30	c #vars 9310
5.29/5.30	c #constraints 199239
5.29/5.30	c Solving starts ...
1437.42/1437.70	c learnt constraints deletion: 383676 -> 191840

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-3724423-1338642432/watcher-3724423-1338642432 -o /tmp/evaluation-result-3724423-1338642432/solver-3724423-1338642432 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724423-1338642432.opb 

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.03 2.03 2.00 3/175 11770
/proc/meminfo: memFree=14958300/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 818 0 0 0 0 0 0 0 20 0 1 0 330367815 6373376 739 33554432000 4194304 8989770 140737153718736 140737153718232 7874608 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 1556 739 430 1171 0 333 0

[startup+0.0392789 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 11770
/proc/meminfo: memFree=14958300/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=8272 CPUtime=0.03 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 1344 0 0 0 3 0 0 0 20 0 1 0 330367815 8470528 1265 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 2068 1265 431 1171 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8272

[startup+0.100269 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 11770
/proc/meminfo: memFree=14958300/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=13392 CPUtime=0.09 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 2495 0 0 0 9 0 0 0 20 0 1 0 330367815 13713408 2416 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 3348 2416 431 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.30027 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 11770
/proc/meminfo: memFree=14958300/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=24656 CPUtime=0.28 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 5440 0 0 0 28 0 0 0 20 0 1 0 330367815 25247744 5361 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 6164 5361 431 1171 0 4941 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24656

[startup+0.700273 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 11770
/proc/meminfo: memFree=14958300/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=55376 CPUtime=0.69 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 13120 0 0 0 67 2 0 0 20 0 1 0 330367815 56705024 13041 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 13844 13041 431 1171 0 12621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55376

[startup+1.50025 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 11772
/proc/meminfo: memFree=20501260/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=98384 CPUtime=1.49 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 23872 0 0 0 144 5 0 0 20 0 1 0 330367815 100745216 23793 33554432000 4194304 8989770 140737153718736 140737153718232 7874608 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 24596 23793 431 1171 0 23373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98384

[startup+3.10026 s]
/proc/loadavg: 2.03 2.03 2.00 2/174 11772
/proc/meminfo: memFree=27914352/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=181328 CPUtime=3.08 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 44359 0 0 0 298 10 0 0 20 0 1 0 330367815 185679872 44280 33554432000 4194304 8989770 140737153718736 140737153718232 4209439 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 45332 44287 431 1171 0 44109 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 181328

[startup+6.30027 s]
/proc/loadavg: 1.95 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27853272/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=304208 CPUtime=6.28 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 78181 0 0 0 612 16 0 0 20 0 1 0 330367815 311508992 75286 33554432000 4194304 8989770 140737153718736 140737153718000 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 76052 75286 461 1171 0 74829 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 304208

[startup+12.7003 s]
/proc/loadavg: 1.95 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27752600/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=304208 CPUtime=12.69 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 78181 0 0 0 1251 18 0 0 20 0 1 0 330367815 311508992 75286 33554432000 4194304 8989770 140737153718736 140737153718000 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 76052 75286 461 1171 0 74829 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 304208

[startup+25.5003 s]
/proc/loadavg: 1.96 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27753188/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=304208 CPUtime=25.49 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 78182 0 0 0 2528 21 0 0 20 0 1 0 330367815 311508992 75291 33554432000 4194304 8989770 140737153718736 140737153716736 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 76052 75291 461 1171 0 74829 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 304208

[startup+51.1003 s]
/proc/loadavg: 1.97 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27753512/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=304208 CPUtime=51.07 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 78189 0 0 0 5082 25 0 0 20 0 1 0 330367815 311508992 75291 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 76052 75291 461 1171 0 74829 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 304208

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 11811
/proc/meminfo: memFree=27668988/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=344144 CPUtime=102.27 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 88179 0 0 0 10191 36 0 0 20 0 1 0 330367815 352403456 85275 33554432000 4194304 8989770 140737153718736 140737153718232 7708462 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 86036 85275 461 1171 0 84813 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 344144

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 11811
/proc/meminfo: memFree=27552208/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=417872 CPUtime=162.25 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 106626 0 0 0 16175 50 0 0 20 0 1 0 330367815 427900928 103707 33554432000 4194304 8989770 140737153718736 140737153718000 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 104468 103707 461 1171 0 103245 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 417872

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 11814
/proc/meminfo: memFree=27467908/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=471120 CPUtime=222.22 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 119961 0 0 0 22160 62 0 0 20 0 1 0 330367815 482426880 117019 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 117780 117019 461 1171 0 116557 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 471120

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11814
/proc/meminfo: memFree=27399744/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=517200 CPUtime=282.2 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 131493 0 0 0 28147 73 0 0 20 0 1 0 330367815 529612800 128539 33554432000 4194304 8989770 140737153718736 140737153718232 4438244 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 129300 128539 461 1171 0 128077 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 517200

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11815
/proc/meminfo: memFree=27331324/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=560208 CPUtime=342.19 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 142257 0 0 0 34134 85 0 0 20 0 1 0 330367815 573652992 139291 33554432000 4194304 8989770 140737153718736 140737153718232 4209439 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 140052 139291 461 1171 0 138829 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 560208

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11815
/proc/meminfo: memFree=27264640/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=607312 CPUtime=402.18 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 154034 0 0 0 40121 97 0 0 20 0 1 0 330367815 621887488 151067 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 151828 151067 461 1171 0 150605 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 607312

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11815
/proc/meminfo: memFree=27210232/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=646224 CPUtime=462.17 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 163762 0 0 0 46110 107 0 0 20 0 1 0 330367815 661733376 160795 33554432000 4194304 8989770 140737153718736 140737153716672 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 161556 160795 461 1171 0 160333 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 646224

[startup+522.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 11815
/proc/meminfo: memFree=27169340/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=673872 CPUtime=522.16 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 170674 0 0 0 52100 116 0 0 20 0 1 0 330367815 690044928 167707 33554432000 4194304 8989770 140737153718736 140737153718232 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 168468 167707 461 1171 0 167245 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 673872

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 11815
/proc/meminfo: memFree=27107864/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=722000 CPUtime=582.15 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 182706 0 0 0 58086 129 0 0 20 0 1 0 330367815 739328000 179739 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 180500 179739 461 1171 0 179277 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 722000

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/178 11819
/proc/meminfo: memFree=26926288/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=841808 CPUtime=822.11 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 212658 0 0 0 82047 164 0 0 20 0 1 0 330367815 862011392 209691 33554432000 4194304 8989770 140737153718736 140737153718232 4434895 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 210452 209691 461 1171 0 209229 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 841808

[startup+882.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 11819
/proc/meminfo: memFree=26888352/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=870480 CPUtime=882.11 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 219826 0 0 0 88039 172 0 0 20 0 1 0 330367815 891371520 216859 33554432000 4194304 8989770 140737153718736 140737153718232 4438244 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 217620 216859 461 1171 0 216397 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 870480

[startup+942.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 11820
/proc/meminfo: memFree=26841480/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=904272 CPUtime=942.1 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 228274 0 0 0 94027 183 0 0 20 0 1 0 330367815 925974528 225307 33554432000 4194304 8989770 140737153718736 140737153718000 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 226068 225307 461 1171 0 224845 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 904272

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 11820
/proc/meminfo: memFree=26801536/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=931920 CPUtime=1002.09 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 235186 0 0 0 100019 190 0 0 20 0 1 0 330367815 954286080 232219 33554432000 4194304 8989770 140737153718736 140737153718232 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 232980 232219 461 1171 0 231757 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 931920

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11820
/proc/meminfo: memFree=26770440/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=954448 CPUtime=1062.08 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 240818 0 0 0 106011 197 0 0 20 0 1 0 330367815 977354752 237851 33554432000 4194304 8989770 140737153718736 140737153718232 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 238612 237851 461 1171 0 237389 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 954448

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11820
/proc/meminfo: memFree=26741452/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=968784 CPUtime=1122.07 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 244405 0 0 0 112004 203 0 0 20 0 1 0 330367815 992034816 241435 33554432000 4194304 8989770 140737153718736 140737153718000 4208850 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 242196 241435 461 1171 0 240973 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 968784

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 11820
/proc/meminfo: memFree=26703536/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=990288 CPUtime=1182.06 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 249788 0 0 0 117997 209 0 0 20 0 1 0 330367815 1014054912 246811 33554432000 4194304 8989770 140737153718736 140737153718232 4452721 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 247572 246811 461 1171 0 246349 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 990288

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11821
/proc/meminfo: memFree=26664008/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1009744 CPUtime=1242.04 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 254658 0 0 0 123988 216 0 0 20 0 1 0 330367815 1033977856 251675 33554432000 4194304 8989770 140737153718736 140737153718232 4437916 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 252436 251675 461 1171 0 251213 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1009744

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11821
/proc/meminfo: memFree=26631288/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1029200 CPUtime=1302.04 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 259522 0 0 0 129980 224 0 0 20 0 1 0 330367815 1053900800 256539 33554432000 4194304 8989770 140737153718736 140737153718232 4438168 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 257300 256539 461 1171 0 256077 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1029200

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11821
/proc/meminfo: memFree=26587392/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1057872 CPUtime=1362.02 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 266690 0 0 0 135967 235 0 0 20 0 1 0 330367815 1083260928 263707 33554432000 4194304 8989770 140737153718736 140737153718000 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 264468 263707 461 1171 0 263245 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1057872

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11824
/proc/meminfo: memFree=26545596/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1089616 CPUtime=1422.02 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 274626 0 0 0 141958 244 0 0 20 0 1 0 330367815 1115766784 271643 33554432000 4194304 8989770 140737153718736 140737153718232 4451620 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 272404 271643 461 1171 0 271181 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1089616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=26441692/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1177680 CPUtime=1482 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 296644 0 0 0 147945 255 0 0 20 0 1 0 330367815 1205944320 293661 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 294420 293661 463 1171 0 293197 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1177680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11825
/proc/meminfo: memFree=26430664/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1177680 CPUtime=1542 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 296644 0 0 0 153938 262 0 0 20 0 1 0 330367815 1205944320 293661 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 294420 293661 463 1171 0 293197 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1177680

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11826
/proc/meminfo: memFree=26418128/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1177680 CPUtime=1601.98 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 296644 0 0 0 159929 269 0 0 20 0 1 0 330367815 1205944320 293661 33554432000 4194304 8989770 140737153718736 140737153716736 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 294420 293661 463 1171 0 293197 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1177680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11826
/proc/meminfo: memFree=26405880/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1177680 CPUtime=1661.98 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 296644 0 0 0 165921 277 0 0 20 0 1 0 330367815 1205944320 293661 33554432000 4194304 8989770 140737153718736 140737153718000 4451817 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 294420 293661 463 1171 0 293197 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1177680

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11827
/proc/meminfo: memFree=26395572/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1177680 CPUtime=1721.97 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 296644 0 0 0 171912 285 0 0 20 0 1 0 330367815 1205944320 293661 33554432000 4194304 8989770 140737153718736 140737153718000 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 294420 293661 463 1171 0 293197 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1177680

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11827
/proc/meminfo: memFree=26373756/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1177680 CPUtime=1781.96 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 296644 0 0 0 177904 292 0 0 20 0 1 0 330367815 1205944320 293661 33554432000 4194304 8989770 140737153718736 140737153718232 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 294420 293661 463 1171 0 293197 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1177680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11827
/proc/meminfo: memFree=26364952/32873844 swapFree=7108/7108
[pid=11770] ppid=11768 vsize=1177680 CPUtime=1800.06 cores=0,2,4,6
/proc/11770/stat : 11770 (toysat) R 11768 11770 10982 0 -1 4202496 296644 0 0 0 179712 294 0 0 20 0 1 0 330367815 1205944320 293661 33554432000 4194304 8989770 140737153718736 140737153718000 4451620 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/11770/statm: 294420 293661 463 1171 0 293197 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1177680

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.08
CPU user time (s): 1797.13
CPU system time (s): 2.95855
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1177680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.13
system time used= 2.95855
maximum resident set size= 1174644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296644
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= 96
involuntary context switches= 1865

runsolver used 3.13052 second user time and 9.41357 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-02 15:07:13
IDJOB=3724423
IDBENCH=89784
IDSOLVER=2308
FILE ID=node139/3724423-1338642432
RUNJOBID= node139-1338631507-10999
PBS_JOBID= 14636441
Free space on /tmp= 70832 MiB

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

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=967587950

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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		: 2666.750
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.750
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:       32873844 kB
MemFree:        14958656 kB
Buffers:          480812 kB
Cached:          3465020 kB
SwapCached:          828 kB
Active:         14931496 kB
Inactive:        2085476 kB
Active(anon):   13064636 kB
Inactive(anon):     7964 kB
Active(file):    1866860 kB
Inactive(file):  2077512 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             15540 kB
Writeback:             0 kB
AnonPages:      13076416 kB
Mapped:            13296 kB
Shmem:                 8 kB
Slab:             731296 kB
SReclaimable:     173568 kB
SUnreclaim:       557728 kB
KernelStack:        1456 kB
PageTables:        29528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   13187800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2854912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71068 MiB
End job on node139 at 2012-06-02 15:37:15