Trace number 4105765

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 156.294 156.341

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354.opb
MD5SUMeca994a4da1c48383c86dd1e556e3687
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.42478
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084308654416646809277848400271660251117497592779
Number of bits of the biggest sum of numbers211
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T15:23:32+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-4105765-1466256212.opb"]
0.00/0.01	c use --random-gen="193180781 4240704237 1898391073 3385054815 2776997083 3080579962 1132148800 3922412928 2089871868 847332060 3130643042 1493832670 1749530710 1881801379 2745599380 3469582911 2475826807 631639332 1702060880 2912775592 3640477551 2008289746 1877690225 1596681422 3693229515 918688603 175824460 1632054002 1770500804 4091610952 1527929351 3766836117 113264292 3376786 1806647405 2549888945 3001805539 3079858944 2056920362 1479539797 3218367269 4128822329 1040740453 1562324647 2011779677 791185719 3856319760 2194173644 1285458263 4203576120 69182954 3302910683 3444632677 142313147 2894735626 2319640760 4222149826 132606766 4060249604 10602809 2216126337 1262195485 2688240550 701216205 4073317628 634630383 1823667532 986703781 2809448602 729520220 3492696968 2557494262 3623262964 3912390231 3299565520 1749432919 3026879325 3248399292 3880908658 771649928 2853159230 3845079174 3455982480 3580192734 1224827745 862017704 268164814 148719693 3421239237 549720076 1606777293 597336021 10570300 2778961171 4123388660 1486149564 3091452013 770430626 2386783586 854781528 371329867 226001857 570301911 4095619624 2033478997 46840578 941557587 3105188166 2516477028 2495552348 3257378741 3846694545 3513523062 3044419367 3269982101 1118760250 2982842759 2183864661 2712048776 1739134166 682117485 1764735491 4101236631 3143040607 3967434931 2026359219 2810185658 935270592 3167742938 3358916219 2426772124 3721195594 711619018 1802609834 1261390648 263873243 2576092964 351525997 3186905923 1164175736 2419214041 3378859126 2605562380 428048368 723343922 482688259 3793302799 3049155489 530283399 350740300 1348705711 518281653 459559347 31291244 1783632323 2992948223 785376561 1857932234 2922461573 657043312 3165998147 1850847864 3647756597 1105474140 1228335225 1169051917 767987365 4069956970 2474381860 574279687 3524396377 2533752139 1362098535 2192920376 1025455936 923342545 3403288737 225501097 58794268 218705576 4244146106 3487412770 3608100468 3947157290 4088161574 228116479 1558576516 2848120216 1344058152 1615295504 1119079493 1529180763 2090157391 4169470269 609814442 4017676227 4017795295 933647783 3013458559 1485622696 2468299338 2189051955 3377902010 1093470597 2642590754 1238669091 1823706692 3302655527 2336977963 2460148296 1737572509 111989474 4199303812 1559793650 420818338 3154191958 2793648048 959148991 1200679774 3238241178 2470567128 4176233638 1026525742 203509874 2940404005 1145382452 1067851147 2480217645 1056993811 3945385589 3802931912 735369073 3313711682 2203772552 79173873 968186589 1687269040 1870178646 3614683076 485452831 1493776445 278026863 590332289 269952323 320173766 291923539 122949441 3289693806 4120975270 507202684 4291455090 3034397589 789932612 2554857254 2284608235 3423875825 255 362436" option to reproduce the execution
0.19/0.23	c #vars 10151
0.19/0.23	c #constraints 29821

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24724
/proc/meminfo: memFree=16759792/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=688572 CPUtime=0 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 2559 0 0 0 0 0 0 0 20 0 4 0 27671152 705097728 3432 33554432000 4194304 16246674 140733667929840 140733667929264 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 172655 3442 441 2943 0 169549 0
[pid=24724/tid=24725] ppid=24721 vsize=705980 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 722923520 3501 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=710076 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 727117824 3518 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=715196 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 732360704 3536 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24724
/proc/meminfo: memFree=16759792/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=1261124 CPUtime=0.09 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 26666 0 0 0 6 3 0 0 20 0 4 0 27671152 1291390976 27477 33554432000 4194304 16246674 140733667929840 140733667929152 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 316561 27494 800 2943 0 313455 0
[pid=24724/tid=24725] ppid=24721 vsize=1269316 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 1299779584 27507 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=1272388 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 1302925312 27521 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=1276484 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 1307119616 27535 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1261124

[startup+0.200499 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24724
/proc/meminfo: memFree=16759792/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 48665 0 0 0 13 6 0 0 20 0 4 0 27671152 1344868352 49986 33554432000 4194304 16246674 140733667929840 140733667911744 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 328337 49991 800 2943 0 325231 0
[pid=24724/tid=24725] ppid=24721 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 1344868352 49995 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 1344868352 50000 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 1344868352 50004 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300466 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24724
/proc/meminfo: memFree=16759792/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 49202 0 0 0 23 6 0 0 20 0 4 0 27671152 1345916928 50523 33554432000 4194304 16246674 140733667929840 140733667911744 12457748 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 328593 50523 834 2943 0 325487 0
[pid=24724/tid=24725] ppid=24721 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 1345916928 50523 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 1345916928 50523 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 1345916928 50523 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700385 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24724
/proc/meminfo: memFree=16759792/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=1322564 CPUtime=0.69 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 90770 0 0 0 57 12 0 0 20 0 4 0 27671152 1354305536 92091 33554432000 4194304 16246674 140733667929840 140733667929152 12504401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 330641 92091 845 2943 0 327535 0
[pid=24724/tid=24725] ppid=24721 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 1354305536 92091 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 1354305536 92091 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 1354305536 92091 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1322564

[startup+1.50037 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 24728
/proc/meminfo: memFree=16009600/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=1322564 CPUtime=1.49 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 149371 0 0 0 129 20 0 0 20 0 4 0 27671152 1354305536 150692 33554432000 4194304 16246674 140733667929840 140733667911744 12490158 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 330641 150695 845 2943 0 327535 0
[pid=24724/tid=24725] ppid=24721 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 1354305536 150696 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 1354305536 150698 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 1354305536 150700 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1322564

[startup+3.10031 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 24728
/proc/meminfo: memFree=15029980/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=1577540 CPUtime=3.09 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 334826 0 0 0 263 46 0 0 20 0 4 0 27671152 1615400960 336147 33554432000 4194304 16246674 140733667929840 140733667929152 12489941 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 394385 336147 846 2943 0 391279 0
[pid=24724/tid=24725] ppid=24721 vsize=1577540 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 1615400960 336147 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=1577540 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 1615400960 336147 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=1577540 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 1615400960 336147 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1577540

[startup+6.30038 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 24777
/proc/meminfo: memFree=30015076/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=1577540 CPUtime=6.29 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 335017 0 0 0 583 46 0 0 20 0 4 0 27671152 1615400960 336338 33554432000 4194304 16246674 140733667929840 140733667927744 4220480 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 394385 336338 846 2943 0 391279 0
[pid=24724/tid=24725] ppid=24721 vsize=1577540 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 1615400960 336338 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=1577540 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 1615400960 336338 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=1577540 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 1615400960 336338 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1577540

[startup+12.7004 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 24777
/proc/meminfo: memFree=28263748/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=2242116 CPUtime=12.69 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 501161 0 0 0 1198 71 0 0 20 0 4 0 27671152 2295926784 502482 33554432000 4194304 16246674 140733667929840 140733667928936 12665224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 560529 502482 846 2943 0 557423 0
[pid=24724/tid=24725] ppid=24721 vsize=2242116 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 2295926784 502482 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=2242116 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 2295926784 502482 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=2242116 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 2295926784 502482 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2242116

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 24777
/proc/meminfo: memFree=24629376/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=4372036 CPUtime=25.48 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 1033641 0 0 0 2409 139 0 0 20 0 4 0 27671152 4476964864 1034962 33554432000 4194304 16246674 140733667929840 140733667929016 4220489 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 1093009 1034962 846 2943 0 1089903 0
[pid=24724/tid=24725] ppid=24721 vsize=4372036 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 4476964864 1034962 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=4372036 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 4476964864 1034962 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=4372036 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 4476964864 1034962 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4372036

[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 24777
/proc/meminfo: memFree=16476300/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=8876612 CPUtime=51.08 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 2159787 0 0 0 4821 287 0 0 20 0 4 0 27671152 9089650688 2161108 33554432000 4194304 16246674 140733667929840 140733667929016 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 2219153 2161108 846 2943 0 2216047 0
[pid=24724/tid=24725] ppid=24721 vsize=8876612 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 9089650688 2161108 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=8876612 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 9089650688 2161108 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=8876612 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 9089650688 2161108 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8876612

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 24778
/proc/meminfo: memFree=5302856/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=13445700 CPUtime=102.27 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 3302065 0 0 0 9786 441 0 0 20 0 4 0 27671152 13768396800 3303386 33554432000 4194304 16246674 140733667929840 140733667927680 14006617 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 3361425 3303386 851 2943 0 3358319 0
[pid=24724/tid=24725] ppid=24721 vsize=13445700 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 13768396800 3303386 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=13445700 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 13768396800 3303386 33554432000 4194304 16246674 140733667929840 139829996133392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=13445700 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 13768396800 3303386 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13445700



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+155.5 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 24779
/proc/meminfo: memFree=1244624/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=15888964 CPUtime=155.45 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) R 24721 24724 20760 0 -1 4202496 3912812 0 0 0 15009 536 0 0 20 0 4 0 27671152 16270299136 3914133 33554432000 4194304 16246674 140733667929840 140733667928936 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 3972241 3914133 851 2943 0 3969135 0
[pid=24724/tid=24725] ppid=24721 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24725/stat : 24725 (toysat) S 24721 24724 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27671152 16270299136 3914133 33554432000 4194304 16246674 140733667929840 139830006623472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) S 24721 24724 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27671152 16270299136 3914133 33554432000 4194304 16246674 140733667929840 139829996133616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24724/tid=24727] ppid=24721 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/24724/task/24727/stat : 24727 (toysat) S 24721 24724 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27671152 16270299136 3914133 33554432000 4194304 16246674 140733667929840 139829908073648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 155.45
Current children cumulated vsize (KiB) 15888964

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

[startup+156 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 24779
/proc/meminfo: memFree=1244624/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=0 CPUtime=155.96 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) Z 24721 24724 20760 0 -1 4203532 3913167 0 0 0 15010 586 0 0 20 0 2 0 27671152 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 0 0 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) R 24721 24724 20760 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 27671152 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 155.96
Current children cumulated vsize (KiB) 0

[startup+156.2 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 24779
/proc/meminfo: memFree=14050304/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=0 CPUtime=156.16 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) Z 24721 24724 20760 0 -1 4203532 3913167 0 0 0 15010 606 0 0 20 0 2 0 27671152 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 0 0 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=0 CPUtime=0.69 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) R 24721 24724 20760 0 -1 4203588 8 0 0 0 0 69 0 0 20 0 2 0 27671152 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.16
Current children cumulated vsize (KiB) 0

[startup+156.307 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 24779
/proc/meminfo: memFree=14050304/32872528 swapFree=163656/177964
[pid=24724] ppid=24721 vsize=0 CPUtime=156.26 cores=1,3,5,7
/proc/24724/stat : 24724 (toysat) Z 24721 24724 20760 0 -1 4203532 3913167 0 0 0 15010 616 0 0 20 0 2 0 27671152 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24724/statm: 0 0 0 0 0 0 0
[pid=24724/tid=24726] ppid=24721 vsize=0 CPUtime=0.79 cores=1,3,5,7
/proc/24724/task/24726/stat : 24726 (toysat) R 24721 24724 20760 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 27671152 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 156.341
CPU time (s): 156.294
CPU user time (s): 150.1
CPU system time (s): 6.19406
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 15888964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.1
system time used= 6.19406
maximum resident set size= 15657952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3913167
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= 65
involuntary context switches= 160

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.360945 second user time and 0.643902 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:23:32
IDJOB=4105765
IDBENCH=3004
IDSOLVER=2542
FILE ID=node105/4105765-1466256212
RUNJOBID= node105-1466229502-20777
PBS_JOBID= 19918174
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105765-1466256212/watcher-4105765-1466256212 -o /tmp/evaluation-result-4105765-1466256212/solver-4105765-1466256212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105765-1466256212.opb

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

MD5SUM BENCH= eca994a4da1c48383c86dd1e556e3687
RANDOM SEED=1356011810

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        16766008 kB
Buffers:           96452 kB
Cached:           215972 kB
SwapCached:         1460 kB
Active:         14958172 kB
Inactive:         204292 kB
Active(anon):   14846852 kB
Inactive(anon):     5160 kB
Active(file):     111320 kB
Inactive(file):   199132 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             17488 kB
Writeback:             0 kB
AnonPages:      15026636 kB
Mapped:            10536 kB
Shmem:                 0 kB
Slab:             604704 kB
SReclaimable:      48356 kB
SUnreclaim:       556348 kB
KernelStack:        1504 kB
PageTables:        33056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15168988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 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 node105 at 2016-06-18 15:26:09