Trace number 4103505

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) 144.189 144.256

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-25fv47.opb
MD5SUM352e6e4471b8236a210f84cf79d988ac
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.23566
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables47130
Total number of constraints820
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 constraints820
Minimum length of a constraint30
Maximum length of a constraint10200
Number of terms in the objective function 19170
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 10623608039212938
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 128285302811787264
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 812950436219668362
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:12:48+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-4103505-1466237567.opb"]
0.00/0.01	c use --random-gen="4020651606 2862594302 655096058 3118888519 2578058838 3235291480 392127758 1780600252 3421621194 1743774371 2486256560 1694015913 3358075386 2438424904 173094502 2868082736 354690708 1203529526 4076255508 2557704769 3325989089 1413034461 3166856126 3941947586 1422808074 470038269 4034555644 2726366076 3630748858 3068602190 2140658262 3748106394 60574606 449876014 1989686737 1425297492 1596791633 3655212742 1342048478 2770444971 842519946 463091500 258709359 342717634 1528633666 4023905340 1156414356 3695417292 4289593581 3827384307 140254361 3870493116 1636308701 488794665 869937850 56885969 3065354097 2684169419 817792392 4045153974 142272787 171268412 104986882 4278500435 1432139989 2080976608 3065834603 1160919402 2485395165 3597541701 2924901612 53950333 4112568541 2656611579 4094154851 1197244595 2081233792 123482005 1540772433 296614425 365558427 2934990897 510426461 1841348751 2650911130 170534080 2607473997 702568427 2127535542 3758658047 3102913626 1574255538 2035636222 2950604044 1865493281 2829272124 820765055 1651779910 3739227636 1818737336 1170836162 325943362 4112170636 1263554048 4182056661 159609674 530790479 1925969032 3836680703 1673217957 3183299033 1274492646 1610532456 2700510619 1031361885 1584509616 2322190891 1665894842 4268757569 1512565184 590528361 772498110 2255392021 4073837262 532003368 1712092358 1820675168 2121324225 1720369731 1297662130 3097130107 3749624935 2364698645 2708248366 2432020462 2557137456 2514124307 570143199 4027345535 1842210759 3956475044 659576684 3242094447 989607477 1691846552 1693125399 3339309023 2085815860 3280377886 1059706958 2345518507 3404064468 3758254753 729386533 608240830 96631742 3604304216 1440158636 1747529393 1815623414 1599009281 3680881201 3085005657 3693595181 2928858671 2643613829 2867215460 3003828284 2964956725 3735395025 1870524602 398123461 3746681286 560288005 2557014335 1307002961 917212597 2016718667 2091295440 2425355308 2558477729 3621735390 1062657748 2539180788 1155718644 1551962943 1196032354 1092654490 454635724 16555437 2673902398 852835206 789737023 2538218117 2299213006 2550333058 2449877083 4278253127 1864080708 4081145100 614050840 3491293337 3274073688 2843436541 405471092 1986484552 2877031346 2299957824 791059347 2947780734 2326323254 108464354 1448107864 3355152496 406060371 1540381049 3963036768 690046594 3626656885 1837141726 3088911910 3692060332 3786223869 4086830076 3941512188 2625361505 2654018011 2624224669 1478597043 2973322827 847663645 912941746 1966055273 3148181202 2695932152 3441114531 3794558381 4212607592 1068949433 1061119219 1475167927 334207274 4250625907 3340583105 4288258180 2864108370 4097279274 2071311651 4269611068 3957952605 383650693 3773728219 310921242 2373167500 3525452296 2067466659 255 362436" option to reproduce the execution
0.59/0.65	c #vars 47130
0.59/0.65	c #constraints 820

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

pid=17491
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.27 2.23 2.19 3/178 17494
/proc/meminfo: memFree=16046008/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=689596 CPUtime=0 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 2565 0 0 0 0 0 0 0 20 0 4 0 25803538 706146304 2926 33554432000 4194304 16246674 140736855405840 140736855405264 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 172911 2934 441 2943 0 169805 0
[pid=17494/tid=17495] ppid=17491 vsize=707004 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 723972096 2993 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 728166400 3012 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25803539 732360704 3028 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.27 2.23 2.19 3/178 17494
/proc/meminfo: memFree=16046008/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 30761 0 0 0 6 3 0 0 20 0 4 0 25803538 1335431168 31060 33554432000 4194304 16246674 140736855405840 140736855405152 7376282 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 326033 31075 800 2943 0 322927 0
[pid=17494/tid=17495] ppid=17491 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 1335431168 31083 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 1335431168 31094 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 1335431168 31104 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200528 s]
/proc/loadavg: 2.27 2.23 2.19 3/178 17494
/proc/meminfo: memFree=16046008/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 41445 0 0 0 14 5 0 0 20 0 4 0 25803538 1342771200 42254 33554432000 4194304 16246674 140736855405840 140736855405152 7364051 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 327825 42254 801 2943 0 324719 0
[pid=17494/tid=17495] ppid=17491 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 1342771200 42254 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 1342771200 42254 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 1342771200 42254 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300501 s]
/proc/loadavg: 2.27 2.23 2.19 3/178 17494
/proc/meminfo: memFree=16046008/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 42894 0 0 0 24 5 0 0 20 0 4 0 25803538 1342771200 43703 33554432000 4194304 16246674 140736855405840 140736855405152 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 327825 43703 801 2943 0 324719 0
[pid=17494/tid=17495] ppid=17491 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 1342771200 43703 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 1342771200 43703 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 1342771200 43703 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700417 s]
/proc/loadavg: 2.27 2.23 2.19 3/178 17494
/proc/meminfo: memFree=16046008/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=1317444 CPUtime=0.69 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 53143 0 0 0 62 7 0 0 20 0 4 0 25803538 1349062656 55485 33554432000 4194304 16246674 140736855405840 140736855388832 12449269 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 329361 55485 823 2943 0 326255 0
[pid=17494/tid=17495] ppid=17491 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 1349062656 55485 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 1349062656 55485 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 1349062656 55485 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1317444

[startup+1.5004 s]
/proc/loadavg: 2.27 2.23 2.19 3/182 17498
/proc/meminfo: memFree=15488500/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=1317444 CPUtime=1.49 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 231809 0 0 0 120 29 0 0 20 0 4 0 25803538 1349062656 234152 33554432000 4194304 16246674 140736855405840 140736855387712 12449273 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 329361 234167 823 2943 0 326255 0
[pid=17494/tid=17495] ppid=17491 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 1349062656 234175 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 1349062656 234185 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 1349062656 234194 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1317444

[startup+3.10041 s]
/proc/loadavg: 2.25 2.23 2.18 3/182 17498
/proc/meminfo: memFree=14769184/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=1512004 CPUtime=3.09 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 317073 0 0 0 270 39 0 0 20 0 4 0 25803538 1548292096 319415 33554432000 4194304 16246674 140736855405840 140736855405152 4220543 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 378001 319415 824 2943 0 374895 0
[pid=17494/tid=17495] ppid=17491 vsize=1512004 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 1548292096 319415 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=1512004 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 1548292096 319415 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=1512004 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 1548292096 319415 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1512004

[startup+6.30042 s]
/proc/loadavg: 2.25 2.23 2.18 3/183 17499
/proc/meminfo: memFree=14480888/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=1928772 CPUtime=6.29 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 421270 0 0 0 575 54 0 0 20 0 4 0 25803538 1975062528 423612 33554432000 4194304 16246674 140736855405840 140736855405152 12654401 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 482193 423612 825 2943 0 479087 0
[pid=17494/tid=17495] ppid=17491 vsize=1928772 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 1975062528 423612 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=1928772 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 1975062528 423612 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=1928772 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 1975062528 423612 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1928772

[startup+12.7004 s]
/proc/loadavg: 2.21 2.22 2.18 3/183 17499
/proc/meminfo: memFree=13401236/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=2876996 CPUtime=12.69 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 658326 0 0 0 1185 84 0 0 20 0 4 0 25803538 2946043904 660668 33554432000 4194304 16246674 140736855405840 140736855405016 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 719249 660668 825 2943 0 716143 0
[pid=17494/tid=17495] ppid=17491 vsize=2876996 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 2946043904 660668 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=2876996 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 2946043904 660668 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=2876996 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 2946043904 660668 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2876996

[startup+25.5005 s]
/proc/loadavg: 2.18 2.21 2.18 3/183 17499
/proc/meminfo: memFree=10636332/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=5785156 CPUtime=25.48 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 1385185 0 0 0 2370 178 0 0 20 0 4 0 25803538 5923999744 1387527 33554432000 4194304 16246674 140736855405840 140736855404504 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 1446289 1387535 825 2943 0 1443183 0
[pid=17494/tid=17495] ppid=17491 vsize=5785156 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 5923999744 1387540 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=5785156 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 5923999744 1387547 33554432000 4194304 16246674 140736855405840 139739705351184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=5785156 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 5923999744 1387553 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5785156

[startup+51.1005 s]
/proc/loadavg: 2.24 2.22 2.18 3/183 17499
/proc/meminfo: memFree=5922056/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=10340932 CPUtime=51.08 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 2524313 0 0 0 4781 327 0 0 20 0 4 0 25803538 10589114368 2526655 33554432000 4194304 16246674 140736855405840 140736855404936 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 2585233 2526655 825 2943 0 2582127 0
[pid=17494/tid=17495] ppid=17491 vsize=10340932 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 10589114368 2526655 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=10340932 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 10589114368 2526655 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=10340932 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 10589114368 2526655 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10340932

[startup+102.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/183 17500
/proc/meminfo: memFree=1846444/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=14116420 CPUtime=102.28 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 3468190 0 0 0 9769 459 0 0 20 0 4 0 25803538 14455214080 3470532 33554432000 4194304 16246674 140736855405840 140736855403776 13899559 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 3529105 3470532 830 2943 0 3525999 0
[pid=17494/tid=17495] ppid=17491 vsize=14116420 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 14455214080 3470532 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=14116420 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 14455214080 3470532 33554432000 4194304 16246674 140736855405840 139739705351184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=14116420 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 14455214080 3470532 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 14116420



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+143.3 s]
/proc/loadavg: 2.21 2.20 2.18 4/183 17501
/proc/meminfo: memFree=183512/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=15873604 CPUtime=143.23 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4202496 3907335 0 0 0 13795 528 0 0 20 0 4 0 25803538 16254570496 3909677 33554432000 4194304 16246674 140736855405840 140736855404936 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 3 0 0
/proc/17494/statm: 3968401 3909686 830 2943 0 3965295 0
[pid=17494/tid=17495] ppid=17491 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17495/stat : 17495 (toysat) S 17491 17494 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25803539 16254570496 3909691 33554432000 4194304 16246674 140736855405840 139739715841264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=17494/tid=17496] ppid=17491 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17496/stat : 17496 (toysat) S 17491 17494 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25803539 16254570496 3909697 33554432000 4194304 16246674 140736855405840 139739705351408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=17494/tid=17497] ppid=17491 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/17494/task/17497/stat : 17497 (toysat) S 17491 17494 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25803539 16254570496 3909702 33554432000 4194304 16246674 140736855405840 139739694877872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 143.23
Current children cumulated vsize (KiB) 15873604

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

[startup+144 s]
/proc/loadavg: 2.21 2.20 2.18 4/183 17501
/proc/meminfo: memFree=183512/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=0 CPUtime=143.93 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4203524 3907655 0 0 0 13795 598 0 0 20 0 1 0 25803538 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 3 0 0
/proc/17494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 143.93
Current children cumulated vsize (KiB) 0

[startup+144.207 s]
/proc/loadavg: 2.21 2.20 2.18 3/180 17501
/proc/meminfo: memFree=13356768/32872528 swapFree=1286400/1433568
[pid=17494] ppid=17491 vsize=0 CPUtime=144.13 cores=0,2,4,6
/proc/17494/stat : 17494 (toysat) R 17491 17494 12983 0 -1 4203524 3907655 0 0 0 13795 618 0 0 20 0 1 0 25803538 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 3 0 0
/proc/17494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 144.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 144.256
CPU time (s): 144.189
CPU user time (s): 137.954
CPU system time (s): 6.23505
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 15873604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.954
system time used= 6.23505
maximum resident set size= 15639988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3907655
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= 69
involuntary context switches= 149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.343947 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 10:12:48
IDJOB=4103505
IDBENCH=2380
IDSOLVER=2542
FILE ID=node130/4103505-1466237567
RUNJOBID= node130-1466206066-12999
PBS_JOBID= 19918147
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-25fv47.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103505-1466237567/watcher-4103505-1466237567 -o /tmp/evaluation-result-4103505-1466237567/solver-4103505-1466237567 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-12999 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103505-1466237567.opb

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

MD5SUM BENCH= 352e6e4471b8236a210f84cf79d988ac
RANDOM SEED=1984468197

node130.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.365
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	: 5332.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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        16046388 kB
Buffers:          124816 kB
Cached:           139744 kB
SwapCached:         1804 kB
Active:         14462524 kB
Inactive:         159540 kB
Active(anon):   14358628 kB
Inactive(anon):     1604 kB
Active(file):     103896 kB
Inactive(file):   157936 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099028 kB
Dirty:             21360 kB
Writeback:             0 kB
AnonPages:      15794836 kB
Mapped:             9972 kB
Shmem:                 0 kB
Slab:             603916 kB
SReclaimable:      47628 kB
SUnreclaim:       556288 kB
KernelStack:        1504 kB
PageTables:        35248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15938088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2400256 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= 71708 MiB
End job on node130 at 2016-06-18 10:15:12