Trace number 4079112

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) 165.276 165.329

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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-07T04:53:11+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-4079112-1465267976.opb"]
0.00/0.01	c use --random-gen="1998577656 3697475198 3233370912 2912020752 4218284298 800441990 1187865031 1655650585 1231753258 2039245317 3939392912 32732784 516948733 2901825862 2271073604 3402825895 113705589 1462556764 4265330169 3111371573 3528134682 2809403283 419617638 3306846964 2886749092 2279559614 2989376936 3170792982 917617217 971160888 1927963815 1482488661 1772993480 2639198222 729873817 3405582572 2499502941 3289137593 3338990857 4017164524 3495403021 2559521626 852654184 1188359577 285044903 448537780 1661158355 833363878 86634052 1720899551 1627512108 3640112043 1660491498 3021315283 4271656135 3114040450 3580978598 2541926120 1224523760 3561521200 2028986938 740775044 4187860960 24016882 2786027129 1631220649 2269763679 1302292007 2274611954 1856791252 61153272 819344837 735116985 1840056214 3378888638 1171431193 2965569585 3430619465 3217541922 1669161907 2748096125 888285626 1237834237 1943493184 2644878661 1237567370 3021180634 3337941376 718309987 4207722085 1183719801 1032092405 557390206 322647906 1664560819 1415943239 957185569 785903861 1301003093 623951121 2688942252 2269522807 613780932 1012851904 2703812814 4214372942 3588629229 382850993 684489409 2472907228 3306157864 731294741 1687060560 2392846000 2623008383 1717190586 2499977513 1728331250 951024025 3293755710 1325398787 2538008453 4216253102 1763441840 708731168 4255233219 4076823074 3039179685 1144534643 1897821261 1553591745 1633172908 1034170960 299295773 2726280155 570807530 166525872 2759069382 3221666200 4212651631 2230894000 2444643659 1881551663 3353718582 3703776298 2652319682 3421736412 2549870389 3325441531 4048421973 2860055907 911438994 2423072693 1543970076 2209539520 4256068829 438728070 2799073844 2347579194 679377621 2744177447 809196561 4290570601 1951300989 1453597302 2865572117 2269105447 1273111562 1778286004 3139637207 2340073196 1289302912 3652581890 2268835978 408831098 3574295030 281966480 2808779166 1556706158 1021617170 2667002184 859958328 1367647898 799737209 1901592147 1032503624 3587559439 4108130869 136655897 1457591639 3505136546 1944042946 616037559 2338161339 1950670491 1862228041 2656806102 1924081897 1286903200 2701915429 2132583313 4207958833 782693145 3371941968 3823843637 2655156642 705324588 1106181881 2372850673 1327606806 2430367552 408459823 2822607742 3621872794 619783766 949940202 3586501015 2738253724 4153375263 1449577784 112692991 2451914683 2499041300 2153502584 639997479 1157840164 574431868 3111643929 4285891020 939896836 3705614830 1185331882 2657226063 1414665769 2395868449 3257020199 3481686421 3180912690 897676298 1248253286 194010048 2482907608 871358451 2806052238 3009669657 2844268927 2357149636 77389654 3620816170 108973934 3872346538 4153069876 1742424589 171709149 813273692 1583658635 255 362436" option to reproduce the execution
73.47/73.57	c #vars 10240998
73.47/73.57	c #constraints 6000

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

pid=15369
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.47 2.34 2.28 3/178 15372
/proc/meminfo: memFree=27064180/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=569788 CPUtime=0 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 2100 0 0 0 0 0 0 0 20 0 4 0 108731091 583462912 1949 33554432000 4194304 16246674 140736333852864 140736333852288 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 143215 1959 441 2943 0 140109 0
[pid=15372/tid=15373] ppid=15369 vsize=587196 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 601288704 2016 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=589244 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 603385856 2027 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=589244 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108731092 603385856 2027 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100138 s]
/proc/loadavg: 2.47 2.34 2.28 3/178 15372
/proc/meminfo: memFree=27064180/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 28489 0 0 0 6 3 0 0 20 0 4 0 108731091 1333334016 28276 33554432000 4194304 16246674 140736333852864 140736333852176 7376282 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 325521 28291 799 2943 0 322415 0
[pid=15372/tid=15373] ppid=15369 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1333334016 28303 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1333334016 28315 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1333334016 28326 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200452 s]
/proc/loadavg: 2.47 2.34 2.28 3/178 15372
/proc/meminfo: memFree=27064180/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 43823 0 0 0 13 6 0 0 20 0 4 0 108731091 1343819776 44121 33554432000 4194304 16246674 140736333852864 140736333852176 7376282 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 328081 44139 799 2943 0 324975 0
[pid=15372/tid=15373] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 44150 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 44163 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 44173 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300422 s]
/proc/loadavg: 2.47 2.34 2.28 3/178 15372
/proc/meminfo: memFree=27064180/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 44020 0 0 0 23 6 0 0 20 0 4 0 108731091 1343819776 44318 33554432000 4194304 16246674 140736333852864 140736333852176 7439603 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 328081 44318 799 2943 0 324975 0
[pid=15372/tid=15373] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 44318 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 44318 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 44318 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.70037 s]
/proc/loadavg: 2.47 2.34 2.28 3/178 15372
/proc/meminfo: memFree=27064180/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 57205 0 0 0 61 8 0 0 20 0 4 0 108731091 1343819776 57503 33554432000 4194304 16246674 140736333852864 140736333852176 4220897 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 328081 57503 800 2943 0 324975 0
[pid=15372/tid=15373] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 57503 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 57503 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 57503 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50037 s]
/proc/loadavg: 2.47 2.34 2.28 3/182 15376
/proc/meminfo: memFree=26792524/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1312324 CPUtime=1.49 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 75990 0 0 0 137 12 0 0 20 0 4 0 108731091 1343819776 76288 33554432000 4194304 16246674 140736333852864 140736333835856 8055512 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 328081 76288 800 2943 0 324975 0
[pid=15372/tid=15373] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 76288 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 76288 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1343819776 76288 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1312324

[startup+3.10035 s]
/proc/loadavg: 2.60 2.37 2.29 3/183 15377
/proc/meminfo: memFree=26617716/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1336900 CPUtime=3.08 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 138584 0 0 0 287 21 0 0 20 0 4 0 108731091 1368985600 145014 33554432000 4194304 16246674 140736333852864 140736333850688 4220921 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 334225 145014 800 2943 0 331119 0
[pid=15372/tid=15373] ppid=15369 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1368985600 145014 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1368985600 145014 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1368985600 145014 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1336900

[startup+6.30044 s]
/proc/loadavg: 2.60 2.37 2.29 3/183 15377
/proc/meminfo: memFree=25960780/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1386052 CPUtime=6.28 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 263833 0 0 0 587 41 0 0 20 0 4 0 108731091 1419317248 282016 33554432000 4194304 16246674 140736333852864 140736333852176 7364068 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 346513 282016 801 2943 0 343407 0
[pid=15372/tid=15373] ppid=15369 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1419317248 282016 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1419317248 282016 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1419317248 282016 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1386052

[startup+12.7003 s]
/proc/loadavg: 2.50 2.36 2.29 3/183 15377
/proc/meminfo: memFree=25358596/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=1945156 CPUtime=12.69 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 383947 0 0 0 1205 64 0 0 20 0 4 0 108731091 1991839744 426658 33554432000 4194304 16246674 140736333852864 140736333834752 14628944 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15372/statm: 486289 426658 801 2943 0 483183 0
[pid=15372/tid=15373] ppid=15369 vsize=1945156 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 1991839744 426658 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=1945156 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 1991839744 426658 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=1945156 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 1991839744 426658 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1945156

[startup+25.5004 s]
/proc/loadavg: 2.50 2.36 2.29 4/183 15377
/proc/meminfo: memFree=24013368/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=3286596 CPUtime=25.47 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 719309 0 0 0 2429 118 0 0 20 0 4 0 108731091 3365474304 762531 33554432000 4194304 16246674 140736333852864 140736333852040 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 821649 762531 802 2943 0 818543 0
[pid=15372/tid=15373] ppid=15369 vsize=3286596 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 3365474304 762531 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=3286596 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 3365474304 762531 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=3286596 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 3365474304 762531 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3286596

[startup+51.1004 s]
/proc/loadavg: 2.46 2.36 2.29 3/183 15427
/proc/meminfo: memFree=23248580/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=6246980 CPUtime=51.06 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 1361282 0 0 0 4878 228 0 0 20 0 4 0 108731091 6396907520 1496995 33554432000 4194304 16246674 140736333852864 140736333851960 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 1561745 1496995 803 2943 0 1558639 0
[pid=15372/tid=15373] ppid=15369 vsize=6246980 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 6396907520 1496995 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=6246980 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 6396907520 1496995 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=6246980 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 6396907520 1496995 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 6246980

[startup+102.3 s]
/proc/loadavg: 2.28 2.33 2.28 3/183 15427
/proc/meminfo: memFree=14951524/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=14455364 CPUtime=102.26 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 3413433 0 0 0 9686 540 0 0 20 0 4 0 108731091 14802292736 3555028 33554432000 4194304 16246674 140736333852864 140736333851960 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 3613841 3555028 839 2943 0 3610735 0
[pid=15372/tid=15373] ppid=15369 vsize=14455364 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 14802292736 3555028 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=14455364 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 14802292736 3555028 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=14455364 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 14802292736 3555028 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14455364

[startup+162.3 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 15428
/proc/meminfo: memFree=13992428/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=15251012 CPUtime=162.26 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 3612181 0 0 0 15653 573 0 0 20 0 4 0 108731091 15617036288 3753776 33554432000 4194304 16246674 140736333852864 140736333851560 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 3812753 3753776 847 2943 0 3809647 0
[pid=15372/tid=15373] ppid=15369 vsize=15251012 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 15617036288 3753794 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=15251012 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 15617036288 3753794 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=15251012 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 15617036288 3753794 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 15251012



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+164.5 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 15428
/proc/meminfo: memFree=13336840/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=15879748 CPUtime=164.45 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) R 15369 15372 13546 0 -1 4202496 3769440 0 0 0 15846 599 0 0 20 0 4 0 108731091 16260861952 3911035 33554432000 4194304 16246674 140736333852864 140736333852040 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 3969937 3911038 847 2943 0 3966831 0
[pid=15372/tid=15373] ppid=15369 vsize=15879748 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) S 15369 15372 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108731092 16260861952 3911097 33554432000 4194304 16246674 140736333852864 140135055207664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=15372/tid=15374] ppid=15369 vsize=15879748 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15374/stat : 15374 (toysat) S 15369 15372 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108731092 16260861952 3911097 33554432000 4194304 16246674 140736333852864 140135044717808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=15372/tid=15375] ppid=15369 vsize=15879748 CPUtime=0 cores=0,2,4,6
/proc/15372/task/15375/stat : 15375 (toysat) S 15369 15372 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108731092 16260861952 3911097 33554432000 4194304 16246674 140736333852864 140135034244272 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 164.45
Current children cumulated vsize (KiB) 15879748

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

[startup+164.612 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 15428
/proc/meminfo: memFree=13336840/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=0 CPUtime=164.55 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) Z 15369 15372 13546 0 -1 4203532 3769690 0 0 0 15846 609 0 0 20 0 2 0 108731091 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 0 0 0 0 0 0 0
[pid=15372/tid=15373] ppid=15369 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) R 15369 15372 13546 0 -1 4203588 10 0 0 0 0 8 0 0 20 0 2 0 108731092 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 164.55
Current children cumulated vsize (KiB) 0

[startup+165 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 15428
/proc/meminfo: memFree=13336840/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=0 CPUtime=164.94 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) Z 15369 15372 13546 0 -1 4203532 3769690 0 0 0 15846 648 0 0 20 0 2 0 108731091 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 0 0 0 0 0 0 0
[pid=15372/tid=15373] ppid=15369 vsize=0 CPUtime=0.47 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) R 15369 15372 13546 0 -1 4203588 10 0 0 0 0 47 0 0 20 0 2 0 108731092 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 164.94
Current children cumulated vsize (KiB) 0

[startup+165.2 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 15428
/proc/meminfo: memFree=13336840/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=0 CPUtime=165.14 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) Z 15369 15372 13546 0 -1 4203532 3769690 0 0 0 15846 668 0 0 20 0 2 0 108731091 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 0 0 0 0 0 0 0
[pid=15372/tid=15373] ppid=15369 vsize=0 CPUtime=0.67 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) R 15369 15372 13546 0 -1 4203588 10 0 0 0 0 67 0 0 20 0 2 0 108731092 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 165.14
Current children cumulated vsize (KiB) 0

[startup+165.3 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 15428
/proc/meminfo: memFree=13336840/32872528 swapFree=17452/1581112
[pid=15372] ppid=15369 vsize=0 CPUtime=165.24 cores=0,2,4,6
/proc/15372/stat : 15372 (toysat) Z 15369 15372 13546 0 -1 4203532 3769690 0 0 0 15846 678 0 0 20 0 2 0 108731091 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15372/statm: 0 0 0 0 0 0 0
[pid=15372/tid=15373] ppid=15369 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/15372/task/15373/stat : 15373 (toysat) R 15369 15372 13546 0 -1 4203588 10 0 0 0 0 77 0 0 20 0 2 0 108731092 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 165.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 165.329
CPU time (s): 165.276
CPU user time (s): 158.468
CPU system time (s): 6.80796
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 15879748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.468
system time used= 6.80797
maximum resident set size= 15645140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3769690
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= 54
involuntary context switches= 255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.533918 second user time and 0.934857 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-07 04:53:11
IDJOB=4079112
IDBENCH=71894
IDSOLVER=2542
FILE ID=node139/4079112-1465267976
RUNJOBID= node139-1465254943-13562
PBS_JOBID= 19843273
Free space on /tmp= 71212 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079112-1465267976/watcher-4079112-1465267976 -o /tmp/evaluation-result-4079112-1465267976/solver-4079112-1465267976 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465254943-13562 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079112-1465267976.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=821374836

node139.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.868
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.73
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.868
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.868
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.868
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.868
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.868
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27064972 kB
Buffers:          122976 kB
Cached:           743980 kB
SwapCached:         1464 kB
Active:          3237544 kB
Inactive:         231456 kB
Active(anon):    2602132 kB
Inactive(anon):     2220 kB
Active(file):     635412 kB
Inactive(file):   229236 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099808 kB
Dirty:            532364 kB
Writeback:             0 kB
AnonPages:       4182120 kB
Mapped:            10840 kB
Shmem:                 0 kB
Slab:             618624 kB
SReclaimable:      62204 kB
SUnreclaim:       556420 kB
KernelStack:        1440 kB
PageTables:        12124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4326216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2750464 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= 71196 MiB
End job on node139 at 2016-06-07 04:55:57