Trace number 3724619

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.12 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

396.22/396.39	c 2012-06-02T13:35:54+0200
396.22/396.39	c arch = x86_64
396.22/396.39	c os = linux
396.22/396.39	c compiler = ghc 7.4
396.22/396.39	c packages:
396.22/396.39	c   OptDir-0.0.1
396.22/396.39	c   array-0.4.0.0
396.22/396.39	c   base-4.5.0.0
396.22/396.39	c   bytestring-0.9.2.1
396.22/396.39	c   containers-0.4.2.1
396.22/396.39	c   deepseq-1.3.0.0
396.22/396.39	c   mtl-2.1.1
396.22/396.39	c   old_locale-1.0.0.4
396.22/396.39	c   parse_dimacs-1.2
396.22/396.39	c   parsec-3.1.2
396.22/396.39	c   queue-0.1.2
396.22/396.39	c   stm-2.3
396.22/396.39	c   time-1.4
396.22/396.39	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724619-1338636954.opb"]
396.22/396.39	c #vars 97901
396.22/396.39	c #constraints 291721
396.22/396.39	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-3724619-1338636954/watcher-3724619-1338636954 -o /tmp/evaluation-result-3724619-1338636954/solver-3724619-1338636954 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724619-1338636954.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.96 3/176 1507
/proc/meminfo: memFree=30725028/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 805 0 0 0 0 0 0 0 20 0 1 0 329821311 6373376 724 33554432000 4194304 8989770 140736609051264 140736984539160 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 1556 724 428 1171 0 333 0

[startup+0.0601521 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1507
/proc/meminfo: memFree=30725028/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=10320 CPUtime=0.05 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 1822 0 0 0 5 0 0 0 20 0 1 0 329821311 10567680 1741 33554432000 4194304 8989770 140736609051264 140736984539160 7750334 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 2580 1741 430 1171 0 1357 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10320

[startup+0.10025 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1507
/proc/meminfo: memFree=30725028/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=12368 CPUtime=0.09 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 2370 0 0 0 9 0 0 0 20 0 1 0 329821311 12664832 2289 33554432000 4194304 8989770 140736609051264 140736984539160 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 3092 2289 430 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1507
/proc/meminfo: memFree=30725028/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=27728 CPUtime=0.29 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 6102 0 0 0 28 1 0 0 20 0 1 0 329821311 28393472 6021 33554432000 4194304 8989770 140736609051264 140736984539160 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 6932 6021 431 1171 0 5709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27728

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1507
/proc/meminfo: memFree=30725028/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=47184 CPUtime=0.69 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 11075 0 0 0 67 2 0 0 20 0 1 0 329821311 48316416 10994 33554432000 4194304 8989770 140736609051264 140736609050528 7874608 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 11796 10994 431 1171 0 10573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47184

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1508
/proc/meminfo: memFree=30608452/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=112720 CPUtime=1.49 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 27459 0 0 0 144 5 0 0 20 0 1 0 329821311 115425280 27378 33554432000 4194304 8989770 140736609051264 140736609050528 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 28180 27378 431 1171 0 26957 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112720

[startup+3.10108 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1508
/proc/meminfo: memFree=30499332/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=206928 CPUtime=3.09 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 51011 0 0 0 300 9 0 0 20 0 1 0 329821311 211894272 50930 33554432000 4194304 8989770 140736609051264 140736609050760 7953280 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 51732 50930 431 1171 0 50509 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 206928

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1508
/proc/meminfo: memFree=30229472/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=383056 CPUtime=6.29 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 95043 0 0 0 610 19 0 0 20 0 1 0 329821311 392249344 94962 33554432000 4194304 8989770 140736609051264 140736609050528 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 95764 94962 431 1171 0 94541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 383056

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1508
/proc/meminfo: memFree=30067568/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=514128 CPUtime=12.69 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 127835 0 0 0 1245 24 0 0 20 0 1 0 329821311 526467072 127754 33554432000 4194304 8989770 140736609051264 140736609050528 4209256 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 128532 127754 449 1171 0 127309 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 514128

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1508
/proc/meminfo: memFree=30067812/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=515152 CPUtime=25.48 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 128091 0 0 0 2522 26 0 0 20 0 1 0 329821311 527515648 128010 33554432000 4194304 8989770 140736609051264 140736609050760 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 128788 128010 449 1171 0 127565 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 515152

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1508
/proc/meminfo: memFree=30067780/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=515152 CPUtime=51.08 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 128091 0 0 0 5078 30 0 0 20 0 1 0 329821311 527515648 128010 33554432000 4194304 8989770 140736609051264 140736609050528 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 128788 128010 449 1171 0 127565 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 515152

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1508
/proc/meminfo: memFree=30066460/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=515152 CPUtime=102.28 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 128091 0 0 0 10190 38 0 0 20 0 1 0 329821311 527515648 128010 33554432000 4194304 8989770 140736609051264 140736609050528 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 128788 128010 449 1171 0 127565 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 515152

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/177 1509
/proc/meminfo: memFree=30064008/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=516176 CPUtime=162.27 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 128347 0 0 0 16178 49 0 0 20 0 1 0 329821311 528564224 128266 33554432000 4194304 8989770 140736609051264 140736609049216 4447720 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 129044 128266 449 1171 0 127821 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 516176

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 1509
/proc/meminfo: memFree=30062924/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=516176 CPUtime=222.25 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 128347 0 0 0 22166 59 0 0 20 0 1 0 329821311 528564224 128266 33554432000 4194304 8989770 140736609051264 140736609050760 4209376 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 129044 128266 449 1171 0 127821 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 516176

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 1512
/proc/meminfo: memFree=30058716/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=517200 CPUtime=282.24 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 128606 0 0 0 28155 69 0 0 20 0 1 0 329821311 529612800 128522 33554432000 4194304 8989770 140736609051264 140736609050528 4214503 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 129300 128522 449 1171 0 128077 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 517200

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1512
/proc/meminfo: memFree=30056164/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=517200 CPUtime=342.24 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 128611 0 0 0 34144 80 0 0 20 0 1 0 329821311 529612800 128522 33554432000 4194304 8989770 140736609051264 140736609050528 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 129300 128522 449 1171 0 128077 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 517200

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1512
/proc/meminfo: memFree=30039708/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=529488 CPUtime=402.22 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 131700 0 0 0 40133 89 0 0 20 0 1 0 329821311 542195712 131604 33554432000 4194304 8989770 140736609051264 140736609050528 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 132372 131604 459 1171 0 131149 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 529488

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1513
/proc/meminfo: memFree=30035892/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=530512 CPUtime=462.21 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 131967 0 0 0 46121 100 0 0 20 0 1 0 329821311 543244288 131860 33554432000 4194304 8989770 140736609051264 140736609049216 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 132628 131860 459 1171 0 131405 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 530512

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1513
/proc/meminfo: memFree=30032820/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=530512 CPUtime=522.19 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 131970 0 0 0 52111 108 0 0 20 0 1 0 329821311 543244288 131860 33554432000 4194304 8989770 140736609051264 140736609050760 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 132628 131860 459 1171 0 131405 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 530512

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1513
/proc/meminfo: memFree=30027984/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=531536 CPUtime=582.19 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 132226 0 0 0 58103 116 0 0 20 0 1 0 329821311 544292864 132116 33554432000 4194304 8989770 140736609051264 140736609050528 4208816 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 132884 132116 459 1171 0 131661 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 531536

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1514
/proc/meminfo: memFree=30014892/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=532560 CPUtime=822.14 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 132482 0 0 0 82058 156 0 0 20 0 1 0 329821311 545341440 132372 33554432000 4194304 8989770 140736609051264 140736609049088 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 133140 132372 459 1171 0 131917 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 532560

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 1517
/proc/meminfo: memFree=30011488/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=533584 CPUtime=882.14 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 132741 0 0 0 88049 165 0 0 20 0 1 0 329821311 546390016 132631 33554432000 4194304 8989770 140736609051264 140736609049216 4447448 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 133396 132631 462 1171 0 132173 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 533584

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1517
/proc/meminfo: memFree=30009760/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=535632 CPUtime=942.13 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 133253 0 0 0 94040 173 0 0 20 0 1 0 329821311 548487168 133143 33554432000 4194304 8989770 140736609051264 140736609050760 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 133908 133143 462 1171 0 132685 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 535632

[startup+1002.3 s]
/proc/loadavg: 2.11 2.03 1.98 3/177 1517
/proc/meminfo: memFree=30007404/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=537680 CPUtime=1002.12 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 133765 0 0 0 100030 182 0 0 20 0 1 0 329821311 550584320 133655 33554432000 4194304 8989770 140736609051264 140736609050528 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 134420 133655 462 1171 0 133197 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 537680

[startup+1062.3 s]
/proc/loadavg: 2.09 2.04 1.99 3/177 1518
/proc/meminfo: memFree=30005916/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=539728 CPUtime=1062.11 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 134277 0 0 0 106020 191 0 0 20 0 1 0 329821311 552681472 134167 33554432000 4194304 8989770 140736609051264 140736609050760 4204638 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 134932 134167 462 1171 0 133709 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 539728

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 1.99 3/177 1518
/proc/meminfo: memFree=30003564/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=541776 CPUtime=1122.1 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 134789 0 0 0 112010 200 0 0 20 0 1 0 329821311 554778624 134679 33554432000 4194304 8989770 140736609051264 140736609049216 4204638 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 135444 134679 462 1171 0 134221 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 541776

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/177 1518
/proc/meminfo: memFree=30001012/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=543824 CPUtime=1182.09 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 135301 0 0 0 118001 208 0 0 20 0 1 0 329821311 556875776 135191 33554432000 4194304 8989770 140736609051264 140736609050528 4208846 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 135956 135191 462 1171 0 134733 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 543824

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/177 1518
/proc/meminfo: memFree=29998976/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=545872 CPUtime=1242.08 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 135813 0 0 0 123992 216 0 0 20 0 1 0 329821311 558972928 135703 33554432000 4194304 8989770 140736609051264 140736609049216 4204292 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 136468 135703 462 1171 0 135245 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 545872

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/177 1518
/proc/meminfo: memFree=29996868/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=547920 CPUtime=1302.07 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 136325 0 0 0 129985 222 0 0 20 0 1 0 329821311 561070080 136215 33554432000 4194304 8989770 140736609051264 140736609049216 4445124 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 136980 136215 462 1171 0 135757 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 547920

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1519
/proc/meminfo: memFree=29995380/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=549968 CPUtime=1362.06 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 136837 0 0 0 135975 231 0 0 20 0 1 0 329821311 563167232 136727 33554432000 4194304 8989770 140736609051264 140736609049216 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 137492 136727 462 1171 0 136269 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 549968

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1519
/proc/meminfo: memFree=29993148/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=552016 CPUtime=1422.06 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 137349 0 0 0 141967 239 0 0 20 0 1 0 329821311 565264384 137239 33554432000 4194304 8989770 140736609051264 140736609050528 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 138004 137239 462 1171 0 136781 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 552016

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 1522
/proc/meminfo: memFree=29991036/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=554064 CPUtime=1482.05 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 137861 0 0 0 147958 247 0 0 20 0 1 0 329821311 567361536 137751 33554432000 4194304 8989770 140736609051264 140736609050528 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 138516 137751 462 1171 0 137293 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 554064

[startup+1542.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/178 1594
/proc/meminfo: memFree=30402504/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=556112 CPUtime=1542.03 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 138373 0 0 0 153948 255 0 0 20 0 1 0 329821311 569458688 138263 33554432000 4194304 8989770 140736609051264 140736609049280 4204270 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 139028 138263 462 1171 0 137805 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 556112

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 1594
/proc/meminfo: memFree=30399416/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=558160 CPUtime=1602.03 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 138885 0 0 0 159938 265 0 0 20 0 1 0 329821311 571555840 138775 33554432000 4194304 8989770 140736609051264 140736609049216 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 139540 138775 462 1171 0 138317 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 558160

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 1595
/proc/meminfo: memFree=30395952/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=560208 CPUtime=1662.02 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 139397 0 0 0 165927 275 0 0 20 0 1 0 329821311 573652992 139287 33554432000 4194304 8989770 140736609051264 140736609049216 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 140052 139287 462 1171 0 138829 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 560208

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 1595
/proc/meminfo: memFree=30392844/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=562256 CPUtime=1722.01 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 139909 0 0 0 171916 285 0 0 20 0 1 0 329821311 575750144 139799 33554432000 4194304 8989770 140736609051264 140736609050528 4446179 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 140564 139799 462 1171 0 139341 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 562256

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 1595
/proc/meminfo: memFree=30390860/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=564304 CPUtime=1782 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 140421 0 0 0 177906 294 0 0 20 0 1 0 329821311 577847296 140311 33554432000 4194304 8989770 140736609051264 140736609049280 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 141076 140311 462 1171 0 139853 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 564304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 1595
/proc/meminfo: memFree=30390356/32873648 swapFree=6860/6860
[pid=1507] ppid=1505 vsize=564304 CPUtime=1800.1 cores=1,3,5,7
/proc/1507/stat : 1507 (toysat) R 1505 1507 986 0 -1 4202496 140423 0 0 0 179714 296 0 0 20 0 1 0 329821311 577847296 140311 33554432000 4194304 8989770 140736609051264 140736609050528 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1507/statm: 141076 140311 462 1171 0 139853 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 564304

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.12
CPU user time (s): 1797.15
CPU system time (s): 2.96955
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 564304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.15
system time used= 2.96955
maximum resident set size= 561244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140423
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= 34
involuntary context switches= 1855

runsolver used 3.80042 second user time and 9.1946 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-02 13:35:54
IDJOB=3724619
IDBENCH=3025
IDSOLVER=2308
FILE ID=node124/3724619-1338636954
RUNJOBID= node124-1338631508-1003
PBS_JOBID= 14636456
Free space on /tmp= 70740 MiB

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

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

MD5SUM BENCH= ed1765c8e2f5b9ac0be00c2d97d71991
RANDOM SEED=194967832

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30733840 kB
Buffers:          131812 kB
Cached:          1016072 kB
SwapCached:         8192 kB
Active:           491308 kB
Inactive:         884268 kB
Active(anon):     222008 kB
Inactive(anon):     8016 kB
Active(file):     269300 kB
Inactive(file):   876252 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:             45416 kB
Writeback:             0 kB
AnonPages:        228888 kB
Mapped:            10676 kB
Shmem:                 0 kB
Slab:             626144 kB
SReclaimable:      69764 kB
SUnreclaim:       556380 kB
KernelStack:        1448 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     343440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70744 MiB
End job on node124 at 2012-06-02 14:05:57