Trace number 4103973

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) 206.276 206.344

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
MD5SUM158d85b2efcaf56eab2db834482aadfb
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 variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180197911475330400
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180197911475330400
Number of bits of the biggest sum of numbers58
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-18T10:49:24+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-4103973-1466239764.opb"]
0.00/0.01	c use --random-gen="3227922199 765509802 1433547456 1391595794 4130272579 336900915 2442895734 2806573684 3372271959 793413104 3356124829 2319703149 3741175229 4156095969 4106478339 3174655226 4176486547 1721186271 1479994580 759898826 3292069950 1274819658 317196751 4042856552 3835354492 2981862564 1688448538 2463083888 1496703169 3526182117 4277390466 762668802 550526884 232430694 1930514875 4231178013 3003703461 3417769315 1439525654 1623964701 469326623 3124675020 3614637460 4020204137 2918274077 3034400889 3398087178 2563768718 3836136473 2924324716 4033852989 2495017586 1037745065 1078619717 1131371536 1386740732 3722091290 259162834 2835176929 1821734665 4061740001 169483383 2457612744 1594934930 2911107999 3719359853 1644450106 3304306696 250785049 2937729416 2494856465 4224517361 3877319436 1511337742 3259528624 3124256601 1486303006 2676061260 356894544 1479925247 2624628845 3249862310 2251496958 2371427272 850974017 975562125 1602837666 3962475211 1454793364 299785599 2522386984 1836766197 1160026685 1190406167 4251809049 2742406038 95245140 930135334 3582101997 2419112654 2214524268 2577254019 3525188873 2793303562 2864389432 2769199522 472868302 4253994479 1661367321 2234771116 3762461808 3174572221 2597618330 3933458631 2799510530 2078222365 1852294080 1304283202 935022362 1251950007 2477757218 1244839502 3548543578 2228720940 3323102461 1432957385 872643802 3089904223 837946412 3150747208 527213619 3078073387 1656496171 4127215073 2910159922 491103598 1375762369 1289215770 3209801811 869186218 1714241014 2033760323 918901639 3415330597 461331536 3052283555 2464020445 61276852 3724934354 4138641063 3313732021 3841276078 72772347 2794022885 1895696229 2009098321 3025701585 2678254665 2205345570 344715589 195571148 3393808855 595727349 3812310615 2649249258 3785613081 559025768 1940154489 2889012553 1699898203 2188530079 1986086307 3809063618 712969770 1985954808 2761040360 3747146322 2061297140 1087706383 1239091078 2502743527 2993277217 1489237564 737158933 2887075174 398438595 2357386355 3932886403 928603580 317354523 3469142120 1108800260 3444977939 949636757 703041942 576365724 3190013038 2592686409 3647170958 4065713167 2521909881 1664867088 937764905 357987778 1037933444 2237081389 2005025529 4235015250 4249547021 3766554767 902445260 767105953 1315206090 3247577563 1655725558 3597281167 3414049327 1870151021 4283188463 2887393046 925566230 1448165344 3800288438 3215039123 407352041 3037661813 140963278 3810273482 396168761 4270782380 1665100493 1090475893 797575979 3592702398 560043635 840392521 3563934912 284889861 287686702 1042485009 2081984884 3525441267 1228222457 1962613721 847000510 2842736746 761467254 2967967273 699212095 3147158112 814765936 3429553932 66762646 2026082639 1742105301 456962782 255 362436" option to reproduce the execution
0.09/0.16	c #vars 16224
0.09/0.16	c #constraints 1488

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

pid=21923
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.38 2.39 2.35 4/179 21926
/proc/meminfo: memFree=18714304/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=588220 CPUtime=0 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 2168 0 0 0 0 0 0 0 20 0 4 0 26021921 602337280 3040 33554432000 4194304 16246674 140736513333120 140736513332544 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 147567 3050 441 2943 0 144461 0
[pid=21926/tid=21927] ppid=21923 vsize=605628 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 620163072 3110 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=609724 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 624357376 3127 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=613820 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 628551680 3143 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.38 2.39 2.35 4/179 21926
/proc/meminfo: memFree=18714304/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 27902 0 0 0 4 5 0 0 20 0 4 0 26021921 1335431168 28712 33554432000 4194304 16246674 140736513333120 140736513332432 8057278 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 326033 28725 801 2943 0 322927 0
[pid=21926/tid=21927] ppid=21923 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 1335431168 28735 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 1335431168 28747 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 1335431168 28757 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200456 s]
/proc/loadavg: 2.38 2.39 2.35 4/179 21926
/proc/meminfo: memFree=18714304/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=1316420 CPUtime=0.19 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 41583 0 0 0 12 7 0 0 20 0 4 0 26021921 1348014080 42903 33554432000 4194304 16246674 140736513333120 140736513332432 6759785 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 329105 42903 835 2943 0 325999 0
[pid=21926/tid=21927] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 42903 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 42903 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 42903 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1316420

[startup+0.300418 s]
/proc/loadavg: 2.38 2.39 2.35 4/179 21926
/proc/meminfo: memFree=18714304/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=1316420 CPUtime=0.29 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 50941 0 0 0 21 8 0 0 20 0 4 0 26021921 1348014080 52261 33554432000 4194304 16246674 140736513333120 140736513315008 12449273 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 329105 52274 843 2943 0 325999 0
[pid=21926/tid=21927] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 52282 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 52291 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 52300 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1316420

[startup+0.700355 s]
/proc/loadavg: 2.38 2.39 2.35 4/179 21926
/proc/meminfo: memFree=18714304/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=1316420 CPUtime=0.69 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 155996 0 0 0 46 23 0 0 20 0 4 0 26021921 1348014080 157317 33554432000 4194304 16246674 140736513333120 140736513315008 12449399 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 329105 157331 843 2943 0 325999 0
[pid=21926/tid=21927] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 157338 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 157348 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 1348014080 157357 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1316420

[startup+1.50035 s]
/proc/loadavg: 2.38 2.39 2.35 4/183 21930
/proc/meminfo: memFree=17631840/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=1484356 CPUtime=1.49 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 311571 0 0 0 104 45 0 0 20 0 4 0 26021921 1519980544 312891 33554432000 4194304 16246674 140736513333120 140736513331784 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 371089 312897 843 2943 0 367983 0
[pid=21926/tid=21927] ppid=21923 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 1519980544 312900 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 1519980544 312902 33554432000 4194304 16246674 140736513333120 139667626236944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 1519980544 312904 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1484356

[startup+3.10036 s]
/proc/loadavg: 2.38 2.39 2.35 4/183 21930
/proc/meminfo: memFree=17457372/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=1489476 CPUtime=3.09 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 312997 0 0 0 264 45 0 0 20 0 4 0 26021921 1525223424 314317 33554432000 4194304 16246674 140736513333120 140736513332336 4220897 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 372369 314317 843 2943 0 369263 0
[pid=21926/tid=21927] ppid=21923 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 1525223424 314317 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 1525223424 314317 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 1525223424 314317 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1489476

[startup+6.30035 s]
/proc/loadavg: 2.35 2.39 2.35 3/183 21930
/proc/meminfo: memFree=17457532/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=1931844 CPUtime=6.28 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 423348 0 0 0 566 62 0 0 20 0 4 0 26021921 1978208256 424668 33554432000 4194304 16246674 140736513333120 140736513330960 4225154 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 482961 424675 843 2943 0 479855 0
[pid=21926/tid=21927] ppid=21923 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 1978208256 424679 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 1978208256 424683 33554432000 4194304 16246674 140736513333120 139667626236944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 1978208256 424689 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1931844

[startup+12.7004 s]
/proc/loadavg: 2.32 2.38 2.35 3/183 21930
/proc/meminfo: memFree=14355092/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=2872900 CPUtime=12.68 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 658853 0 0 0 1171 97 0 0 20 0 4 0 26021921 2941849600 660173 33554432000 4194304 16246674 140736513333120 140736513332216 4220871 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 718225 660173 843 2943 0 715119 0
[pid=21926/tid=21927] ppid=21923 vsize=2872900 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 2941849600 660173 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=2872900 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 2941849600 660173 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=2872900 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 2941849600 660173 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2872900

[startup+25.5004 s]
/proc/loadavg: 2.25 2.36 2.34 3/183 21930
/proc/meminfo: memFree=12352948/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=4684356 CPUtime=25.47 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 1111717 0 0 0 2388 159 0 0 20 0 4 0 26021921 4796780544 1113037 33554432000 4194304 16246674 140736513333120 140736513330944 4206568 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21926/statm: 1171089 1113037 843 2943 0 1167983 0
[pid=21926/tid=21927] ppid=21923 vsize=4684356 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 4796780544 1113037 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=4684356 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 4796780544 1113037 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=4684356 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 4796780544 1113037 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4684356

[startup+51.1005 s]
/proc/loadavg: 2.31 2.36 2.34 3/184 21934
/proc/meminfo: memFree=7941564/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=9083460 CPUtime=51.06 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 2211496 0 0 0 4796 310 0 0 20 0 4 0 26021921 9301463040 2212816 33554432000 4194304 16246674 140736513333120 140736513332216 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 2270865 2212816 843 2943 0 2267759 0
[pid=21926/tid=21927] ppid=21923 vsize=9083460 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 9301463040 2212816 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=9083460 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 9301463040 2212816 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=9083460 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 9301463040 2212816 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9083460

[startup+102.3 s]
/proc/loadavg: 2.32 2.35 2.34 3/183 21935
/proc/meminfo: memFree=1330232/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=13633092 CPUtime=102.26 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 3348910 0 0 0 9759 467 0 0 20 0 4 0 26021921 13960286208 3350230 33554432000 4194304 16246674 140736513333120 140736513331072 14016654 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 3408273 3350230 848 2943 0 3405167 0
[pid=21926/tid=21927] ppid=21923 vsize=13633092 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 13960286208 3350230 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=13633092 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 13960286208 3350230 33554432000 4194304 16246674 140736513333120 139667626236944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=13633092 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 13960286208 3350230 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13633092

[startup+162.3 s]
/proc/loadavg: 2.23 2.32 2.33 3/183 21985
/proc/meminfo: memFree=10137108/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=15753796 CPUtime=162.24 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 3820230 0 0 0 15682 542 0 0 20 0 4 0 26021921 16131887104 3880320 33554432000 4194304 16246674 140736513333120 140736513331072 13899722 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 3938449 3880320 848 2943 0 3935343 0
[pid=21926/tid=21927] ppid=21923 vsize=15753796 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 16131887104 3880320 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=15753796 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 16131887104 3880320 33554432000 4194304 16246674 140736513333120 139667626236944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=15753796 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 16131887104 3880320 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15753796



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+205.5 s]
/proc/loadavg: 2.26 2.32 2.33 3/183 21986
/proc/meminfo: memFree=5601612/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=15902276 CPUtime=205.43 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) R 21923 21926 16189 0 -1 4202496 3857393 0 0 0 19993 550 0 0 20 0 4 0 26021921 16283930624 3917483 33554432000 4194304 16246674 140736513333120 140736513332216 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 3975569 3917492 848 2943 0 3972463 0
[pid=21926/tid=21927] ppid=21923 vsize=15902276 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21927/stat : 21927 (toysat) S 21923 21926 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26021921 16283930624 3917498 33554432000 4194304 16246674 140736513333120 139667636727024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=15902276 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) S 21923 21926 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26021921 16283930624 3917503 33554432000 4194304 16246674 140736513333120 139667626237168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21923 vsize=15902276 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (toysat) S 21923 21926 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26021921 16283930624 3917509 33554432000 4194304 16246674 140736513333120 139667504622768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 205.43
Current children cumulated vsize (KiB) 15902276

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 21926 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+205.605 s]
/proc/loadavg: 2.26 2.32 2.33 3/183 21986
/proc/meminfo: memFree=5601612/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=0 CPUtime=205.54 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) Z 21923 21926 16189 0 -1 4203532 3857886 0 0 0 19994 560 0 0 20 0 2 0 26021921 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 0 0 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) R 21923 21926 16189 0 -1 4203588 8 0 0 0 0 9 0 0 20 0 2 0 26021921 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 205.54
Current children cumulated vsize (KiB) 0

[startup+206 s]
/proc/loadavg: 2.26 2.32 2.33 3/181 21986
/proc/meminfo: memFree=9053924/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=0 CPUtime=205.93 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) Z 21923 21926 16189 0 -1 4203532 3857886 0 0 0 19994 599 0 0 20 0 2 0 26021921 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 0 0 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) R 21923 21926 16189 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 26021921 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) 205.93
Current children cumulated vsize (KiB) 0

[startup+206.2 s]
/proc/loadavg: 2.26 2.32 2.33 3/181 21986
/proc/meminfo: memFree=9053924/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=0 CPUtime=206.13 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) Z 21923 21926 16189 0 -1 4203532 3857886 0 0 0 19994 619 0 0 20 0 2 0 26021921 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 0 0 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) R 21923 21926 16189 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 26021921 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) 206.13
Current children cumulated vsize (KiB) 0

[startup+206.3 s]
/proc/loadavg: 2.26 2.32 2.33 3/181 21986
/proc/meminfo: memFree=9053924/32872528 swapFree=1459628/1655852
[pid=21926] ppid=21923 vsize=0 CPUtime=206.23 cores=0,2,4,6
/proc/21926/stat : 21926 (toysat) Z 21923 21926 16189 0 -1 4203532 3857886 0 0 0 19994 629 0 0 20 0 2 0 26021921 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 0 0 0 0 0 0 0
[pid=21926/tid=21928] ppid=21923 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (toysat) R 21923 21926 16189 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 26021921 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) 206.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 206.344
CPU time (s): 206.276
CPU user time (s): 199.944
CPU system time (s): 6.33204
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 15902276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.944
system time used= 6.33204
maximum resident set size= 15671904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3857886
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= 89
involuntary context switches= 363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.563914 second user time and 0.754885 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 10:49:24
IDJOB=4103973
IDBENCH=2521
IDSOLVER=2542
FILE ID=node136/4103973-1466239764
RUNJOBID= node136-1466206055-16205
PBS_JOBID= 19918141
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103973-1466239764/watcher-4103973-1466239764 -o /tmp/evaluation-result-4103973-1466239764/solver-4103973-1466239764 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16205 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103973-1466239764.opb

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

MD5SUM BENCH= 158d85b2efcaf56eab2db834482aadfb
RANDOM SEED=1117036870

node136.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.278
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.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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.55
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.278
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		: 2667.278
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.67
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.278
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:        18714228 kB
Buffers:            1400 kB
Cached:            82868 kB
SwapCached:        47176 kB
Active:         11700780 kB
Inactive:          73944 kB
Active(anon):   11646300 kB
Inactive(anon):    47056 kB
Active(file):      54480 kB
Inactive(file):    26888 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67051628 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:      13299780 kB
Mapped:            11332 kB
Shmem:                 0 kB
Slab:             569980 kB
SReclaimable:      14220 kB
SUnreclaim:       555760 kB
KernelStack:        1480 kB
PageTables:        30416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   13447588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71704 MiB
End job on node136 at 2016-06-18 10:52:50