Trace number 3725084

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.03 1800.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2514
Best CPU time to get the best result obtained on this benchmark1802.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
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 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

11.18/11.23	c 2012-06-02T12:35:42+0200
11.18/11.23	c arch = x86_64
11.18/11.23	c os = linux
11.18/11.23	c compiler = ghc 7.4
11.18/11.23	c packages:
11.18/11.23	c   OptDir-0.0.1
11.18/11.23	c   array-0.4.0.0
11.18/11.23	c   base-4.5.0.0
11.18/11.23	c   bytestring-0.9.2.1
11.18/11.23	c   containers-0.4.2.1
11.18/11.23	c   deepseq-1.3.0.0
11.18/11.23	c   mtl-2.1.1
11.18/11.23	c   old_locale-1.0.0.4
11.18/11.23	c   parse_dimacs-1.2
11.18/11.23	c   parsec-3.1.2
11.18/11.23	c   queue-0.1.2
11.18/11.23	c   stm-2.3
11.18/11.23	c   time-1.4
11.18/11.23	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725084-1338633342.opb"]
11.18/11.23	c #vars 10000
11.18/11.23	c #constraints 10000
11.18/11.23	c Solving starts ...
11.18/11.26	c solving time = 0.024s
11.18/11.26	c #decision = 6666
11.18/11.26	c #conflict = 0
11.18/11.26	c #restart = 0
11.18/11.26	o 3334
11.18/11.29	c Solving starts ...
1423.20/1423.69	c learnt constraints deletion: 22375 -> 11188

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-3725084-1338633342/watcher-3725084-1338633342 -o /tmp/evaluation-result-3725084-1338633342/solver-3725084-1338633342 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725084-1338633342.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.01 1.71 3/176 16867
/proc/meminfo: memFree=28636980/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 1 0 329458692 6373376 739 33554432000 4194304 8989770 140736403947184 140737089691992 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 1556 739 424 1171 0 333 0

[startup+0.106264 s]
/proc/loadavg: 2.00 2.01 1.71 3/176 16867
/proc/meminfo: memFree=28636980/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=13392 CPUtime=0.1 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 2488 0 0 0 10 0 0 0 20 0 1 0 329458692 13713408 2408 33554432000 4194304 8989770 140736403947184 140737089691992 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 3348 2408 431 1171 0 2125 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13392

[startup+0.200301 s]
/proc/loadavg: 2.00 2.01 1.71 3/176 16867
/proc/meminfo: memFree=28636980/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=19536 CPUtime=0.18 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 4112 0 0 0 18 0 0 0 20 0 1 0 329458692 20004864 4033 33554432000 4194304 8989770 140736403947184 140737089691992 4209325 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 4884 4042 431 1171 0 3661 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 19536

[startup+0.300323 s]
/proc/loadavg: 2.00 2.01 1.71 3/176 16867
/proc/meminfo: memFree=28636980/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=29776 CPUtime=0.28 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 6499 0 0 0 27 1 0 0 20 0 1 0 329458692 30490624 6419 33554432000 4194304 8989770 140736403947184 140737089691992 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 7444 6419 441 1171 0 6221 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29776

[startup+0.700227 s]
/proc/loadavg: 2.00 2.01 1.71 3/176 16867
/proc/meminfo: memFree=28636980/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=29776 CPUtime=0.69 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 6739 0 0 0 67 2 0 0 20 0 1 0 329458692 30490624 6659 33554432000 4194304 8989770 140736403947184 140737089691992 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 7444 6659 442 1171 0 6221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29776

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.71 3/177 16868
/proc/meminfo: memFree=28609188/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=29776 CPUtime=1.49 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 6739 0 0 0 147 2 0 0 20 0 1 0 329458692 30490624 6659 33554432000 4194304 8989770 140736403947184 140736403946448 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 7444 6659 442 1171 0 6221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29776

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 1.71 3/177 16868
/proc/meminfo: memFree=28606072/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=30800 CPUtime=3.09 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 6995 0 0 0 306 3 0 0 20 0 1 0 329458692 31539200 6915 33554432000 4194304 8989770 140736403947184 140736403946680 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 7700 6915 442 1171 0 6477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30800

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 1.71 3/177 16868
/proc/meminfo: memFree=28596944/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=30800 CPUtime=6.29 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 6995 0 0 0 625 4 0 0 20 0 1 0 329458692 31539200 6915 33554432000 4194304 8989770 140736403947184 140736403946680 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 7700 6915 442 1171 0 6477 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30800

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 1.71 3/177 16868
/proc/meminfo: memFree=28576448/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=37968 CPUtime=12.69 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 8816 0 0 0 1263 6 0 0 20 0 1 0 329458692 38879232 8736 33554432000 4194304 8989770 140736403947184 140736403946680 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 9492 8736 471 1171 0 8269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37968

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.72 3/177 16868
/proc/meminfo: memFree=28536248/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=71760 CPUtime=25.49 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 17264 0 0 0 2539 10 0 0 20 0 1 0 329458692 73482240 17184 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 17940 17184 471 1171 0 16717 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71760

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 1.72 3/177 16868
/proc/meminfo: memFree=28458100/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=136272 CPUtime=51.08 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 33374 0 0 0 5089 19 0 0 20 0 1 0 329458692 139542528 33294 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 34068 33294 471 1171 0 32845 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 136272

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.74 3/177 16869
/proc/meminfo: memFree=28358032/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=244816 CPUtime=102.25 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 60565 0 0 0 10192 33 0 0 20 0 1 0 329458692 250691584 60448 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 61204 60448 471 1171 0 59981 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 244816

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/176 16907
/proc/meminfo: memFree=28130532/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=341072 CPUtime=162.2 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 84677 0 0 0 16169 51 0 0 20 0 1 0 329458692 349257728 84512 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 85268 84512 471 1171 0 84045 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 341072

[startup+222.307 s]
/proc/loadavg: 2.05 2.01 1.76 3/177 16908
/proc/meminfo: memFree=27907476/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=421968 CPUtime=222.17 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 104829 0 0 0 22151 66 0 0 20 0 1 0 329458692 432095232 104621 33554432000 4194304 8989770 140736403947184 140736403946448 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 105492 104621 471 1171 0 104269 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 421968

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.77 3/178 16911
/proc/meminfo: memFree=27728512/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=488528 CPUtime=282.11 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 121626 0 0 0 28133 78 0 0 20 0 1 0 329458692 500252672 121376 33554432000 4194304 8989770 140736403947184 140736403946448 4209212 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 122132 121376 471 1171 0 120909 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 488528

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 16911
/proc/meminfo: memFree=27577268/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=549968 CPUtime=342.09 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 137021 0 0 0 34121 88 0 0 20 0 1 0 329458692 563167232 136736 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 137492 136736 471 1171 0 136269 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 549968

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 16912
/proc/meminfo: memFree=27431720/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=610384 CPUtime=402.07 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 152159 0 0 0 40110 97 0 0 20 0 1 0 329458692 625033216 151840 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 152596 151840 471 1171 0 151373 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 610384

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/177 16912
/proc/meminfo: memFree=27308636/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=663632 CPUtime=462.04 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 165414 0 0 0 46098 106 0 0 20 0 1 0 329458692 679559168 165074 33554432000 4194304 8989770 140736403947184 140736403946448 4208823 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 165908 165074 471 1171 0 164685 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 663632

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/177 16912
/proc/meminfo: memFree=27191696/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=717904 CPUtime=522.04 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 179001 0 0 0 52089 115 0 0 20 0 1 0 329458692 735133696 178661 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 179476 178661 471 1171 0 178253 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 717904

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 16912
/proc/meminfo: memFree=27090416/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=768080 CPUtime=582.03 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 191402 0 0 0 58081 122 0 0 20 0 1 0 329458692 786513920 191062 33554432000 4194304 8989770 140736403947184 140736403946448 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 192020 191062 471 1171 0 190797 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 768080

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 16916
/proc/meminfo: memFree=26677508/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=999504 CPUtime=881.99 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 249255 0 0 0 88044 155 0 0 20 0 1 0 329458692 1023492096 248915 33554432000 4194304 8989770 140736403947184 140736403946448 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 249876 248915 471 1171 0 248653 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 999504

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 16916
/proc/meminfo: memFree=26600168/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1039440 CPUtime=941.97 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 259356 0 0 0 94035 162 0 0 20 0 1 0 329458692 1064386560 259016 33554432000 4194304 8989770 140736403947184 140736403946448 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 259860 259016 471 1171 0 258637 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 1039440

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 16917
/proc/meminfo: memFree=26533236/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1079376 CPUtime=1001.96 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 269229 0 0 0 100026 170 0 0 20 0 1 0 329458692 1105281024 268889 33554432000 4194304 8989770 140736403947184 140736403946448 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 269844 268889 471 1171 0 268621 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 1079376

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 16917
/proc/meminfo: memFree=26470288/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1117264 CPUtime=1061.95 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 278694 0 0 0 106020 175 0 0 20 0 1 0 329458692 1144078336 278354 33554432000 4194304 8989770 140736403947184 140736403946448 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 279316 278354 471 1171 0 278093 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 1117264

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 1.89 3/177 16917
/proc/meminfo: memFree=26405328/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1155152 CPUtime=1121.95 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 288157 0 0 0 112013 182 0 0 20 0 1 0 329458692 1182875648 287817 33554432000 4194304 8989770 140736403947184 140736403946448 4204685 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 288788 287817 471 1171 0 287565 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1155152

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.90 3/177 16917
/proc/meminfo: memFree=26352924/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1192016 CPUtime=1181.93 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 297446 0 0 0 118006 187 0 0 20 0 1 0 329458692 1220624384 297106 33554432000 4194304 8989770 140736403947184 140736403946680 7687427 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 298004 297106 471 1171 0 296781 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1192016

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 16917
/proc/meminfo: memFree=26291048/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1226832 CPUtime=1241.92 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 306293 0 0 0 124000 192 0 0 20 0 1 0 329458692 1256275968 305953 33554432000 4194304 8989770 140736403947184 140736403946680 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 306708 305953 471 1171 0 305485 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 1226832

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16918
/proc/meminfo: memFree=26221732/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1264720 CPUtime=1301.92 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 315765 0 0 0 129993 199 0 0 20 0 1 0 329458692 1295073280 315425 33554432000 4194304 8989770 140736403947184 140736403946448 4209305 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 316180 315425 471 1171 0 314957 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1264720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16918
/proc/meminfo: memFree=26171388/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1300560 CPUtime=1361.91 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 324561 0 0 0 135986 205 0 0 20 0 1 0 329458692 1331773440 324221 33554432000 4194304 8989770 140736403947184 140736403946448 7688173 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 325140 324221 471 1171 0 323917 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1300560

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16918
/proc/meminfo: memFree=26110876/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1333328 CPUtime=1421.91 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 332811 0 0 0 141980 211 0 0 20 0 1 0 329458692 1365327872 332471 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 333332 332471 473 1171 0 332109 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1333328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16921
/proc/meminfo: memFree=26074904/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1338448 CPUtime=1481.89 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 334199 0 0 0 147974 215 0 0 20 0 1 0 329458692 1370570752 333859 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 334612 333859 473 1171 0 333389 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1338448

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16944
/proc/meminfo: memFree=26059000/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1338448 CPUtime=1541.88 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 334207 0 0 0 153969 219 0 0 20 0 1 0 329458692 1370570752 333859 33554432000 4194304 8989770 140736403947184 140736403946680 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 334612 333859 473 1171 0 333389 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1338448

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/177 16945
/proc/meminfo: memFree=26041576/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1339472 CPUtime=1601.83 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 334424 0 0 0 159959 224 0 0 20 0 1 0 329458692 1371619328 334034 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 334868 334034 473 1171 0 333645 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1339472

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 16945
/proc/meminfo: memFree=25982492/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1370192 CPUtime=1661.79 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 342162 0 0 0 165949 230 0 0 20 0 1 0 329458692 1403076608 341726 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 342548 341726 473 1171 0 341325 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 1370192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16945
/proc/meminfo: memFree=25941864/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1389648 CPUtime=1721.74 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 347138 0 0 0 171939 235 0 0 20 0 1 0 329458692 1422999552 346659 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 347412 346659 473 1171 0 346189 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 1389648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16945
/proc/meminfo: memFree=25909900/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1402960 CPUtime=1781.71 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 350511 0 0 0 177930 241 0 0 20 0 1 0 329458692 1436631040 349987 33554432000 4194304 8989770 140736403947184 140736403946448 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 350740 349987 473 1171 0 349517 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 1402960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16945
/proc/meminfo: memFree=25909264/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1402960 CPUtime=1800 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 350519 0 0 0 179758 242 0 0 20 0 1 0 329458692 1436631040 349987 33554432000 4194304 8989770 140736403947184 140736403946448 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 350740 349987 473 1171 0 349517 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1402960

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16945
/proc/meminfo: memFree=25909264/32873648 swapFree=7388/7388
[pid=16867] ppid=16865 vsize=1402960 CPUtime=1800 cores=1,3,5,7
/proc/16867/stat : 16867 (toysat) R 16865 16867 16576 0 -1 4202496 350519 0 0 0 179758 242 0 0 20 0 1 0 329458692 1436631040 349987 33554432000 4194304 8989770 140736403947184 140736403946448 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/16867/statm: 350740 349987 473 1171 0 349517 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1402960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.63
CPU time (s): 1800.03
CPU user time (s): 1797.59
CPU system time (s): 2.44463
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 1402960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.59
system time used= 2.44463
maximum resident set size= 1399948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350519
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= 455
involuntary context switches= 1834

runsolver used 3.14952 second user time and 9.60554 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-02 12:35:42
IDJOB=3725084
IDBENCH=2218
IDSOLVER=2308
FILE ID=node148/3725084-1338633342
RUNJOBID= node148-1338631508-16593
PBS_JOBID= 14636432
Free space on /tmp= 71392 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725084-1338633342/watcher-3725084-1338633342 -o /tmp/evaluation-result-3725084-1338633342/solver-3725084-1338633342 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725084-1338633342.opb

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=1252347267

node148.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.284
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.56
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.284
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.94
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.284
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.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28637360 kB
Buffers:          569960 kB
Cached:          2718276 kB
SwapCached:          628 kB
Active:          1331668 kB
Inactive:        2001976 kB
Active(anon):      34372 kB
Inactive(anon):    10672 kB
Active(file):    1297296 kB
Inactive(file):  1991304 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             15640 kB
Writeback:             0 kB
AnonPages:         48904 kB
Mapped:            12692 kB
Shmem:                36 kB
Slab:             765048 kB
SReclaimable:     208852 kB
SUnreclaim:       556196 kB
KernelStack:        1472 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     157928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71384 MiB
End job on node148 at 2012-06-02 13:05:45