Trace number 4105769

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) 155.41 155.449

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690.opb
MD5SUMf11bdd7260019e9cf4483ca64654f68c
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 benchmark3.60345
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 variables52001
Total number of constraints154561
Number of constraints which are clauses154560
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 constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285328142673459177384060592124920906005152554730819278690998820076480368784343607308117472639948431515
Number of bits of the biggest sum of numbers481
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:23:37+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-4105769-1466256216.opb"]
0.00/0.01	c use --random-gen="4099550450 1609931371 4065833366 3519652272 3412196161 1159596461 2535826024 3515416663 1534846689 3008069334 2477227958 2779513239 157460631 1748047078 3734176696 294260119 1646640307 2528736487 2505770571 872705914 4010100775 1612706061 425398254 104572161 471894726 758784239 3953271837 3252922576 283016220 3515296050 2296527260 2691319112 99724718 1245493224 2571859162 1880539152 1875187254 4021890408 3159846301 3463596358 1446686239 4046151851 2886563435 4260231368 1534542573 2451800787 3660940585 1619336445 3008806258 2298911494 3895533362 2098594255 2689387747 2552657975 232960727 4068036054 1720651389 3637528377 571810983 1170182553 380290051 363653351 1246496333 3691660060 680288106 3019595224 2523106364 3205472130 685496580 4216084804 1295401370 777214417 2632818058 976874129 1587611936 1558215971 3660907601 3163238212 1348716563 123847753 2675813423 2586618707 3999482215 2577942490 2257570058 2225424901 467759729 2320647095 2385905185 2052251532 763105635 2109860077 1974649577 1517350680 3243531378 2589860536 1491798933 1090024501 3265859391 2807847140 957083889 3988448159 3728203032 3389180828 3044952134 1011060980 1029438835 2652894070 2171228007 3677540141 3425057816 2187816381 297829622 1616599763 2226124762 1739823299 4125173135 2561663553 2262275433 3491966888 2192999870 2575184845 2047785356 107262643 344130308 967951033 2349526427 1156354656 2991051928 1420674632 1007093863 1095125217 2017016698 3328533583 490270947 1639663142 3057574393 1149230842 3652772350 455150332 1806353782 4074146540 3979549193 1593593467 2601283748 3375159646 1249017913 722984894 526830121 460186772 3702693698 2451330586 871170092 2587426750 465939922 3446063802 2899423133 4043423485 2177463044 897243162 1371322324 917684160 3837884015 1363968054 1106427602 3071987603 1360685447 2687090017 3491855307 2516493102 259050999 947744154 2742626247 1472448435 1616432220 801980609 2099153270 1915111172 860142821 253025120 3918631936 645438205 1125982833 1692549404 2604536417 732364809 2627556026 2690915034 1551464166 2583482457 1324303513 1768097501 1239859593 3006644067 3089311431 264169121 2225022748 928101285 3844015324 4096933838 1544006838 2962026279 2136165267 3233461903 635827269 2507903945 1535273268 1458284773 3556107706 1153907007 2471328195 2210349771 2413033077 1017868879 1170303329 669600456 2244621784 2318141312 4240343347 2455591649 1318639512 2238359860 3224103809 1842998346 4004258229 4230803490 4005574602 830409838 1963837258 1264866466 3517560842 1769950251 846423578 2173227306 654005923 2242425567 1704330363 1738161147 1879399307 2179573149 1872660926 2532830395 205706685 3594857274 2617749170 1201200663 1683565178 3956840447 3215737702 1778182831 2660616301 3694061998 2768253883 471937094 215139364 1197443185 255 362436" option to reproduce the execution
1.19/1.22	c #vars 52001
1.19/1.22	c #constraints 154561

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-4105769-1466256216/watcher-4105769-1466256216 -o /tmp/evaluation-result-4105769-1466256216/solver-4105769-1466256216 -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-4105769-1466256216.opb 

pid=24770
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.12 2.05 2.01 3/179 24773
/proc/meminfo: memFree=30298972/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=745916 CPUtime=0 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 2788 0 0 0 0 0 0 0 20 0 4 0 27671606 763817984 2638 33554432000 4194304 16246674 140736145887664 140736145887088 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24773/statm: 186991 2647 441 2943 0 183885 0
[pid=24773/tid=24774] ppid=24770 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 781643776 2706 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 785838080 2723 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671606 790032384 2739 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 24773
/proc/meminfo: memFree=30298972/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 26037 0 0 0 6 3 0 0 20 0 4 0 27671606 1250496512 25825 33554432000 4194304 16246674 140736145887664 140736145886976 4220520 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24773/statm: 305297 25825 799 2943 0 302191 0
[pid=24773/tid=24774] ppid=24770 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 1250496512 25825 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 1250496512 25825 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 1250496512 25825 33554432000 4194304 16246674 140736145887664 139678341647536 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) 1221188

[startup+0.20051 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 24773
/proc/meminfo: memFree=30298972/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 48388 0 0 0 13 6 0 0 20 0 4 0 27671606 1344868352 48688 33554432000 4194304 16246674 140736145887664 140736145886976 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24773/statm: 328337 48695 799 2943 0 325231 0
[pid=24773/tid=24774] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 48699 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 48703 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 48708 33554432000 4194304 16246674 140736145887664 139678341647536 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) 1313348

[startup+0.300486 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 24773
/proc/meminfo: memFree=30298972/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 58011 0 0 0 22 7 0 0 20 0 4 0 27671606 1344868352 58310 33554432000 4194304 16246674 140736145887664 140736145886976 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24773/statm: 328337 58310 799 2943 0 325231 0
[pid=24773/tid=24774] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 58310 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 58310 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 58310 33554432000 4194304 16246674 140736145887664 139678341647536 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) 1313348

[startup+0.7004 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 24773
/proc/meminfo: memFree=30298972/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 68569 0 0 0 61 8 0 0 20 0 4 0 27671606 1344868352 68868 33554432000 4194304 16246674 140736145887664 140736145885504 7382424 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24773/statm: 328337 68868 799 2943 0 325231 0
[pid=24773/tid=24774] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 68868 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 68868 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 1344868352 68868 33554432000 4194304 16246674 140736145887664 139678341647536 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) 1313348

[startup+1.50034 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 24777
/proc/meminfo: memFree=30007940/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1330756 CPUtime=1.48 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 92061 0 0 0 136 12 0 0 20 0 4 0 27671606 1362694144 94916 33554432000 4194304 16246674 140736145887664 140736145870656 7203965 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24773/statm: 332689 94924 835 2943 0 329583 0
[pid=24773/tid=24774] ppid=24770 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 1362694144 94929 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 1362694144 94934 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 1362694144 94939 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1330756

[startup+3.10035 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 24777
/proc/meminfo: memFree=29442852/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1330756 CPUtime=3.08 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 270240 0 0 0 266 42 0 0 20 0 4 0 27671606 1362694144 273094 33554432000 4194304 16246674 140736145887664 140736145885504 5573448 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24773/statm: 332689 273094 837 2943 0 329583 0
[pid=24773/tid=24774] ppid=24770 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 1362694144 273094 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 1362694144 273094 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 1362694144 273094 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1330756

[startup+6.30037 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 24777
/proc/meminfo: memFree=28318912/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1607236 CPUtime=6.29 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 339153 0 0 0 576 53 0 0 20 0 4 0 27671606 1645809664 342518 33554432000 4194304 16246674 140736145887664 140736145869568 4220897 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24773/statm: 401809 342518 847 2943 0 398703 0
[pid=24773/tid=24774] ppid=24770 vsize=1607236 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 1645809664 342518 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1607236 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 1645809664 342518 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1607236 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 1645809664 342518 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1607236

[startup+12.7004 s]
/proc/loadavg: 2.10 2.05 2.01 4/183 24777
/proc/meminfo: memFree=27007196/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=1992260 CPUtime=12.69 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 435636 0 0 0 1201 68 0 0 20 0 4 0 27671606 2040074240 439001 33554432000 4194304 16246674 140736145887664 140736145886840 13753489 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24773/statm: 498065 439001 847 2943 0 494959 0
[pid=24773/tid=24774] ppid=24770 vsize=1992260 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 2040074240 439001 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=1992260 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 2040074240 439001 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=1992260 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 2040074240 439001 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1992260

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 24777
/proc/meminfo: memFree=23061768/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=4670020 CPUtime=25.48 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 1105077 0 0 0 2390 158 0 0 20 0 4 0 27671606 4782100480 1108442 33554432000 4194304 16246674 140736145887664 140736145886760 4220543 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24773/statm: 1167505 1108442 847 2943 0 1164399 0
[pid=24773/tid=24774] ppid=24770 vsize=4670020 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 4782100480 1108442 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=4670020 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 4782100480 1108442 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=4670020 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 4782100480 1108442 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4670020

[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 24777
/proc/meminfo: memFree=14478768/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=9030212 CPUtime=51.08 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 2194927 0 0 0 4798 310 0 0 20 0 4 0 27671606 9246937088 2198292 33554432000 4194304 16246674 140736145887664 140736145886328 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 2257553 2198295 847 2943 0 2254447 0
[pid=24773/tid=24774] ppid=24770 vsize=9030212 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 9246937088 2198299 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=9030212 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 9246937088 2198302 33554432000 4194304 16246674 140736145887664 139678352120848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=9030212 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 9246937088 2198304 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9030212

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 24778
/proc/meminfo: memFree=5302980/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=13319748 CPUtime=102.27 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 3267517 0 0 0 9768 459 0 0 20 0 4 0 27671606 13639421952 3270882 33554432000 4194304 16246674 140736145887664 140736145885632 14006614 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 3329937 3270882 852 2943 0 3326831 0
[pid=24773/tid=24774] ppid=24770 vsize=13319748 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 13639421952 3270882 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=13319748 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 13639421952 3270882 33554432000 4194304 16246674 140736145887664 139678352120848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=13319748 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 13639421952 3270882 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13319748



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+154.4 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 24828
/proc/meminfo: memFree=15775396/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=15901252 CPUtime=154.35 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) R 24770 24773 20760 0 -1 4202496 3912894 0 0 0 14871 564 0 0 20 0 4 0 27671606 16282882048 3916259 33554432000 4194304 16246674 140736145887664 140736145886760 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 3975313 3916259 852 2943 0 3972207 0
[pid=24773/tid=24774] ppid=24770 vsize=15901252 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24774/stat : 24774 (toysat) S 24770 24773 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27671606 16282882048 3916259 33554432000 4194304 16246674 140736145887664 139678362610928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=15901252 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) S 24770 24773 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671606 16282882048 3916259 33554432000 4194304 16246674 140736145887664 139678352121072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24773/tid=24776] ppid=24770 vsize=15901252 CPUtime=0 cores=0,2,4,6
/proc/24773/task/24776/stat : 24776 (toysat) S 24770 24773 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27671606 16282882048 3916259 33554432000 4194304 16246674 140736145887664 139678341647536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 154.35
Current children cumulated vsize (KiB) 15901252

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

[startup+155.207 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 24828
/proc/meminfo: memFree=24844880/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=0 CPUtime=155.17 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) Z 24770 24773 20760 0 -1 4203532 3913281 0 0 0 14872 645 0 0 20 0 2 0 27671606 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 0 0 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=0 CPUtime=0.79 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) R 24770 24773 20760 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 27671606 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) 155.17
Current children cumulated vsize (KiB) 0

[startup+155.4 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 24828
/proc/meminfo: memFree=24844880/32872528 swapFree=163656/177964
[pid=24773] ppid=24770 vsize=0 CPUtime=155.36 cores=0,2,4,6
/proc/24773/stat : 24773 (toysat) Z 24770 24773 20760 0 -1 4203532 3913281 0 0 0 14872 664 0 0 20 0 2 0 27671606 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 0 0 0 0 0 0 0
[pid=24773/tid=24775] ppid=24770 vsize=0 CPUtime=0.98 cores=0,2,4,6
/proc/24773/task/24775/stat : 24775 (toysat) R 24770 24773 20760 0 -1 4203588 8 0 0 0 0 98 0 0 20 0 2 0 27671606 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) 155.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 155.449
CPU time (s): 155.41
CPU user time (s): 148.722
CPU system time (s): 6.68798
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 15901252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.722
system time used= 6.68798
maximum resident set size= 15666584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3913281
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= 53
involuntary context switches= 275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.39094 second user time and 0.611906 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:23:37
IDJOB=4105769
IDBENCH=3008
IDSOLVER=2542
FILE ID=node105/4105769-1466256216
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105769-1466256216/watcher-4105769-1466256216 -o /tmp/evaluation-result-4105769-1466256216/solver-4105769-1466256216 -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-4105769-1466256216.opb

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

MD5SUM BENCH= f11bdd7260019e9cf4483ca64654f68c
RANDOM SEED=384750354

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:        30299236 kB
Buffers:           96528 kB
Cached:           210588 kB
SwapCached:         1460 kB
Active:          1449768 kB
Inactive:         204496 kB
Active(anon):    1344392 kB
Inactive(anon):     4768 kB
Active(file):     105376 kB
Inactive(file):   199728 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             42168 kB
Writeback:            28 kB
AnonPages:       1524368 kB
Mapped:            10548 kB
Shmem:                 0 kB
Slab:             605368 kB
SReclaimable:      48384 kB
SUnreclaim:       556984 kB
KernelStack:        1464 kB
PageTables:         7080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1666588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71700 MiB
End job on node105 at 2016-06-18 15:26:12