Trace number 4105781

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) 156.882 156.939

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-420453220-max.opb
MD5SUM731d8a8b62f1165d7f7ff2eb0e8bed96
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 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 6243497100631984462763194459586332611497196285329458171408770520629035540670020835398097850925707779467176054569131054629458594384801759081011045
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:26:10+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-4105781-1466256369.opb"]
0.00/0.01	c use --random-gen="855821942 4168179832 268092849 3144712374 221376942 1961560688 3958768824 1454741157 2088345099 2549672947 4211740355 2508905202 3711480916 823547213 1121572035 428579199 2360487451 1696953179 964106527 4000395717 1832389145 624362294 3960570352 1359072518 2074120021 983876873 415275606 933594110 1918343355 3711356413 1397119778 729611739 206954951 3043239871 2007739526 2081408984 1664055197 2008255665 4004128426 2090128496 366442906 1605217425 513033811 1337322017 4097968621 640395047 997620478 2441537291 1319334278 1973284039 296920908 3998063377 205504956 3071213420 1318816265 1189333641 551931545 3180457334 4188452237 568920054 1107599675 724805216 3889829486 4242871835 1299138974 1696742025 2617844895 2876204101 4130603572 45278111 2370276040 824115069 2789894076 4104883158 1120960067 1838718494 1269201805 3035227734 371121924 1645388393 3228564134 3607405466 1224476254 1011973033 4182701039 2380770205 3749912417 824561937 1536895356 4171536653 2995589079 192341969 1149893311 122479783 206607240 2922794709 2830624694 270532152 3049011176 2031416717 2678685053 2882553357 1356760779 2894216466 2288834116 3964963796 1857332126 943678040 2463356743 529883617 3496013187 3602240595 950861773 3481774833 1227800166 733147510 867230952 3316858388 1779154873 211609117 2288216899 2651169126 1133287200 1652726025 2599606885 2173321352 1789509047 1622780846 3685028875 1051550003 2372693565 4081832080 2611131601 1311738964 3754349833 2332909694 1151486366 2208969627 1099637771 589182733 2013345670 178573785 1427001939 452280669 420797601 2018810309 2184106106 3461819601 1544729804 1724119258 1531628736 2436480973 243808043 1835124744 4216454875 333767575 2311581521 1190790695 759041005 939766462 3548802061 1328871674 295376282 1918763285 240738975 2532065460 2235252786 117316336 4208894664 685319141 904959203 162839115 235753436 1475231773 4243945024 3812068654 3258703886 694742870 2550024270 966886719 1979497369 2690234354 668170326 1566410295 2399217844 1708153528 25391528 2850925210 957901300 3420219523 3325082415 2040434201 3566694862 1264171915 1531587965 2928378910 2528054838 1200955760 3730401551 1483336004 1867528423 2488115588 1279291690 1055756 939341200 3528892752 3177756230 942318117 3180343765 464142069 1473444120 3017539203 4184494955 370567135 3067707325 2001522175 2012000390 1851501395 962096244 556036785 3247158251 2058162287 2704332645 279296212 3360498030 2759808269 3622860174 365872455 2259434707 1339946619 742452833 3558885340 2857253423 2017385063 2277505772 666158829 1503109802 1551737912 3793742464 2454006434 3974752042 1088195632 1537825649 2227771613 2153339450 3722191981 3238370444 359838448 228925079 886205611 3472977345 3953507673 2131718762 2707397509 2003174483 3844134254 255 362436" option to reproduce the execution
1.09/1.20	c #vars 52001
1.09/1.20	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-4105781-1466256369/watcher-4105781-1466256369 -o /tmp/evaluation-result-4105781-1466256369/solver-4105781-1466256369 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105781-1466256369.opb 

pid=24821
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24824
/proc/meminfo: memFree=16463064/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=747964 CPUtime=0 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 2797 0 0 0 0 0 0 0 20 0 4 0 27686880 765915136 2646 33554432000 4194304 16246674 140734271656320 140734271655744 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24824/statm: 187759 2655 441 2943 0 184653 0
[pid=24824/tid=24825] ppid=24821 vsize=765372 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 783740928 2714 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=770492 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 788983808 2734 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=774588 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27686880 793178112 2750 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24824
/proc/meminfo: memFree=16463064/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 26039 0 0 0 6 3 0 0 20 0 4 0 27686880 1250496512 25826 33554432000 4194304 16246674 140734271656320 140734271655632 4221080 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24824/statm: 305297 25826 799 2943 0 302191 0
[pid=24824/tid=24825] ppid=24821 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1250496512 25826 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1250496512 25826 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1250496512 25826 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200541 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24824
/proc/meminfo: memFree=16463064/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 48259 0 0 0 12 7 0 0 20 0 4 0 27686880 1344868352 48557 33554432000 4194304 16246674 140734271656320 140734271655632 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24824/statm: 328337 48565 799 2943 0 325231 0
[pid=24824/tid=24825] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 48569 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 48573 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 48578 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300504 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24824
/proc/meminfo: memFree=16463064/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 58012 0 0 0 21 8 0 0 20 0 4 0 27686880 1344868352 58310 33554432000 4194304 16246674 140734271656320 140734271655632 7363168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24824/statm: 328337 58310 799 2943 0 325231 0
[pid=24824/tid=24825] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 58310 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 58310 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 58310 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700427 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24824
/proc/meminfo: memFree=16463064/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 68569 0 0 0 60 9 0 0 20 0 4 0 27686880 1344868352 68867 33554432000 4194304 16246674 140734271656320 140734271655632 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24824/statm: 328337 68867 799 2943 0 325231 0
[pid=24824/tid=24825] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 68867 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 68867 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1344868352 68867 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 24828
/proc/meminfo: memFree=15828532/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1330756 CPUtime=1.49 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 96901 0 0 0 136 13 0 0 20 0 4 0 27686880 1362694144 99754 33554432000 4194304 16246674 140734271656320 140734271654144 6756128 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24824/statm: 332689 99763 835 2943 0 329583 0
[pid=24824/tid=24825] ppid=24821 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1362694144 99768 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1362694144 99773 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1362694144 99779 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1330756

[startup+3.10042 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 24828
/proc/meminfo: memFree=22673144/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1330756 CPUtime=3.09 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 270240 0 0 0 269 40 0 0 20 0 4 0 27686880 1362694144 273093 33554432000 4194304 16246674 140734271656320 140734271638208 13760056 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24824/statm: 332689 273093 837 2943 0 329583 0
[pid=24824/tid=24825] ppid=24821 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1362694144 273093 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1362694144 273093 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1362694144 273093 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1330756

[startup+6.30042 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 24877
/proc/meminfo: memFree=29988508/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1548868 CPUtime=6.29 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 324697 0 0 0 583 46 0 0 20 0 4 0 27686880 1586040832 328061 33554432000 4194304 16246674 140734271656320 140734271654160 4221783 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24824/statm: 387217 328061 847 2943 0 384111 0
[pid=24824/tid=24825] ppid=24821 vsize=1548868 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1586040832 328061 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1548868 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1586040832 328061 33554432000 4194304 16246674 140734271656320 139683605486608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1548868 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1586040832 328061 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1548868

[startup+12.7004 s]
/proc/loadavg: 2.05 2.04 2.00 3/182 24877
/proc/meminfo: memFree=28584804/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=1902148 CPUtime=12.68 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 413109 0 0 0 1211 57 0 0 20 0 4 0 27686880 1947799552 416473 33554432000 4194304 16246674 140734271656320 140734271655416 15015658 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24824/statm: 475537 416473 847 2943 0 472431 0
[pid=24824/tid=24825] ppid=24821 vsize=1902148 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 1947799552 416473 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=1902148 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 1947799552 416473 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=1902148 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 1947799552 416473 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1902148

[startup+25.5005 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 24878
/proc/meminfo: memFree=24551040/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=4044356 CPUtime=25.48 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 948664 0 0 0 2422 126 0 0 20 0 4 0 27686880 4141420544 952025 33554432000 4194304 16246674 140734271656320 140734271655496 14628944 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24824/statm: 1011089 952025 847 2943 0 1007983 0
[pid=24824/tid=24825] ppid=24821 vsize=4044356 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 4141420544 952025 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=4044356 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 4141420544 952025 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=4044356 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 4141420544 952025 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4044356

[startup+51.1005 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 24878
/proc/meminfo: memFree=15269364/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=9215556 CPUtime=51.07 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 2241469 0 0 0 4806 301 0 0 20 0 4 0 27686880 9436729344 2244827 33554432000 4194304 16246674 140734271656320 140734271655416 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24824/statm: 2303889 2244827 847 2943 0 2300783 0
[pid=24824/tid=24825] ppid=24821 vsize=9215556 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 9436729344 2244827 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=9215556 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 9436729344 2244827 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=9215556 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 9436729344 2244827 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9215556

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 24879
/proc/meminfo: memFree=7670500/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=13124164 CPUtime=102.27 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 3218636 0 0 0 9793 434 0 0 20 0 4 0 27686880 13439143936 3221985 33554432000 4194304 16246674 140734271656320 140734271654272 14013822 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24824/statm: 3281041 3221985 852 2943 0 3277935 0
[pid=24824/tid=24825] ppid=24821 vsize=13124164 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 13439143936 3221985 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=13124164 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 13439143936 3221985 33554432000 4194304 16246674 140734271656320 139683605486608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=13124164 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 13439143936 3221985 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13124164



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+156.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24880
/proc/meminfo: memFree=984724/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=15876676 CPUtime=156.03 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) R 24821 24824 20760 0 -1 4202496 3906712 0 0 0 15067 536 0 0 20 0 4 0 27686880 16257716224 3910061 33554432000 4194304 16246674 140734271656320 140734271655416 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24824/statm: 3969169 3910069 852 2943 0 3966063 0
[pid=24824/tid=24825] ppid=24821 vsize=15876676 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24825/stat : 24825 (toysat) S 24821 24824 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27686880 16257716224 3910073 33554432000 4194304 16246674 140734271656320 139683615976688 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=15876676 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) S 24821 24824 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27686880 16257716224 3910077 33554432000 4194304 16246674 140734271656320 139683605486832 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24824/tid=24827] ppid=24821 vsize=15876676 CPUtime=0 cores=1,3,5,7
/proc/24824/task/24827/stat : 24827 (toysat) S 24821 24824 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27686880 16257716224 3910082 33554432000 4194304 16246674 140734271656320 139683595013296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 156.03
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 24824 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+156.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 24880
/proc/meminfo: memFree=2652564/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=0 CPUtime=156.34 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) Z 24821 24824 20760 0 -1 4203532 3907057 0 0 0 15068 566 0 0 20 0 2 0 27686880 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24824/statm: 0 0 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) R 24821 24824 20760 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 27686880 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.34
Current children cumulated vsize (KiB) 0

[startup+156.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 24880
/proc/meminfo: memFree=2652564/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=0 CPUtime=156.74 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) Z 24821 24824 20760 0 -1 4203532 3907057 0 0 0 15068 606 0 0 20 0 2 0 27686880 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24824/statm: 0 0 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) R 24821 24824 20760 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 27686880 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.74
Current children cumulated vsize (KiB) 0

[startup+156.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 24880
/proc/meminfo: memFree=2652564/32872528 swapFree=163656/177964
[pid=24824] ppid=24821 vsize=0 CPUtime=156.84 cores=1,3,5,7
/proc/24824/stat : 24824 (toysat) Z 24821 24824 20760 0 -1 4203532 3907057 0 0 0 15068 616 0 0 20 0 2 0 27686880 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24824/statm: 0 0 0 0 0 0 0
[pid=24824/tid=24826] ppid=24821 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/24824/task/24826/stat : 24826 (toysat) R 24821 24824 20760 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27686880 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.84
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 156.939
CPU time (s): 156.882
CPU user time (s): 150.684
CPU system time (s): 6.19806
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 15876676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.684
system time used= 6.19806
maximum resident set size= 15641620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3907057
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= 94
involuntary context switches= 243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.405938 second user time and 0.610907 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:26:09
IDJOB=4105781
IDBENCH=3011
IDSOLVER=2542
FILE ID=node105/4105781-1466256369
RUNJOBID= node105-1466229502-20777
PBS_JOBID= 19918174
Free space on /tmp= 71716 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-420453220-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105781-1466256369/watcher-4105781-1466256369 -o /tmp/evaluation-result-4105781-1466256369/solver-4105781-1466256369 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105781-1466256369.opb

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

MD5SUM BENCH= 731d8a8b62f1165d7f7ff2eb0e8bed96
RANDOM SEED=1417540857

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:        16469568 kB
Buffers:           96672 kB
Cached:           218680 kB
SwapCached:         1460 kB
Active:         15253076 kB
Inactive:         205416 kB
Active(anon):   15140644 kB
Inactive(anon):     4768 kB
Active(file):     112432 kB
Inactive(file):   200648 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             24532 kB
Writeback:             0 kB
AnonPages:      15320784 kB
Mapped:            10644 kB
Shmem:                 0 kB
Slab:             605072 kB
SReclaimable:      48484 kB
SUnreclaim:       556588 kB
KernelStack:        1456 kB
PageTables:        33980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15466972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71696 MiB
End job on node105 at 2016-06-18 15:28:47