Trace number 4103565

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) 196.939 196.978

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-forplan.opb
MD5SUM43a001fe9c1e4e8b75108df32c142ab0
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 variables12528
Total number of constraints155
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints155
Minimum length of a constraint27
Maximum length of a constraint9090
Number of terms in the objective function 9340
Biggest coefficient in the objective function 6454798974976000
Number of bits for the biggest coefficient in the objective function 53
Sum of the numbers in the objective function 1138676908426644728
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 6454798974976000
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1138676908426644728
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T10:17:57+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-4103565-1466237877.opb"]
0.00/0.01	c use --random-gen="2843896123 3883438121 1158372029 1722229340 1559737109 4289988467 777048815 2521199660 2157061477 249059542 2428118070 2018791148 471902306 2423316567 1939865471 1303691838 4283003502 244260275 1437211358 2498902233 1893182828 2880370591 3535604151 3752729376 3893072991 1477613517 747048798 683517977 3477990349 875604980 668785813 52318192 3257076668 2121136826 1920186032 1521514532 3103365598 2891363957 3782572574 1799294302 997712574 764827871 2622925817 2661800779 3715275297 203941467 597513414 4076344637 1984592325 3900700288 2048625440 878151044 2996124090 2703931784 2590022204 845271317 3335437211 2902014811 1096722918 1400154644 2017187173 975530119 1929672400 382026282 2656664452 3260857402 2491620449 2843619479 161028359 2916862425 214302020 2930534324 2875385810 3588260140 1389847649 1253986464 376052856 2934714547 707779446 1383162471 882277718 21767162 2159630320 3141571018 1284889510 2175404370 1896900014 1561630513 3755802125 1233766477 317094358 2487158157 44608759 2180769638 3519335462 4025083153 1814779122 2411948323 3141676268 1341667949 1799531298 2130014229 1126847188 807659117 3275222758 627268120 2376149709 770270636 778604773 2050544141 4050455402 172929812 1240750238 146680752 2944380897 3651442344 3087567579 2555279110 4177150382 1554531205 3162339781 1724066036 2533665791 40793195 1508571344 646861776 3811607707 902864108 2232510666 4265883667 744111461 2538838822 2151954783 94195582 621944679 2866553907 4207516051 4098517068 3932017642 2736626665 3534529484 1325458075 1993562432 2062481348 3795658134 3176160635 1415904692 1052137699 2534571922 52200631 2193377196 4036994425 1219102458 521311687 820264571 1831353324 2220172441 725084885 2826934869 1779167094 837844071 1881939397 2654659991 2062724866 127076542 1940174978 1704459313 2745534447 3655842545 1428779294 1703260110 1820377797 3695381206 2751046170 395431461 2307297464 3137178974 1974258774 1426628561 1732228407 1586939197 1390076793 3865011542 3554236973 988938465 3974034827 2271020850 3557519282 2502443976 2651355049 3962642049 2219652284 50100014 1375248859 794367829 3667201643 926523772 3985794484 2351875127 2921529893 3078472666 3419860291 3546469253 1584730418 2350870200 148751021 3004423859 1849913272 3977042911 4035254800 3350405168 4286516461 2173599876 3928951301 3830859125 3080459542 731786212 1240969842 2885491136 3008486500 3159479608 1776043765 686738951 1207038247 1635057942 4193755609 1863441892 435266971 744544908 1653110111 4136598017 2017512015 2402545338 3076931050 2372293953 1069298059 4129944878 661235430 3063099341 2999793257 1565077597 4103242011 2786683062 4237310352 549624553 3416900177 3762836408 3956490154 2384668915 1055841178 248969951 2547338007 4226910264 1234423185 2981818219 923715720 255 362436" option to reproduce the execution
0.19/0.28	c #vars 12528
0.19/0.28	c #constraints 155

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

pid=21766
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.09 2.06 2.08 4/179 21769
/proc/meminfo: memFree=30439048/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=712260 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 2656 0 0 0 0 0 0 0 20 0 4 0 25837645 729354240 3018 33554432000 4194304 16246674 140734466061088 140734466060512 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 178577 3026 442 2943 0 175471 0
[pid=21769/tid=21770] ppid=21766 vsize=729668 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 747180032 3086 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=733764 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 751374336 3101 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=737860 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25837645 755568640 3118 33554432000 4194304 16246674 140734466061088 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100129 s]
/proc/loadavg: 2.09 2.06 2.08 4/179 21769
/proc/meminfo: memFree=30439048/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 30439 0 0 0 6 3 0 0 20 0 4 0 25837645 1335431168 30739 33554432000 4194304 16246674 140734466061088 140734466060400 7367789 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 326033 30753 800 2943 0 322927 0
[pid=21769/tid=21770] ppid=21766 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1335431168 30764 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1335431168 30775 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1335431168 30786 33554432000 4194304 16246674 140734466061088 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200472 s]
/proc/loadavg: 2.09 2.06 2.08 4/179 21769
/proc/meminfo: memFree=30439048/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 38522 0 0 0 14 5 0 0 20 0 4 0 25837645 1342771200 39332 33554432000 4194304 16246674 140734466061088 140734466060400 13967416 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 327825 39332 801 2943 0 324719 0
[pid=21769/tid=21770] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 39332 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 39332 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 39332 33554432000 4194304 16246674 140734466061088 140488034213040 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) 1311300

[startup+0.300479 s]
/proc/loadavg: 2.09 2.06 2.08 4/179 21769
/proc/meminfo: memFree=30439048/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 39850 0 0 0 24 5 0 0 20 0 4 0 25837645 1342771200 40660 33554432000 4194304 16246674 140734466061088 140734466044080 13007925 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 327825 40660 831 2943 0 324719 0
[pid=21769/tid=21770] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 40660 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 40660 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 40660 33554432000 4194304 16246674 140734466061088 140488034213040 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) 1311300

[startup+0.700391 s]
/proc/loadavg: 2.09 2.06 2.08 4/179 21769
/proc/meminfo: memFree=30439048/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1311300 CPUtime=0.69 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 127219 0 0 0 53 16 0 0 20 0 4 0 25837645 1342771200 128029 33554432000 4194304 16246674 140734466061088 140734466044080 12371445 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 327825 128040 831 2943 0 324719 0
[pid=21769/tid=21770] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 128047 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 128055 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1342771200 128061 33554432000 4194304 16246674 140734466061088 140488034213040 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) 1311300

[startup+1.50039 s]
/proc/loadavg: 2.16 2.07 2.08 3/183 21773
/proc/meminfo: memFree=29552412/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1435204 CPUtime=1.49 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 299185 0 0 0 112 37 0 0 20 0 4 0 25837645 1469648896 299995 33554432000 4194304 16246674 140734466061088 140734466043008 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 358801 300001 832 2943 0 355695 0
[pid=21769/tid=21770] ppid=21766 vsize=1435204 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1469648896 300004 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1435204 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1469648896 300008 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1435204 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1469648896 300011 33554432000 4194304 16246674 140734466061088 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1435204

[startup+3.10042 s]
/proc/loadavg: 2.16 2.07 2.08 3/183 21773
/proc/meminfo: memFree=29176560/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1496644 CPUtime=3.09 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 314774 0 0 0 270 39 0 0 20 0 4 0 25837645 1532563456 315584 33554432000 4194304 16246674 140734466061088 140734466060400 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 374161 315584 832 2943 0 371055 0
[pid=21769/tid=21770] ppid=21766 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1532563456 315584 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1532563456 315584 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1532563456 315584 33554432000 4194304 16246674 140734466061088 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1496644

[startup+6.30039 s]
/proc/loadavg: 2.15 2.07 2.08 3/183 21773
/proc/meminfo: memFree=28874420/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1798724 CPUtime=6.29 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 390294 0 0 0 579 50 0 0 20 0 4 0 25837645 1841893376 391104 33554432000 4194304 16246674 140734466061088 140734466060184 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 449681 391104 832 2943 0 446575 0
[pid=21769/tid=21770] ppid=21766 vsize=1798724 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1841893376 391104 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1798724 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1841893376 391104 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1798724 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1841893376 391104 33554432000 4194304 16246674 140734466061088 140488034213040 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) 1798724

[startup+12.7004 s]
/proc/loadavg: 2.21 2.09 2.08 3/183 21773
/proc/meminfo: memFree=28833724/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=1800772 CPUtime=12.69 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 525975 0 0 0 1197 72 0 0 20 0 4 0 25837645 1843990528 391617 33554432000 4194304 16246674 140734466061088 140734466058880 4206604 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 450193 391617 832 2943 0 447087 0
[pid=21769/tid=21770] ppid=21766 vsize=1800772 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 1843990528 391617 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=1800772 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 1843990528 391617 33554432000 4194304 16246674 140734466061088 140488044686352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=1800772 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 1843990528 391617 33554432000 4194304 16246674 140734466061088 140488034213040 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) 1800772

[startup+25.5005 s]
/proc/loadavg: 2.17 2.08 2.08 3/183 21773
/proc/meminfo: memFree=28347516/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=2287172 CPUtime=25.48 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 647584 0 0 0 2461 87 0 0 20 0 4 0 25837645 2342064128 513226 33554432000 4194304 16246674 140734466061088 140734466058880 4206568 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 571793 513226 835 2943 0 568687 0
[pid=21769/tid=21770] ppid=21766 vsize=2287172 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 2342064128 513226 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=2287172 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 2342064128 513226 33554432000 4194304 16246674 140734466061088 140488044686352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=2287172 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 2342064128 513226 33554432000 4194304 16246674 140734466061088 140488034213040 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) 2287172

[startup+51.1005 s]
/proc/loadavg: 2.18 2.09 2.09 3/183 21773
/proc/meminfo: memFree=23258960/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=5431876 CPUtime=51.08 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 1433762 0 0 0 4915 193 0 0 20 0 4 0 25837645 5562241024 1299404 33554432000 4194304 16246674 140734466061088 140734466060184 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 1357969 1299404 835 2943 0 1354863 0
[pid=21769/tid=21770] ppid=21766 vsize=5431876 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 5562241024 1299404 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=5431876 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 5562241024 1299404 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=5431876 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 5562241024 1299404 33554432000 4194304 16246674 140734466061088 140488034213040 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) 5431876

[startup+102.3 s]
/proc/loadavg: 2.16 2.09 2.09 3/183 21774
/proc/meminfo: memFree=7568964/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=12962372 CPUtime=102.27 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 3316388 0 0 0 9781 446 0 0 20 0 4 0 25837645 13273468928 3182030 33554432000 4194304 16246674 140734466061088 140734466058880 4220894 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 3240593 3182030 835 2943 0 3237487 0
[pid=21769/tid=21770] ppid=21766 vsize=12962372 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 13273468928 3182030 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=12962372 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 13273468928 3182030 33554432000 4194304 16246674 140734466061088 140488044686352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=12962372 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 13273468928 3182030 33554432000 4194304 16246674 140734466061088 140488034213040 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) 12962372

[startup+162.3 s]
/proc/loadavg: 2.11 2.09 2.09 3/184 21827
/proc/meminfo: memFree=15864692/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=14081604 CPUtime=162.26 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 3596201 0 0 0 15736 490 0 0 20 0 4 0 25837645 14419562496 3462099 33554432000 4194304 16246674 140734466061088 140734466059072 4220487 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 3520401 3462099 840 2943 0 3517295 0
[pid=21769/tid=21770] ppid=21766 vsize=14081604 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 14419562496 3462099 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=14081604 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 14419562496 3462099 33554432000 4194304 16246674 140734466061088 140488044686352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=14081604 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 14419562496 3462099 33554432000 4194304 16246674 140734466061088 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 14081604



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+196.1 s]
/proc/loadavg: 2.12 2.09 2.09 3/183 21829
/proc/meminfo: memFree=13336548/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=15880772 CPUtime=196.06 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) R 21766 21769 20760 0 -1 4202496 4045912 0 0 0 19046 560 0 0 20 0 4 0 25837645 16261910528 3911811 33554432000 4194304 16246674 140734466061088 140734466060184 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 3970193 3911817 840 2943 0 3967087 0
[pid=21769/tid=21770] ppid=21766 vsize=15880772 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21770/stat : 21770 (toysat) S 21766 21769 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25837645 16261910528 3911822 33554432000 4194304 16246674 140734466061088 140488129621232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=15880772 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) S 21766 21769 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25837645 16261910528 3911827 33554432000 4194304 16246674 140734466061088 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21769/tid=21772] ppid=21766 vsize=15880772 CPUtime=0 cores=0,2,4,6
/proc/21769/task/21772/stat : 21772 (toysat) S 21766 21769 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25837645 16261910528 3911832 33554432000 4194304 16246674 140734466061088 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 196.06
Current children cumulated vsize (KiB) 15880772

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

[startup+196.4 s]
/proc/loadavg: 2.12 2.09 2.09 3/183 21829
/proc/meminfo: memFree=13336548/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=0 CPUtime=196.36 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) Z 21766 21769 20760 0 -1 4203532 4046328 0 0 0 19047 589 0 0 20 0 2 0 25837645 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 0 0 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) R 21766 21769 20760 0 -1 4203588 7 0 0 0 0 28 0 0 20 0 2 0 25837645 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) 196.36
Current children cumulated vsize (KiB) 0

[startup+196.8 s]
/proc/loadavg: 2.12 2.09 2.09 3/183 21829
/proc/meminfo: memFree=13336548/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=0 CPUtime=196.76 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) Z 21766 21769 20760 0 -1 4203532 4046328 0 0 0 19047 629 0 0 20 0 2 0 25837645 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 0 0 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) R 21766 21769 20760 0 -1 4203588 7 0 0 0 0 68 0 0 20 0 2 0 25837645 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 196.76
Current children cumulated vsize (KiB) 0

[startup+196.9 s]
/proc/loadavg: 2.12 2.09 2.09 3/181 21829
/proc/meminfo: memFree=27506032/32872528 swapFree=163656/177964
[pid=21769] ppid=21766 vsize=0 CPUtime=196.87 cores=0,2,4,6
/proc/21769/stat : 21769 (toysat) Z 21766 21769 20760 0 -1 4203532 4046328 0 0 0 19047 640 0 0 20 0 2 0 25837645 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21769/statm: 0 0 0 0 0 0 0
[pid=21769/tid=21771] ppid=21766 vsize=0 CPUtime=0.79 cores=0,2,4,6
/proc/21769/task/21771/stat : 21771 (toysat) R 21766 21769 20760 0 -1 4203588 7 0 0 0 0 79 0 0 20 0 2 0 25837645 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 196.87
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 196.978
CPU time (s): 196.939
CPU user time (s): 190.469
CPU system time (s): 6.47002
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 15880772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.469
system time used= 6.47002
maximum resident set size= 15648904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4046328
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= 121
involuntary context switches= 214

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.517921 second user time and 0.748886 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 10:17:57
IDJOB=4103565
IDBENCH=2396
IDSOLVER=2542
FILE ID=node105/4103565-1466237877
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/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-forplan.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103565-1466237877/watcher-4103565-1466237877 -o /tmp/evaluation-result-4103565-1466237877/solver-4103565-1466237877 -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-4103565-1466237877.opb

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

MD5SUM BENCH= 43a001fe9c1e4e8b75108df32c142ab0
RANDOM SEED=1127334742

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:        30439776 kB
Buffers:           90276 kB
Cached:           190120 kB
SwapCached:         1664 kB
Active:          1330540 kB
Inactive:         186232 kB
Active(anon):    1234192 kB
Inactive(anon):     4436 kB
Active(file):      96348 kB
Inactive(file):   181796 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             18260 kB
Writeback:             0 kB
AnonPages:       1413728 kB
Mapped:            10468 kB
Shmem:                 0 kB
Slab:             603480 kB
SReclaimable:      47112 kB
SUnreclaim:       556368 kB
KernelStack:        1520 kB
PageTables:         7028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1557532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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 10:21:14