Trace number 4079049

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) 166.417 166.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-blend.opb
MD5SUMeff6ad715055e79721cc364806b971f0
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1295806500506
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables2490
Total number of constraints74
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 constraints74
Minimum length of a constraint30
Maximum length of a constraint780
Number of terms in the objective function 660
Biggest coefficient in the objective function 14388140441600
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 203610440670021
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 78436840243200
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 789015556311444
Number of bits of the biggest sum of numbers50
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-06T20:38:28+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-4079049-1465238307.opb"]
0.00/0.01	c use --random-gen="2280471665 2186504623 625600765 2338137414 3562105815 3156555884 626837764 1537031530 3286532877 2925519445 3170048942 1225784380 3893954656 202566839 374673892 2965803500 2921793619 2493333246 592546579 1436142899 3330484842 2441339100 2555005444 2910568908 1304532598 1793627624 1169143572 1394799886 2693061819 1637728522 2110366130 3179330489 3949007836 290884936 2460677504 3542867280 1400486170 1733318862 2960574587 1510360099 2413482092 2294632271 3206369652 2847473026 2889714376 2724030233 2543307214 4241100750 3042744505 1205359414 1454892775 660120106 2813542519 1389661562 139639516 444007770 657523875 1991213347 2026237007 2768791425 3595648140 3586196071 4265992949 255482314 867118683 1258933772 1788673550 3032590794 3312065990 1725991024 4145660538 686707365 1500576110 1151400762 2394053729 631583231 2240273590 953723408 2387411610 705745047 3905045134 773396866 332271361 3875231797 2126304514 2117752020 874669809 3450363428 3675564909 1336205004 2925566508 1875247761 2343400518 1200230879 1235118339 2077380828 1636954107 3582915602 3290524348 4016916160 778560595 3249830369 1607619591 2115169033 1534653347 3683264640 3722577357 1278483864 3239003382 3615412759 2746094103 1892391137 324670679 3932415349 2294785791 3354958697 812324060 1592517392 843643774 1988756909 195723303 980050531 3199057808 510159468 2379262300 676744595 2570523277 3182642080 33056058 2108275663 3823671029 348134677 615847275 4019816700 2717893965 2712035197 2439269559 169897975 1411969525 1519445785 3991101496 2810795179 1127627561 2408401337 13693588 278706846 2388541325 644323262 3173121207 2806150717 70821315 297501323 12587678 845539054 398849531 2285794647 2776278077 10275449 2034645663 509613095 2719454102 4119305727 878641496 1392206348 2392417082 3054776333 1717315329 4129864102 4088156072 3811829140 3162046323 133948494 4209020732 2465030561 2135856458 2340220689 2796588106 2291969192 1774407861 3083791042 1224885145 1150728476 234989293 2418339705 3501438525 1324087073 3179748010 3336269318 3447548891 603959281 783704338 2924901437 3085645879 4012786614 483552750 1320697915 3414124509 1181498207 2824226019 979646743 662610872 4239400444 1067981041 3732768351 736731088 3590309770 976341091 3753749233 138804896 3581554117 2588396095 186904621 4092117699 4196043130 3943181715 392114360 1614307095 3584261762 2434106078 2670501194 214445319 1541285128 1849859684 623408849 2081573979 3926544752 954060958 3346772165 140354900 673770438 1225640454 2794918925 3557468569 2297298551 3611408038 1919701161 1254033771 1364020931 3577885523 2267559402 1295139536 1377749078 3734252681 2167556159 3038234839 4020798717 1746414627 1402734086 3366441911 2069516281 398613988 788183851 246349897 717050744 1421036296 2145187769 255 362436" option to reproduce the execution
0.00/0.04	c #vars 2490
0.00/0.04	c #constraints 74

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

pid=502
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.21 2.20 2.18 3/178 505
/proc/meminfo: memFree=29161420/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=429500 CPUtime=0 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 1552 0 0 0 0 0 0 0 20 0 4 0 105763911 439808000 2423 33554432000 4194304 16246674 140737002497424 140737002496848 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 108143 2434 441 2943 0 105037 0
[pid=505/tid=506] ppid=502 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 762769408 3652 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105763911 766963712 3671 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=754108 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 772206592 3688 33554432000 4194304 16246674 140737002497424 140726952258736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 2.21 2.20 2.18 3/178 505
/proc/meminfo: memFree=29161420/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 26736 0 0 0 5 4 0 0 20 0 4 0 105763911 1249447936 27545 33554432000 4194304 16246674 140737002497424 140737002496736 12652961 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 305041 27551 822 2943 0 301935 0
[pid=505/tid=506] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 27556 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 27561 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 27568 33554432000 4194304 16246674 140737002497424 140726952258736 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) 1220164

[startup+0.200481 s]
/proc/loadavg: 2.21 2.20 2.18 3/178 505
/proc/meminfo: memFree=29161420/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=1220164 CPUtime=0.19 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 48966 0 0 0 12 7 0 0 20 0 4 0 105763911 1249447936 49775 33554432000 4194304 16246674 140737002497424 140737002496736 12371341 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 305041 49786 822 2943 0 301935 0
[pid=505/tid=506] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 49793 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 49800 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 49808 33554432000 4194304 16246674 140737002497424 140726952258736 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) 1220164

[startup+0.300461 s]
/proc/loadavg: 2.21 2.20 2.18 3/178 505
/proc/meminfo: memFree=29161420/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=1220164 CPUtime=0.29 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 74070 0 0 0 19 10 0 0 20 0 4 0 105763911 1249447936 74879 33554432000 4194304 16246674 140737002497424 140737002496736 12429797 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 305041 74884 822 2943 0 301935 0
[pid=505/tid=506] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 74889 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 74893 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 74897 33554432000 4194304 16246674 140737002497424 140726952258736 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) 1220164

[startup+0.700386 s]
/proc/loadavg: 2.21 2.20 2.18 3/178 505
/proc/meminfo: memFree=29161420/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=1220164 CPUtime=0.69 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 165350 0 0 0 48 21 0 0 20 0 4 0 105763911 1249447936 166160 33554432000 4194304 16246674 140737002497424 140737002479296 12371341 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 305041 166170 822 2943 0 301935 0
[pid=505/tid=506] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 166177 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 166185 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 1249447936 166193 33554432000 4194304 16246674 140737002497424 140726952258736 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) 1220164

[startup+1.50041 s]
/proc/loadavg: 2.21 2.20 2.18 3/183 510
/proc/meminfo: memFree=28125256/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=1404484 CPUtime=1.49 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 291953 0 0 0 111 38 0 0 20 0 4 0 105763911 1438191616 292762 33554432000 4194304 16246674 140737002497424 140737002496736 12371164 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 351121 292762 823 2943 0 348015 0
[pid=505/tid=506] ppid=502 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1438191616 292762 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105763911 1438191616 292762 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 1438191616 292762 33554432000 4194304 16246674 140737002497424 140726952258736 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) 1404484

[startup+3.10039 s]
/proc/loadavg: 2.21 2.20 2.18 3/183 510
/proc/meminfo: memFree=27989716/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=1404484 CPUtime=3.09 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 292237 0 0 0 271 38 0 0 20 0 4 0 105763911 1438191616 293046 33554432000 4194304 16246674 140737002497424 140737002496736 4207010 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 351121 293046 824 2943 0 348015 0
[pid=505/tid=506] ppid=502 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1438191616 293046 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105763911 1438191616 293046 33554432000 4194304 16246674 140737002497424 140727040318480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 1438191616 293046 33554432000 4194304 16246674 140737002497424 140726952258736 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) 1404484

[startup+6.30036 s]
/proc/loadavg: 2.27 2.21 2.18 4/183 510
/proc/meminfo: memFree=27790236/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=1603140 CPUtime=6.28 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 341901 0 0 0 584 44 0 0 20 0 4 0 105763911 1641615360 342710 33554432000 4194304 16246674 140737002497424 140737002496600 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 400785 342710 824 2943 0 397679 0
[pid=505/tid=506] ppid=502 vsize=1603140 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1641615360 342710 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=1603140 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 1641615360 342710 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=1603140 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 1641615360 342710 33554432000 4194304 16246674 140737002497424 140726952258736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1603140

[startup+12.7004 s]
/proc/loadavg: 2.25 2.21 2.18 3/183 510
/proc/meminfo: memFree=26830384/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=2561604 CPUtime=12.68 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 581519 0 0 0 1192 76 0 0 20 0 4 0 105763911 2623082496 582328 33554432000 4194304 16246674 140737002497424 140737002495232 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 640401 582328 825 2943 0 637295 0
[pid=505/tid=506] ppid=502 vsize=2561604 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 2623082496 582328 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=2561604 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 2623082496 582328 33554432000 4194304 16246674 140737002497424 140727040318480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=2561604 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 2623082496 582328 33554432000 4194304 16246674 140737002497424 140726952258736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2561604

[startup+25.5005 s]
/proc/loadavg: 2.19 2.20 2.18 3/183 561
/proc/meminfo: memFree=24439524/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=5184068 CPUtime=25.49 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 1237135 0 0 0 2387 162 0 0 20 0 4 0 105763911 5308485632 1237944 33554432000 4194304 16246674 140737002497424 140737002496736 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 1296017 1237944 825 2943 0 1292911 0
[pid=505/tid=506] ppid=502 vsize=5184068 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 5308485632 1237944 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=5184068 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 5308485632 1237944 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=5184068 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 5308485632 1237944 33554432000 4194304 16246674 140737002497424 140726952258736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5184068

[startup+51.1004 s]
/proc/loadavg: 2.18 2.19 2.18 4/183 561
/proc/meminfo: memFree=20568640/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=9048644 CPUtime=51.08 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 2203281 0 0 0 4823 285 0 0 20 0 4 0 105763911 9265811456 2204090 33554432000 4194304 16246674 140737002497424 140737002495232 4206613 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 2262161 2204090 825 2943 0 2259055 0
[pid=505/tid=506] ppid=502 vsize=9048644 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 9265811456 2204090 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=9048644 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 9265811456 2204090 33554432000 4194304 16246674 140737002497424 140727040318480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=9048644 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 9265811456 2204090 33554432000 4194304 16246674 140737002497424 140726952258736 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) 9048644

[startup+102.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/184 565
/proc/meminfo: memFree=15347152/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=14064196 CPUtime=102.28 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 3457175 0 0 0 9767 461 0 0 20 0 4 0 105763911 14401736704 3457984 33554432000 4194304 16246674 140737002497424 140737002495360 13880882 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 3516049 3457984 830 2943 0 3512943 0
[pid=505/tid=506] ppid=502 vsize=14064196 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 14401736704 3457984 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=14064196 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 14401736704 3457984 33554432000 4194304 16246674 140737002497424 140727040318480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=14064196 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 14401736704 3457984 33554432000 4194304 16246674 140737002497424 140726952258736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 14064196

[startup+162.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/183 566
/proc/meminfo: memFree=15170976/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=14492228 CPUtime=162.26 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 3564061 0 0 0 15746 480 0 0 20 0 4 0 105763911 14840041472 3564870 33554432000 4194304 16246674 140737002497424 140737002496520 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 3623057 3564876 830 2943 0 3619951 0
[pid=505/tid=506] ppid=502 vsize=14492228 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 14840041472 3564877 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=14492228 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 14840041472 3564877 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=14492228 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 14840041472 3564877 33554432000 4194304 16246674 140737002497424 140726952258736 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) 14492228



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+165.6 s]
/proc/loadavg: 2.25 2.21 2.18 3/183 566
/proc/meminfo: memFree=13787260/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=15873604 CPUtime=165.56 cores=0,2,4,6
/proc/505/stat : 505 (toysat) R 502 505 31655 0 -1 4202496 3909281 0 0 0 16020 536 0 0 20 0 4 0 105763911 16254570496 3910091 33554432000 4194304 16246674 140737002497424 140737002496600 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 3968401 3910097 830 2943 0 3965295 0
[pid=505/tid=506] ppid=502 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/505/task/506/stat : 506 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 16254570496 3910097 33554432000 4194304 16246674 140737002497424 140727050808560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) S 502 505 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105763911 16254570496 3910097 33554432000 4194304 16246674 140737002497424 140727040318704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=505/tid=508] ppid=502 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/505/task/508/stat : 508 (toysat) S 502 505 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105763911 16254570496 3910097 33554432000 4194304 16246674 140737002497424 140726952258736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 165.56
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 505 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+166 s]
/proc/loadavg: 2.25 2.21 2.18 3/183 566
/proc/meminfo: memFree=13787260/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=0 CPUtime=165.97 cores=0,2,4,6
/proc/505/stat : 505 (toysat) Z 502 505 31655 0 -1 4203532 3909749 0 0 0 16021 576 0 0 20 0 2 0 105763911 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 0 0 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) R 502 505 31655 0 -1 4203588 9 0 0 0 0 38 0 0 20 0 2 0 105763911 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 165.97
Current children cumulated vsize (KiB) 0

[startup+166.4 s]
/proc/loadavg: 2.25 2.21 2.18 3/181 566
/proc/meminfo: memFree=22672360/32872528 swapFree=17892/1720544
[pid=505] ppid=502 vsize=0 CPUtime=166.37 cores=0,2,4,6
/proc/505/stat : 505 (toysat) Z 502 505 31655 0 -1 4203532 3909749 0 0 0 16021 616 0 0 20 0 2 0 105763911 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/505/statm: 0 0 0 0 0 0 0
[pid=505/tid=507] ppid=502 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/505/task/507/stat : 507 (toysat) R 502 505 31655 0 -1 4203588 9 0 0 0 0 78 0 0 20 0 2 0 105763911 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 166.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 166.45
CPU time (s): 166.417
CPU user time (s): 160.212
CPU system time (s): 6.20506
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 15873604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.212
system time used= 6.20506
maximum resident set size= 15642232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3909749
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= 70
involuntary context switches= 169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.510922 second user time and 0.745886 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-06 20:38:28
IDJOB=4079049
IDBENCH=2462
IDSOLVER=2542
FILE ID=node117/4079049-1465238307
RUNJOBID= node117-1465227498-31671
PBS_JOBID= 19843241
Free space on /tmp= 71720 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-blend.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079049-1465238307/watcher-4079049-1465238307 -o /tmp/evaluation-result-4079049-1465238307/solver-4079049-1465238307 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31671 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079049-1465238307.opb

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

MD5SUM BENCH= eff6ad715055e79721cc364806b971f0
RANDOM SEED=500679902

node117.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		: 2667.088
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	: 5334.17
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		: 2667.088
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		: 2667.088
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		: 2667.088
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.56
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		: 2667.088
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		: 2667.088
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		: 2667.088
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.53
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		: 2667.088
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:        29162592 kB
Buffers:           32280 kB
Cached:           103064 kB
SwapCached:         1396 kB
Active:          1230868 kB
Inactive:          56044 kB
Active(anon):    1151380 kB
Inactive(anon):     2176 kB
Active(file):      79488 kB
Inactive(file):    53868 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67098980 kB
Dirty:             16364 kB
Writeback:             0 kB
AnonPages:       2873220 kB
Mapped:            10840 kB
Shmem:                 0 kB
Slab:             567820 kB
SReclaimable:      12012 kB
SUnreclaim:       555808 kB
KernelStack:        1472 kB
PageTables:         9356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3015900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2850816 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 node117 at 2016-06-06 20:41:14