Trace number 4105853

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) 154.666 154.698

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-770414132-max.opb
MD5SUM41622f14b6e1d28d767866cb9a3e32ea
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 variables65701
Total number of constraints195481
Number of constraints which are clauses195480
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 constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066612360646520299668853108307041790674815860173378468848205106664422578504773969619037192617658424108904539490357
Number of bits of the biggest sum of numbers541
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-18T15:37:47+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-4105853-1466257067.opb"]
0.00/0.01	c use --random-gen="2776137006 4119175349 2671100968 3041501741 3957258467 887130917 3632305127 1447956430 1633248789 540099651 81302126 223310461 4284142604 3534280700 3356327166 2602449651 800355571 4080935984 2443718336 3619496573 938219280 4061986274 2699383959 2046531890 433063816 2112586077 3426929723 38530384 2806210344 234983346 1009422234 50760126 2988050930 43588836 2462495403 746211738 614128935 909649027 119493105 933244253 2484210600 3497030025 2472711927 2042407973 2642644300 4082383899 3162601550 637893188 1628726818 600079777 3969370013 2224459280 402650809 2705962585 3190873273 3972756886 1435143566 2768437795 1694186729 469451080 1778995897 773228585 2311078940 3490414874 9097018 2659646815 118425005 710821974 1700159412 2136199583 3984666110 3840936669 3812585622 3405436644 3128617325 3446990446 898705453 3967013660 4276988054 2387944967 3833421020 3844147938 2195988177 3095660714 1079670993 637781886 216516987 633390663 2327826101 403628303 1169991754 3496515240 829118368 2284861 2921267488 762032477 938389694 2157198 2428970120 3248344603 1436768286 1313395764 2652596360 2453541869 3827105877 16507692 1601427952 3748366162 461838434 2507088784 3158324393 1321792583 1092142108 2289200300 3231780070 3631419990 1159728463 2257568501 2257460361 2412147518 1135293793 1100645544 111804890 410495842 2339988211 1425237431 3461161733 3751284889 2350761077 2189000909 2887489776 695688675 679831618 14331806 467830547 13851159 801787838 1694876065 3009485631 504055457 1969923671 4021230695 465927198 985293993 3739784861 654742215 3970739846 2939803622 2046345312 3871374360 2413755917 112099747 632788467 4169568007 1161510634 410596051 1752405015 1812209536 152213261 1250700223 583590863 1770387263 1913082540 4048257411 1471643003 55492265 2179568603 703825525 2090187896 2266898462 1858565581 89822821 2820682821 2951080513 2859574623 3366680700 2796446373 3777138925 1383514707 1242390603 1819506893 1333287988 2188250030 1047659849 4201350623 2687002327 3882688714 4192845192 2350240315 137965450 1422370772 112867332 1283682660 4172752767 3050082681 2664351883 3374751746 1227468654 1953125872 1881677731 249407490 1818017721 1298236043 5422800 841070464 3734782357 2277686494 1384533680 1430935320 657155454 2147931027 41588280 1449785832 3859638334 2729595799 1711063021 252607072 546519919 566878645 3711715214 2843287346 1520977230 2258679568 1970691160 2889266816 462096041 3871240180 3450261237 3777504024 3248787613 2462005323 53530993 942171546 687362177 63985416 1460692233 2001722150 1063410841 3111264468 1406492180 360607019 69497513 3836531619 789353031 1676984437 3152848733 1336737317 2235294740 1895619492 751978831 2182248904 3322911593 591233464 2989178930 2540613519 1809860655 255 362436" option to reproduce the execution
1.39/1.49	c #vars 65701
1.39/1.49	c #constraints 195481

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

pid=25276
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: 1.97 1.98 1.99 3/179 25279
/proc/meminfo: memFree=28401408/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=412092 CPUtime=0 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 1485 0 0 0 0 0 0 0 20 0 4 0 27756652 421982208 1335 33554432000 4194304 16246674 140734535721072 140734535720496 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 103791 1345 441 2943 0 100685 0
[pid=25279/tid=25280] ppid=25276 vsize=429500 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 439808000 1401 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=433596 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 444002304 1418 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=437692 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27756652 448196608 1435 33554432000 4194304 16246674 140734535721072 140492225367216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 25279
/proc/meminfo: memFree=28401408/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 26108 0 0 0 5 4 0 0 20 0 4 0 27756652 1250496512 25896 33554432000 4194304 16246674 140734535721072 140734535720384 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 305297 25896 801 2943 0 302191 0
[pid=25279/tid=25280] ppid=25276 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 1250496512 25896 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 1250496512 25896 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 1250496512 25896 33554432000 4194304 16246674 140734535721072 140492225367216 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.200507 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 25279
/proc/meminfo: memFree=28401408/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 48193 0 0 0 12 7 0 0 20 0 4 0 27756652 1343819776 48492 33554432000 4194304 16246674 140734535721072 140734535704064 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 328081 48499 801 2943 0 324975 0
[pid=25279/tid=25280] ppid=25276 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 1343819776 48503 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 1343819776 48507 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 1343819776 48511 33554432000 4194304 16246674 140734535721072 140492225367216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300464 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 25279
/proc/meminfo: memFree=28401408/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 61159 0 0 0 21 8 0 0 20 0 4 0 27756652 1344868352 61458 33554432000 4194304 16246674 140734535721072 140734535704064 4220543 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 328337 61458 801 2943 0 325231 0
[pid=25279/tid=25280] ppid=25276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 1344868352 61458 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 1344868352 61458 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 1344868352 61458 33554432000 4194304 16246674 140734535721072 140492225367216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700443 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 25279
/proc/meminfo: memFree=28401408/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=1313348 CPUtime=0.68 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 70197 0 0 0 59 9 0 0 20 0 4 0 27756652 1344868352 70496 33554432000 4194304 16246674 140734535721072 140734535704064 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 328337 70496 802 2943 0 325231 0
[pid=25279/tid=25280] ppid=25276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 1344868352 70496 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 1344868352 70496 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 1344868352 70496 33554432000 4194304 16246674 140734535721072 140492225367216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 25283
/proc/meminfo: memFree=28087592/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=1325636 CPUtime=1.49 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 78753 0 0 0 138 11 0 0 20 0 4 0 27756652 1357451264 81607 33554432000 4194304 16246674 140734535721072 140734535718912 4220986 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 331409 81607 809 2943 0 328303 0
[pid=25279/tid=25280] ppid=25276 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 1357451264 81607 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 1357451264 81607 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 1357451264 81607 33554432000 4194304 16246674 140734535721072 140492225367216 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) 1325636

[startup+3.10041 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 25283
/proc/meminfo: memFree=27435868/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=1336900 CPUtime=3.09 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 271778 0 0 0 269 40 0 0 20 0 4 0 27756652 1368985600 275143 33554432000 4194304 16246674 140734535721072 140734535702976 13780628 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 334225 275143 838 2943 0 331119 0
[pid=25279/tid=25280] ppid=25276 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 1368985600 275143 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 1368985600 275143 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 1368985600 275143 33554432000 4194304 16246674 140734535721072 140492225367216 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) 1336900

[startup+6.30042 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 25283
/proc/meminfo: memFree=25716484/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=1587780 CPUtime=6.29 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 334458 0 0 0 581 48 0 0 20 0 4 0 27756652 1625886720 337823 33554432000 4194304 16246674 140734535721072 140734535702912 4221116 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 396945 337823 847 2943 0 393839 0
[pid=25279/tid=25280] ppid=25276 vsize=1587780 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 1625886720 337823 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=1587780 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 1625886720 337823 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=1587780 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 1625886720 337823 33554432000 4194304 16246674 140734535721072 140492225367216 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) 1587780

[startup+12.7004 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 25283
/proc/meminfo: memFree=24638044/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=2091588 CPUtime=12.69 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 460468 0 0 0 1205 64 0 0 20 0 4 0 27756652 2141786112 463833 33554432000 4194304 16246674 140734535721072 140734535720248 4225120 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 522897 463833 847 2943 0 519791 0
[pid=25279/tid=25280] ppid=25276 vsize=2091588 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 2141786112 463833 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=2091588 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 2141786112 463833 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=2091588 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 2141786112 463833 33554432000 4194304 16246674 140734535721072 140492225367216 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) 2091588

[startup+25.5005 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 25283
/proc/meminfo: memFree=20045740/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=4638276 CPUtime=25.48 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 1097140 0 0 0 2400 148 0 0 20 0 4 0 27756652 4749594624 1100505 33554432000 4194304 16246674 140734535721072 140734535720248 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 1159569 1100505 847 2943 0 1156463 0
[pid=25279/tid=25280] ppid=25276 vsize=4638276 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 4749594624 1100505 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=4638276 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 4749594624 1100505 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=4638276 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 4749594624 1100505 33554432000 4194304 16246674 140734535721072 140492225367216 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) 4638276

[startup+51.1005 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 25283
/proc/meminfo: memFree=10665376/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=9995844 CPUtime=51.08 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 2436519 0 0 0 4779 329 0 0 20 0 4 0 27756652 10235744256 2439885 33554432000 4194304 16246674 140734535721072 140734535719736 4221799 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 2498961 2439892 847 2943 0 2495855 0
[pid=25279/tid=25280] ppid=25276 vsize=9995844 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 10235744256 2439896 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=9995844 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 10235744256 2439900 33554432000 4194304 16246674 140734535721072 140492235840528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=9996868 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 10236792832 2439908 33554432000 4194304 16246674 140734535721072 140492225367216 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) 9995844

[startup+102.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 25284
/proc/meminfo: memFree=4712808/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=13531716 CPUtime=102.28 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 3320509 0 0 0 9770 458 0 0 20 0 4 0 27756652 13856477184 3323874 33554432000 4194304 16246674 140734535721072 140734535719040 14003409 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 3382929 3323874 852 2943 0 3379823 0
[pid=25279/tid=25280] ppid=25276 vsize=13531716 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 13856477184 3323874 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=13531716 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 13856477184 3323874 33554432000 4194304 16246674 140734535721072 140492235840528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=13531716 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 13856477184 3323874 33554432000 4194304 16246674 140734535721072 140492225367216 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) 13531716



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+153.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/184 25288
/proc/meminfo: memFree=1306044/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=15876676 CPUtime=153.76 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) R 25276 25279 20760 0 -1 4202496 3906701 0 0 0 14832 544 0 0 20 0 4 0 27756652 16257716224 3910066 33554432000 4194304 16246674 140734535721072 140734535720248 13774296 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 3969169 3910066 852 2943 0 3966063 0
[pid=25279/tid=25280] ppid=25276 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25280/stat : 25280 (toysat) S 25276 25279 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27756652 16257716224 3910066 33554432000 4194304 16246674 140734535721072 140492246330608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) S 25276 25279 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27756652 16257716224 3910066 33554432000 4194304 16246674 140734535721072 140492235840752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25279/tid=25282] ppid=25276 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/25279/task/25282/stat : 25282 (toysat) S 25276 25279 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27756652 16257716224 3910066 33554432000 4194304 16246674 140734535721072 140492225367216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 153.76
Current children cumulated vsize (KiB) 15876676

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

[startup+154.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 25288
/proc/meminfo: memFree=4600376/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=0 CPUtime=154.36 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) Z 25276 25279 20760 0 -1 4203532 3906873 0 0 0 14832 604 0 0 20 0 2 0 27756652 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 0 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) R 25276 25279 20760 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 27756652 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.36
Current children cumulated vsize (KiB) 0

[startup+154.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 25288
/proc/meminfo: memFree=4600376/32872528 swapFree=163656/177964
[pid=25279] ppid=25276 vsize=0 CPUtime=154.56 cores=0,2,4,6
/proc/25279/stat : 25279 (toysat) Z 25276 25279 20760 0 -1 4203532 3906873 0 0 0 14832 624 0 0 20 0 2 0 27756652 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25279/statm: 0 0 0 0 0 0 0
[pid=25279/tid=25281] ppid=25276 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/25279/task/25281/stat : 25281 (toysat) R 25276 25279 20760 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27756652 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.56
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 154.698
CPU time (s): 154.666
CPU user time (s): 148.327
CPU system time (s): 6.33904
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 15876676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.327
system time used= 6.33904
maximum resident set size= 15640952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3906873
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= 51
involuntary context switches= 166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.873867 second user time and 0.665898 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:37:47
IDJOB=4105853
IDBENCH=3040
IDSOLVER=2542
FILE ID=node105/4105853-1466257067
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
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=360-sizeP=181-sizeQ=360-770414132-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105853-1466257067/watcher-4105853-1466257067 -o /tmp/evaluation-result-4105853-1466257067/solver-4105853-1466257067 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105853-1466257067.opb

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

MD5SUM BENCH= 41622f14b6e1d28d767866cb9a3e32ea
RANDOM SEED=193134980

node105.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.561
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.12
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.561
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.561
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.55
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.561
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.561
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.54
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.561
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.55
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28402416 kB
Buffers:           94464 kB
Cached:           240700 kB
SwapCached:         1460 kB
Active:          3344160 kB
Inactive:         204772 kB
Active(anon):    3211376 kB
Inactive(anon):     4740 kB
Active(file):     132784 kB
Inactive(file):   200032 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             69076 kB
Writeback:             0 kB
AnonPages:       3391352 kB
Mapped:            10516 kB
Shmem:                 0 kB
Slab:             605724 kB
SReclaimable:      49152 kB
SUnreclaim:       556572 kB
KernelStack:        1448 kB
PageTables:        10700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3533340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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 node105 at 2016-06-18 15:40:22