Trace number 3724628

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6589
Best CPU time to get the best result obtained on this benchmark1800.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.29/0.33	c 2012-06-02T13:35:57+0200
0.29/0.33	c arch = x86_64
0.29/0.33	c os = linux
0.29/0.33	c compiler = ghc 7.4
0.29/0.33	c packages:
0.29/0.33	c   OptDir-0.0.1
0.29/0.33	c   array-0.4.0.0
0.29/0.33	c   base-4.5.0.0
0.29/0.33	c   bytestring-0.9.2.1
0.29/0.33	c   containers-0.4.2.1
0.29/0.33	c   deepseq-1.3.0.0
0.29/0.33	c   mtl-2.1.1
0.29/0.33	c   old_locale-1.0.0.4
0.29/0.33	c   parse_dimacs-1.2
0.29/0.33	c   parsec-3.1.2
0.29/0.33	c   queue-0.1.2
0.29/0.33	c   stm-2.3
0.29/0.33	c   time-1.4
0.29/0.33	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724628-1338636957.opb"]
0.29/0.33	c #vars 3401
0.29/0.33	c #constraints 9841
0.29/0.33	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-3724628-1338636957/watcher-3724628-1338636957 -o /tmp/evaluation-result-3724628-1338636957/solver-3724628-1338636957 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724628-1338636957.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 1.93 3/176 13346
/proc/meminfo: memFree=31124232/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=7248 CPUtime=0 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 841 0 0 0 0 0 0 0 20 0 1 0 329820211 7421952 761 33554432000 4194304 8989770 140734999033184 140736116605032 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 1812 761 428 1171 0 589 0

[startup+0.083484 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 13346
/proc/meminfo: memFree=31124232/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=11344 CPUtime=0.08 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 2115 0 0 0 8 0 0 0 20 0 1 0 329820211 11616256 2035 33554432000 4194304 8989770 140734999033184 140736116605032 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 2836 2035 431 1171 0 1613 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11344

[startup+0.100315 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 13346
/proc/meminfo: memFree=31124232/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 2380 0 0 0 9 0 0 0 20 0 1 0 329820211 13713408 2300 33554432000 4194304 8989770 140734999033184 140736116605032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 3348 2300 431 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 13346
/proc/meminfo: memFree=31124232/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=20560 CPUtime=0.29 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 4442 0 0 0 29 0 0 0 20 0 1 0 329820211 21053440 4362 33554432000 4194304 8989770 140734999033184 140736116605032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 5140 4362 448 1171 0 3917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20560

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 13346
/proc/meminfo: memFree=31124232/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=20560 CPUtime=0.69 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 4455 0 0 0 68 1 0 0 20 0 1 0 329820211 21053440 4375 33554432000 4194304 8989770 140734999033184 140734999032680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 5140 4375 461 1171 0 3917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20560

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 1.93 2/175 13348
/proc/meminfo: memFree=31504484/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=23632 CPUtime=1.49 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 5223 0 0 0 148 1 0 0 20 0 1 0 329820211 24199168 5143 33554432000 4194304 8989770 140734999033184 140734999032680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 5908 5143 461 1171 0 4685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23632

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 1.93 2/175 13348
/proc/meminfo: memFree=31502872/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=23632 CPUtime=3.08 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 5230 0 0 0 307 1 0 0 20 0 1 0 329820211 24199168 5148 33554432000 4194304 8989770 140734999033184 140734999032448 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 5908 5148 461 1171 0 4685 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23632

[startup+6.30027 s]
/proc/loadavg: 1.92 1.98 1.92 3/178 13387
/proc/meminfo: memFree=31339956/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=23632 CPUtime=6.29 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 5230 0 0 0 626 3 0 0 20 0 1 0 329820211 24199168 5148 33554432000 4194304 8989770 140734999033184 140734999032680 4204398 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 5908 5148 461 1171 0 4685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23632

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 13387
/proc/meminfo: memFree=31056176/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=24656 CPUtime=12.68 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 5486 0 0 0 1264 4 0 0 20 0 1 0 329820211 25247744 5404 33554432000 4194304 8989770 140734999033184 140734999032680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 6164 5404 461 1171 0 4941 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24656

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 1.92 3/178 13387
/proc/meminfo: memFree=30927232/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=24656 CPUtime=25.48 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 5487 0 0 0 2539 9 0 0 20 0 1 0 329820211 25247744 5404 33554432000 4194304 8989770 140734999033184 140734999032680 4400872 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 6164 5404 461 1171 0 4941 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24656

[startup+51.1004 s]
/proc/loadavg: 2.02 2.00 1.93 3/178 13387
/proc/meminfo: memFree=30921248/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=29776 CPUtime=51.07 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 6767 0 0 0 5090 17 0 0 20 0 1 0 329820211 30490624 6684 33554432000 4194304 8989770 140734999033184 140734999032448 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 7444 6684 461 1171 0 6221 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29776

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 13387
/proc/meminfo: memFree=30920688/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=29776 CPUtime=102.27 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 6767 0 0 0 10194 33 0 0 20 0 1 0 329820211 30490624 6684 33554432000 4194304 8989770 140734999033184 140734999032680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 7444 6684 461 1171 0 6221 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29776

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13387
/proc/meminfo: memFree=30916748/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=32848 CPUtime=162.26 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 7535 0 0 0 16174 52 0 0 20 0 1 0 329820211 33636352 7452 33554432000 4194304 8989770 140734999033184 140734999032448 7687074 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 8212 7452 461 1171 0 6989 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 32848

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/177 13388
/proc/meminfo: memFree=30916280/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=33872 CPUtime=222.25 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 7791 0 0 0 22156 69 0 0 20 0 1 0 329820211 34684928 7708 33554432000 4194304 8989770 140734999033184 140734999032680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 8468 7708 461 1171 0 7245 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 33872

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13391
/proc/meminfo: memFree=30914192/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=35920 CPUtime=282.24 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 8303 0 0 0 28138 86 0 0 20 0 1 0 329820211 36782080 8220 33554432000 4194304 8989770 140734999033184 140734999032680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 8980 8220 461 1171 0 7757 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 35920

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13391
/proc/meminfo: memFree=30912120/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=37968 CPUtime=342.23 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 8815 0 0 0 34118 105 0 0 20 0 1 0 329820211 38879232 8732 33554432000 4194304 8989770 140734999033184 140734999032448 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 9492 8732 461 1171 0 8269 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 37968

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13391
/proc/meminfo: memFree=30909280/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=41040 CPUtime=402.21 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 9591 0 0 0 40098 123 0 0 20 0 1 0 329820211 42024960 9500 33554432000 4194304 8989770 140734999033184 140734999032680 7732777 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 10260 9500 461 1171 0 9037 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 41040

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13391
/proc/meminfo: memFree=30908164/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=42064 CPUtime=462.2 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 9847 0 0 0 46077 143 0 0 20 0 1 0 329820211 43073536 9756 33554432000 4194304 8989770 140734999033184 140734999032680 4209488 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 10516 9756 461 1171 0 9293 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 42064

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/177 13392
/proc/meminfo: memFree=30903080/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=45136 CPUtime=522.2 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 10615 0 0 0 52055 165 0 0 20 0 1 0 329820211 46219264 10524 33554432000 4194304 8989770 140734999033184 140734999032448 4426125 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 11284 10524 461 1171 0 10061 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 45136

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 13392
/proc/meminfo: memFree=30899856/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=46160 CPUtime=582.18 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 10871 0 0 0 58037 181 0 0 20 0 1 0 329820211 47267840 10780 33554432000 4194304 8989770 140734999033184 140734999032448 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 11540 10780 461 1171 0 10317 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 46160

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 13393
/proc/meminfo: memFree=30885576/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=52304 CPUtime=822.15 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 12412 0 0 0 81958 257 0 0 20 0 1 0 329820211 53559296 12316 33554432000 4194304 8989770 140734999033184 140734999032680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 13076 12316 461 1171 0 11853 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 52304

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 13396
/proc/meminfo: memFree=30880236/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=55376 CPUtime=882.14 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 13180 0 0 0 87936 278 0 0 20 0 1 0 329820211 56705024 13084 33554432000 4194304 8989770 140734999033184 140734999032680 4214379 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 13844 13084 461 1171 0 12621 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 55376

[startup+942.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/177 13396
/proc/meminfo: memFree=30878384/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=55376 CPUtime=942.13 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 13180 0 0 0 93917 296 0 0 20 0 1 0 329820211 56705024 13084 33554432000 4194304 8989770 140734999033184 140734999032448 7732696 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 13844 13084 461 1171 0 12621 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 55376

[startup+1002.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/177 13396
/proc/meminfo: memFree=30874168/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=56400 CPUtime=1002.12 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 13436 0 0 0 99897 315 0 0 20 0 1 0 329820211 57753600 13340 33554432000 4194304 8989770 140734999033184 140734999032680 4208840 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 14100 13340 461 1171 0 12877 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 56400

[startup+1062.3 s]
/proc/loadavg: 2.05 2.04 1.96 3/177 13396
/proc/meminfo: memFree=30871192/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=57424 CPUtime=1062.11 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 13692 0 0 0 105876 335 0 0 20 0 1 0 329820211 58802176 13596 33554432000 4194304 8989770 140734999033184 140734999032680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 14356 13596 461 1171 0 13133 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 57424

[startup+1122.3 s]
/proc/loadavg: 2.05 2.04 1.97 3/177 13397
/proc/meminfo: memFree=30867968/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=58448 CPUtime=1122.1 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 13948 0 0 0 111854 356 0 0 20 0 1 0 329820211 59850752 13852 33554432000 4194304 8989770 140734999033184 140734999032448 4212987 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 14612 13852 461 1171 0 13389 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 58448

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/177 13397
/proc/meminfo: memFree=30863296/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=61520 CPUtime=1182.09 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 14580 0 0 0 117831 378 0 0 20 0 1 0 329820211 62996480 14480 33554432000 4194304 8989770 140734999033184 140734999032448 4209168 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 15380 14480 461 1171 0 14157 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 61520

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/177 13397
/proc/meminfo: memFree=30858336/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=63568 CPUtime=1242.07 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 15232 0 0 0 123812 395 0 0 20 0 1 0 329820211 65093632 15132 33554432000 4194304 8989770 140734999033184 140734999032680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 15892 15132 461 1171 0 14669 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 63568

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/177 13397
/proc/meminfo: memFree=30854120/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=65616 CPUtime=1302.07 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 15744 0 0 0 129790 417 0 0 20 0 1 0 329820211 67190784 15644 33554432000 4194304 8989770 140734999033184 140734999032448 4213768 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 16404 15644 461 1171 0 15181 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 65616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/177 13397
/proc/meminfo: memFree=30850152/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=67664 CPUtime=1362.06 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 16256 0 0 0 135768 438 0 0 20 0 1 0 329820211 69287936 16156 33554432000 4194304 8989770 140734999033184 140734999032680 7432708 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 16916 16156 461 1171 0 15693 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 67664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.97 3/177 13398
/proc/meminfo: memFree=30844820/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=70736 CPUtime=1422.05 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 17024 0 0 0 141749 456 0 0 20 0 1 0 329820211 72433664 16924 33554432000 4194304 8989770 140734999033184 140734999032448 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 17684 16924 461 1171 0 16461 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 70736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 13401
/proc/meminfo: memFree=30839976/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=72784 CPUtime=1482.05 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 17536 0 0 0 147726 479 0 0 20 0 1 0 329820211 74530816 17436 33554432000 4194304 8989770 140734999033184 140734999032680 4209365 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 18196 17436 461 1171 0 16973 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 72784

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/178 13424
/proc/meminfo: memFree=30836800/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=73808 CPUtime=1542.03 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 17792 0 0 0 153705 498 0 0 20 0 1 0 329820211 75579392 17692 33554432000 4194304 8989770 140734999033184 140734999032448 4425736 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 18452 17692 461 1171 0 17229 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 73808

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 13424
/proc/meminfo: memFree=30833940/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=75856 CPUtime=1602.01 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 18312 0 0 0 159686 515 0 0 20 0 1 0 329820211 77676544 18204 33554432000 4194304 8989770 140734999033184 140734999032680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 18964 18204 461 1171 0 17741 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 75856

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 13424
/proc/meminfo: memFree=30826996/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=79952 CPUtime=1662.01 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 19336 0 0 0 165668 533 0 0 20 0 1 0 329820211 81870848 19228 33554432000 4194304 8989770 140734999033184 140734999032448 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 19988 19228 461 1171 0 18765 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 79952

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 1.98 3/176 13424
/proc/meminfo: memFree=30824896/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=79952 CPUtime=1722 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 19336 0 0 0 171647 553 0 0 20 0 1 0 329820211 81870848 19228 33554432000 4194304 8989770 140734999033184 140734999032448 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 19988 19228 461 1171 0 18765 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 79952

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 13425
/proc/meminfo: memFree=30820176/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=82000 CPUtime=1781.99 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 19848 0 0 0 177628 571 0 0 20 0 1 0 329820211 83968000 19740 33554432000 4194304 8989770 140734999033184 140734999031104 4209442 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 20500 19740 461 1171 0 19277 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 82000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 13425
/proc/meminfo: memFree=30819680/32873844 swapFree=7900/7900
[pid=13346] ppid=13344 vsize=83024 CPUtime=1800.1 cores=1,3,5,7
/proc/13346/stat : 13346 (toysat) R 13344 13346 12961 0 -1 4202496 20104 0 0 0 179434 576 0 0 20 0 1 0 329820211 85016576 19996 33554432000 4194304 8989770 140734999033184 140734999032448 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13346/statm: 20756 19996 461 1171 0 19533 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 83024

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.41
CPU time (s): 1800.1
CPU user time (s): 1794.34
CPU system time (s): 5.76212
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 83024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 5.76212
maximum resident set size= 79984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20104
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= 36
involuntary context switches= 1851

runsolver used 3.46947 second user time and 10.8553 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-02 13:35:57
IDJOB=3724628
IDBENCH=3034
IDSOLVER=2308
FILE ID=node137/3724628-1338636957
RUNJOBID= node137-1338631508-12978
PBS_JOBID= 14636443
Free space on /tmp= 70684 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724628-1338636957/watcher-3724628-1338636957 -o /tmp/evaluation-result-3724628-1338636957/solver-3724628-1338636957 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724628-1338636957.opb

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=1765614128

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
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.600
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.600
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:        31124496 kB
Buffers:          136984 kB
Cached:           392404 kB
SwapCached:         5796 kB
Active:           623744 kB
Inactive:         312436 kB
Active(anon):     402140 kB
Inactive(anon):     7184 kB
Active(file):     221604 kB
Inactive(file):   305252 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:        410156 kB
Mapped:            10860 kB
Shmem:                 0 kB
Slab:             673532 kB
SReclaimable:     115048 kB
SUnreclaim:       558484 kB
KernelStack:        1464 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     525032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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= 70664 MiB
End job on node137 at 2012-06-02 14:05:59