Trace number 4079090

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 2016-05-02? (MO) 204.199 204.238

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641.opb
MD5SUMe305ce06a665d9822e67802436e3e3a1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.76212
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386125155782666611316461046199057660664692500703545894843314379452055497331714886553722880795243382690831872185771948649693979666
Number of bits of the biggest sum of numbers631
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-06T23:18:03+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079090-1465247882.opb"]
0.00/0.01	c use --random-gen="3662516962 4258285585 2084401882 1954787873 221440450 3702719703 4116015924 3263610350 2099318918 2414619082 1283333011 766805704 840491939 527061152 3786016645 2899823249 2713849728 1479945176 3526471064 2245355125 3803350187 2908908002 2770464230 876890784 1717577100 2115101875 1176806494 1814797677 880521842 133354331 3113098506 25340573 2902524491 3185714837 3355583029 3625396458 584923852 2993924266 1673655681 2535755919 1855992142 2402260092 1705603373 968096137 601544819 3658248416 2804571813 3913426687 1006914664 844498773 549585559 1830456597 3147767246 3998214080 3401388940 3411815671 747522591 3362396817 667547737 3383621643 1550542493 2960376877 1167117314 2410447728 3480338157 2237219194 317676724 1696476143 2791799591 3501262894 942472694 1115455985 1877285941 1111432450 1096759566 1946376726 1477741951 2654759829 30835507 1679538713 1310262808 3171392689 2750964974 3846273335 3773892032 4220512927 2820444085 3809637198 4056208810 2906508262 1118388127 3340546695 3827052873 3775054992 2480861874 980805217 3446743979 1583990266 3432902005 1197674991 1143517817 214271470 3443177642 3419963340 2627288826 3063852513 2929347728 1402559028 338242225 2810317715 998972049 1960394315 3989812853 2378818865 2652525550 2103103846 1991038832 2846360766 3011445249 3407702944 478852871 1682651853 3542330530 2421318083 3084747525 3272826181 4159029099 1726621786 3210921177 2571290298 3390540421 2458139765 1722348429 593099023 32597843 1005426340 174110862 3739760142 1729269605 2906990112 3739402202 3809389692 3258426810 830769215 3500851172 2503474328 4047700829 1866599796 2317483465 1482093166 4050571984 503549241 1305758891 2543803944 3490528026 1535328848 503177922 2503505953 3342947422 1113068310 201154204 477734312 84032532 86102959 3728056184 1930822250 2238426022 3238189837 3463892988 3688810716 3569753962 66264843 3751503699 1744346283 1011919801 613743465 3291160585 2523828907 3728710521 1825599065 3073535611 2341019694 3084426902 4192063330 2016384968 1461074547 1284099752 1929065510 2425101272 1911614108 466943193 1473005552 870229807 2715156199 801912259 712031644 472831788 3504306316 903284996 3386136112 200262467 1225350683 255060549 3258836220 3886448650 1679529440 2996577616 2791192089 2152453246 2380198338 2903201177 1615005974 3405816428 512842959 2798224756 2589701375 3399759551 2456270371 1306402777 2525821501 2971116362 1830426158 4244337055 33905101 3315292688 1145262311 1254491678 1401633204 3499251866 1517806399 3853721728 248630515 4200402697 1765234091 2723928768 3324979711 1229134289 1229531294 2753879270 3413400849 1570271414 2997842496 1956980337 2705567138 1836468404 3792895798 4064715530 211149371 4218920760 2379283418 1735346697 2746266308 3627846636 4265991225 3456674921 1075878363 255 362436" option to reproduce the execution
1.99/2.00	c #vars 89251
1.99/2.00	c #constraints 265861

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4079090-1465247882/watcher-4079090-1465247882 -o /tmp/evaluation-result-4079090-1465247882/solver-4079090-1465247882 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465219870-1858 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079090-1465247882.opb 

pid=6276
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.09 2.08 3/179 6279
/proc/meminfo: memFree=30172932/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=743868 CPUtime=0 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 2776 0 0 0 0 0 0 0 20 0 4 0 106723212 761720832 2627 33554432000 4194304 16246674 140736810449376 140736810448800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 186479 2636 441 2943 0 183373 0
[pid=6279/tid=6280] ppid=6276 vsize=761276 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 779546624 2697 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=765372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 783740928 2712 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=769468 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106723213 787935232 2729 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.04 2.09 2.08 3/179 6279
/proc/meminfo: memFree=30172932/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 26160 0 0 0 6 3 0 0 20 0 4 0 106723212 1250496512 25948 33554432000 4194304 16246674 140736810449376 140736810448688 4207606 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 305297 25948 800 2943 0 302191 0
[pid=6279/tid=6280] ppid=6276 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 1250496512 25948 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 1250496512 25948 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 1250496512 25948 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200582 s]
/proc/loadavg: 2.04 2.09 2.08 3/179 6279
/proc/meminfo: memFree=30172932/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 48504 0 0 0 12 6 0 0 20 0 4 0 106723212 1344868352 48803 33554432000 4194304 16246674 140736810449376 140736810448688 7369568 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 328337 48803 801 2943 0 325231 0
[pid=6279/tid=6280] ppid=6276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 1344868352 48803 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 1344868352 48803 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 1344868352 48803 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300537 s]
/proc/loadavg: 2.04 2.09 2.08 3/179 6279
/proc/meminfo: memFree=30172932/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 64269 0 0 0 20 8 0 0 20 0 4 0 106723212 1344868352 64568 33554432000 4194304 16246674 140736810449376 140736810448688 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 328337 64568 801 2943 0 325231 0
[pid=6279/tid=6280] ppid=6276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 1344868352 64568 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 1344868352 64568 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 1344868352 64568 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700406 s]
/proc/loadavg: 2.04 2.09 2.08 3/179 6279
/proc/meminfo: memFree=30172932/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 69724 0 0 0 59 10 0 0 20 0 4 0 106723212 1345916928 70023 33554432000 4194304 16246674 140736810449376 140736810431296 8058708 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 328593 70023 801 2943 0 325487 0
[pid=6279/tid=6280] ppid=6276 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 1345916928 70023 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 1345916928 70023 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 1345916928 70023 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50046 s]
/proc/loadavg: 2.04 2.09 2.08 3/183 6283
/proc/meminfo: memFree=29845204/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 81857 0 0 0 137 12 0 0 20 0 4 0 106723212 1345916928 82156 33554432000 4194304 16246674 140736810449376 140736810431296 4220894 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 328593 82156 802 2943 0 325487 0
[pid=6279/tid=6280] ppid=6276 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 1345916928 82156 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 1345916928 82156 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 1345916928 82156 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.1004 s]
/proc/loadavg: 2.04 2.09 2.08 3/183 6283
/proc/meminfo: memFree=29801408/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=1349188 CPUtime=3.09 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 222932 0 0 0 275 34 0 0 20 0 4 0 106723212 1381568512 229364 33554432000 4194304 16246674 140736810449376 140736810431296 5740821 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 337297 229373 837 2943 0 334191 0
[pid=6279/tid=6280] ppid=6276 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 1381568512 229379 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 1381568512 229384 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 1381568512 229389 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1349188

[startup+6.30041 s]
/proc/loadavg: 2.04 2.09 2.08 3/183 6283
/proc/meminfo: memFree=29061564/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=1357380 CPUtime=6.29 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 273849 0 0 0 587 42 0 0 20 0 4 0 106723212 1389957120 280280 33554432000 4194304 16246674 140736810449376 140736810431296 13811000 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 339345 280280 847 2943 0 336239 0
[pid=6279/tid=6280] ppid=6276 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 1389957120 280280 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 1389957120 280280 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 1389957120 280280 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.03 2.08 2.08 3/183 6283
/proc/meminfo: memFree=28403292/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=2338372 CPUtime=12.69 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 519097 0 0 0 1195 74 0 0 20 0 4 0 106723212 2394492928 525528 33554432000 4194304 16246674 140736810449376 140736810448688 4220495 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 584593 525528 847 2943 0 581487 0
[pid=6279/tid=6280] ppid=6276 vsize=2338372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 2394492928 525528 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=2338372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 2394492928 525528 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=2338372 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 2394492928 525528 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2338372

[startup+25.5005 s]
/proc/loadavg: 2.03 2.08 2.08 3/183 6283
/proc/meminfo: memFree=26819240/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=3719748 CPUtime=25.48 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 864358 0 0 0 2427 121 0 0 20 0 4 0 106723212 3809021952 870789 33554432000 4194304 16246674 140736810449376 140736810448472 4221799 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 929937 870795 847 2943 0 926831 0
[pid=6279/tid=6280] ppid=6276 vsize=3719748 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 3809021952 870800 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=3719748 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 3809021952 870804 33554432000 4194304 16246674 140736810449376 139682833734672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=3719748 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 3809021952 870810 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3719748

[startup+51.1005 s]
/proc/loadavg: 2.02 2.07 2.08 3/183 6283
/proc/meminfo: memFree=22806684/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=7592516 CPUtime=51.08 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 1832636 0 0 0 4861 247 0 0 20 0 4 0 106723212 7774736384 1839067 33554432000 4194304 16246674 140736810449376 140736810448472 4220480 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 1898129 1839067 847 2943 0 1895023 0
[pid=6279/tid=6280] ppid=6276 vsize=7592516 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 7774736384 1839067 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=7592516 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 7774736384 1839067 33554432000 4194304 16246674 140736810449376 139682833734672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=7592516 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 7774736384 1839067 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7592516

[startup+102.3 s]
/proc/loadavg: 2.12 2.09 2.08 3/183 6285
/proc/meminfo: memFree=19114616/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=11276868 CPUtime=102.28 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 2753730 0 0 0 9863 365 0 0 20 0 4 0 106723212 11547512832 2760161 33554432000 4194304 16246674 140736810449376 140736810447296 14013920 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 2819217 2760161 852 2943 0 2816111 0
[pid=6279/tid=6280] ppid=6276 vsize=11276868 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 11547512832 2760161 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=11276868 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 11547512832 2760161 33554432000 4194304 16246674 140736810449376 139682833734672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=11276868 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 11547512832 2760161 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 11276868

[startup+162.3 s]
/proc/loadavg: 2.04 2.07 2.08 3/184 6289
/proc/meminfo: memFree=14902848/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=15480388 CPUtime=162.26 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 3747061 0 0 0 15700 526 0 0 20 0 4 0 106723212 15851917312 3810724 33554432000 4194304 16246674 140736810449376 140736810447296 14003399 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 3870097 3810724 852 2943 0 3866991 0
[pid=6279/tid=6280] ppid=6276 vsize=15480388 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 15851917312 3810724 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=15480388 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 15851917312 3810724 33554432000 4194304 16246674 140736810449376 139682833734672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=15480388 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 15851917312 3810724 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 15480388



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+203.4 s]
/proc/loadavg: 2.07 2.08 2.08 3/183 6290
/proc/meminfo: memFree=14821504/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=15872580 CPUtime=203.35 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) R 6276 6279 1842 0 -1 4202496 3845225 0 0 0 19792 543 0 0 20 0 4 0 106723212 16253521920 3908888 33554432000 4194304 16246674 140736810449376 140736810448472 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 3968145 3908897 852 2943 0 3965039 0
[pid=6279/tid=6280] ppid=6276 vsize=15872580 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6280/stat : 6280 (toysat) S 6276 6279 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106723213 16253521920 3908901 33554432000 4194304 16246674 140736810449376 139682844224752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=15872580 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) S 6276 6279 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106723213 16253521920 3908906 33554432000 4194304 16246674 140736810449376 139682833734896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6279/tid=6282] ppid=6276 vsize=15872580 CPUtime=0 cores=0,2,4,6
/proc/6279/task/6282/stat : 6282 (toysat) S 6276 6279 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106723213 16253521920 3908909 33554432000 4194304 16246674 140736810449376 139682823261360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 203.35
Current children cumulated vsize (KiB) 15872580

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6279 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+204 s]
/proc/loadavg: 2.07 2.08 2.08 3/181 6290
/proc/meminfo: memFree=16374072/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=0 CPUtime=203.96 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) Z 6276 6279 1842 0 -1 4203532 3845594 0 0 0 19793 603 0 0 20 0 2 0 106723212 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 0 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) R 6276 6279 1842 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 106723213 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 0

[startup+204.2 s]
/proc/loadavg: 2.07 2.08 2.08 3/181 6290
/proc/meminfo: memFree=16374072/32872528 swapFree=13600/559348
[pid=6279] ppid=6276 vsize=0 CPUtime=204.16 cores=0,2,4,6
/proc/6279/stat : 6279 (toysat) Z 6276 6279 1842 0 -1 4203532 3845594 0 0 0 19793 623 0 0 20 0 2 0 106723212 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6279/statm: 0 0 0 0 0 0 0
[pid=6279/tid=6281] ppid=6276 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/6279/task/6281/stat : 6281 (toysat) R 6276 6279 1842 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 106723213 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 204.238
CPU time (s): 204.199
CPU user time (s): 197.933
CPU system time (s): 6.26605
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 15872580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.933
system time used= 6.26605
maximum resident set size= 15637028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3845594
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= 45
involuntary context switches= 208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.14783 second user time and 2.11768 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-06 23:18:03
IDJOB=4079090
IDBENCH=3020
IDSOLVER=2542
FILE ID=node106/4079090-1465247882
RUNJOBID= node106-1465219870-1858
PBS_JOBID= 19843217
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079090-1465247882/watcher-4079090-1465247882 -o /tmp/evaluation-result-4079090-1465247882/solver-4079090-1465247882 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465219870-1858 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079090-1465247882.opb

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

MD5SUM BENCH= e305ce06a665d9822e67802436e3e3a1
RANDOM SEED=804518856

node106.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.775
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.55
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.775
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	: 5332.55
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.775
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	: 5332.56
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.775
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	: 5332.55
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.775
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	: 5332.64
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.775
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	: 5332.56
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.775
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	: 5332.55
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.775
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30172840 kB
Buffers:           51920 kB
Cached:           176408 kB
SwapCached:         1844 kB
Active:          1316956 kB
Inactive:         117904 kB
Active(anon):    1207456 kB
Inactive(anon):     1280 kB
Active(file):     109500 kB
Inactive(file):   116624 kB
Unevictable:      559348 kB
Mlocked:           13600 kB
SwapTotal:      67108856 kB
SwapFree:       67098536 kB
Dirty:             32236 kB
Writeback:             0 kB
AnonPages:       1766500 kB
Mapped:            10840 kB
Shmem:                 0 kB
Slab:             570352 kB
SReclaimable:      14476 kB
SUnreclaim:       555876 kB
KernelStack:        1488 kB
PageTables:         7648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1907604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node106 at 2016-06-06 23:21:27