Trace number 4105857

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) 153.378 153.436

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885.opb
MD5SUM4309132132f3075979f27880d2e9bd87
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 benchmark2.21366
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 variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
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:39:53+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-4105857-1466257193.opb"]
0.00/0.01	c use --random-gen="3443190548 3953800330 157926025 322464373 3973567790 1592984048 4294210285 3725749705 1113822403 203182733 1963392595 3358181364 518876621 2599673149 1016131031 3970047455 3153942207 152152771 1496197583 1684079202 79142589 3894284152 2823564321 2016701906 2361834423 114004314 3963792171 616849693 1955096372 368432439 1591055888 806469885 4034339061 3811090042 3782022573 2204199133 4243944333 191920899 3983443098 1829270758 432408646 335591292 1602092589 1264664336 2649881849 3800076571 894056862 985702641 385557447 1922660793 2491319943 258722185 2763177027 3970705392 3177670298 1525250005 738580636 1386188226 2634050507 3717159216 1262363039 1688180509 3958472475 1983671368 1289725644 1020719345 3590239631 590230294 3592087238 4157172789 3483414949 2338050596 897030486 1464467560 222285442 1287130911 3364887532 3023564973 1324728505 621365753 1743451464 3898450629 729150774 1798596524 1629361310 681309816 2139347488 2313521081 222354892 216191156 459204725 1358212717 2806761848 2893248340 3095598346 2606671381 16866830 765567659 3281947336 1541679091 3914768829 2453689195 2628231799 862378191 2653184639 2214403899 3297976256 1347013854 3968571112 2805845172 1423514480 1990460498 3682718590 3760695240 1089183979 2656908066 1963765259 1517250473 625967059 2874656879 3815749296 1691038887 270632447 2478743325 1327924096 2338571855 3067661677 4252281648 187787434 4184666561 886075547 2468134411 3594242845 3978198270 1397710261 2881906695 828340173 3814871133 2761468951 2612728437 1153809995 2026874810 338513387 2382366563 3555021367 3849115616 2615136021 892828533 818584277 2057604331 185887128 75136959 2030513934 1377645462 1182835090 4126087881 2768634471 2322537178 4186008978 824929704 3527239779 3282856597 1465928640 4035313066 1789606202 1317091636 777112498 3515996380 1180333800 2716340555 3463910694 886709392 3892446068 57704723 3991081207 270577565 2671958002 3511855767 1577023871 741569322 831698443 2727424235 3181937584 3601366992 1961375612 1222777243 3141531960 405909434 1685680396 2256953071 2426717915 3725917452 3418121486 906648031 3882039452 785739493 1889605294 1103562677 565368338 4292795740 515118273 551980233 1289486108 3792063195 284900014 70105573 769117835 2094817177 3012697548 1923458175 1098746821 1821764138 466122810 63759308 1448179355 1245428554 769257876 3912067620 2805589164 1120314140 1972588802 3328339134 1320896519 858099952 236085557 2217865697 677910712 2198020709 1170717947 2873397991 3909153156 651171266 1541287829 4187070930 2337604304 3537312763 3603913974 3488765352 1904676976 3555598880 3724099133 2344928014 1304028528 4294763756 3215471294 2626411480 1405937694 925402131 494122843 1850454590 1702850010 2117656950 1239733763 1081247768 1245123679 3158960206 255 362436" option to reproduce the execution
0.68/0.71	c #vars 29401
0.68/0.71	c #constraints 87121

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

pid=7185
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.01 2.06 2.05 2/179 7188
/proc/meminfo: memFree=16531188/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=682428 CPUtime=0 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 2537 0 0 0 0 0 0 0 20 0 4 0 27769421 698806272 2898 33554432000 4194304 16246674 140733872146816 140733872146240 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7188/statm: 171375 2907 441 2943 0 168269 0
[pid=7188/tid=7189] ppid=7185 vsize=728508 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 745992192 3080 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=733628 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 751235072 3099 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27769421 755429376 3115 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.01 2.06 2.05 2/179 7188
/proc/meminfo: memFree=16531188/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 26286 0 0 0 5 4 0 0 20 0 4 0 27769421 1250496512 26584 33554432000 4194304 16246674 140733872146816 140733872146128 4206568 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7188/statm: 305297 26584 799 2943 0 302191 0
[pid=7188/tid=7189] ppid=7185 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 1250496512 26584 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 1250496512 26584 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 1250496512 26584 33554432000 4194304 16246674 140733872146816 140497926474928 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) 1221188

[startup+0.200479 s]
/proc/loadavg: 2.01 2.06 2.05 2/179 7188
/proc/meminfo: memFree=16531188/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=1308228 CPUtime=0.19 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 47411 0 0 0 12 7 0 0 20 0 4 0 27769421 1339625472 48220 33554432000 4194304 16246674 140733872146816 140733872129808 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 327057 48223 799 2943 0 323951 0
[pid=7188/tid=7189] ppid=7185 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 1339625472 48226 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 1339625472 48228 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 1339625472 48230 33554432000 4194304 16246674 140733872146816 140497926474928 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) 1308228

[startup+0.300435 s]
/proc/loadavg: 2.01 2.06 2.05 2/179 7188
/proc/meminfo: memFree=16531188/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 61149 0 0 0 20 9 0 0 20 0 4 0 27769421 1344868352 61958 33554432000 4194304 16246674 140733872146816 140733872129808 4220897 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 328337 61958 799 2943 0 325231 0
[pid=7188/tid=7189] ppid=7185 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 1344868352 61958 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 1344868352 61958 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 1344868352 61958 33554432000 4194304 16246674 140733872146816 140497926474928 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) 1313348

[startup+0.700366 s]
/proc/loadavg: 2.01 2.06 2.05 2/179 7188
/proc/meminfo: memFree=16531188/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=1319492 CPUtime=0.68 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 66444 0 0 0 58 10 0 0 20 0 4 0 27769421 1351159808 68275 33554432000 4194304 16246674 140733872146816 140733872129808 4206649 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 329873 68275 801 2943 0 326767 0
[pid=7188/tid=7189] ppid=7185 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 1351159808 68275 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 1351159808 68275 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 1351159808 68275 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1319492

[startup+1.50036 s]
/proc/loadavg: 2.01 2.06 2.05 3/183 7192
/proc/meminfo: memFree=15952052/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 170172 0 0 0 122 27 0 0 20 0 4 0 27769421 1351159808 172514 33554432000 4194304 16246674 140733872146816 140733872128704 5885249 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 329873 172523 834 2943 0 326767 0
[pid=7188/tid=7189] ppid=7185 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 1351159808 172528 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 1351159808 172534 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 1351159808 172539 33554432000 4194304 16246674 140733872146816 140497926474928 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) 1319492

[startup+3.10036 s]
/proc/loadavg: 2.01 2.06 2.05 4/182 7192
/proc/meminfo: memFree=15203952/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=1361476 CPUtime=3.09 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 249930 0 0 0 269 40 0 0 20 0 4 0 27769421 1394151424 252272 33554432000 4194304 16246674 140733872146816 140733872128640 14105096 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 340369 252272 844 2943 0 337263 0
[pid=7188/tid=7189] ppid=7185 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 1394151424 252272 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 1394151424 252272 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 1394151424 252272 33554432000 4194304 16246674 140733872146816 140497926474928 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) 1361476

[startup+6.30036 s]
/proc/loadavg: 2.01 2.06 2.05 2/175 7227
/proc/meminfo: memFree=29959240/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=1588804 CPUtime=6.29 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 336299 0 0 0 577 52 0 0 20 0 4 0 27769421 1626935296 338641 33554432000 4194304 16246674 140733872146816 140733872146032 12497500 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 397201 338641 844 2943 0 394095 0
[pid=7188/tid=7189] ppid=7185 vsize=1588804 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 1626935296 338641 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=1588804 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 1626935296 338641 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=1588804 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 1626935296 338641 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1588804

[startup+12.7004 s]
/proc/loadavg: 2.00 2.05 2.05 4/184 7245
/proc/meminfo: memFree=27986808/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=2172484 CPUtime=12.69 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 482220 0 0 0 1195 74 0 0 20 0 4 0 27769421 2224623616 484562 33554432000 4194304 16246674 140733872146816 140733872145992 13762064 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 543121 484562 844 2943 0 540015 0
[pid=7188/tid=7189] ppid=7185 vsize=2172484 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 2224623616 484562 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=2172484 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 2224623616 484562 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=2172484 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 2224623616 484562 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2172484

[startup+25.5004 s]
/proc/loadavg: 2.00 2.05 2.04 3/184 7245
/proc/meminfo: memFree=23448232/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=4654660 CPUtime=25.48 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 1102765 0 0 0 2388 160 0 0 20 0 4 0 27769421 4766371840 1105107 33554432000 4194304 16246674 140733872146816 140733872145992 12497512 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7188/statm: 1163665 1105107 844 2943 0 1160559 0
[pid=7188/tid=7189] ppid=7185 vsize=4654660 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 4766371840 1105107 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=4654660 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 4766371840 1105107 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=4654660 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 4766371840 1105107 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4654660

[startup+51.1005 s]
/proc/loadavg: 2.16 2.08 2.05 3/184 7245
/proc/meminfo: memFree=15096620/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=9210436 CPUtime=51.07 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 2241712 0 0 0 4791 316 0 0 20 0 4 0 27769421 9431486464 2244056 33554432000 4194304 16246674 140733872146816 140733872145992 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7188/statm: 2302609 2244056 844 2943 0 2299503 0
[pid=7188/tid=7189] ppid=7185 vsize=9210436 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 9431486464 2244056 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=9210436 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 9431486464 2244056 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=9210436 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 9431486464 2244056 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9210436

[startup+102.3 s]
/proc/loadavg: 2.06 2.06 2.05 4/183 7246
/proc/meminfo: memFree=3616344/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=13382212 CPUtime=102.26 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 3284663 0 0 0 9766 460 0 0 20 0 4 0 27769421 13703385088 3287006 33554432000 4194304 16246674 140733872146816 140733872144704 14006617 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7188/statm: 3345553 3287006 849 2943 0 3342447 0
[pid=7188/tid=7189] ppid=7185 vsize=13382212 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 13703385088 3287006 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=13382212 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 13703385088 3287006 33554432000 4194304 16246674 140733872146816 140497936948240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=13382212 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 13703385088 3287006 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13382212



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+152.6 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 7247
/proc/meminfo: memFree=1355400/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=15888964 CPUtime=152.54 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) R 7185 7188 28898 0 -1 4202496 3911154 0 0 0 14697 557 0 0 20 0 4 0 27769421 16270299136 3913497 33554432000 4194304 16246674 140733872146816 140733872145912 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7188/statm: 3972241 3913505 849 2943 0 3969135 0
[pid=7188/tid=7189] ppid=7185 vsize=15888964 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (toysat) S 7185 7188 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27769421 16270299136 3913509 33554432000 4194304 16246674 140733872146816 140497947438320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7188/tid=7190] ppid=7185 vsize=15888964 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (toysat) S 7185 7188 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27769421 16270299136 3913514 33554432000 4194304 16246674 140733872146816 140497936948464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=15888964 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) S 7185 7188 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27769421 16270299136 3913519 33554432000 4194304 16246674 140733872146816 140497926474928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 152.54
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 7188 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+152.8 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 7247
/proc/meminfo: memFree=1355400/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=0 CPUtime=152.74 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) Z 7185 7188 28898 0 -1 4203532 3911522 0 0 0 14697 577 0 0 20 0 2 0 27769421 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7188/statm: 0 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=0 CPUtime=0.18 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) R 7185 7188 28898 0 -1 4203588 2 0 0 0 0 18 0 0 20 0 2 0 27769421 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) 152.74
Current children cumulated vsize (KiB) 0

[startup+153.2 s]
/proc/loadavg: 2.03 2.05 2.04 3/181 7247
/proc/meminfo: memFree=6795548/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=0 CPUtime=153.14 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) Z 7185 7188 28898 0 -1 4203532 3911522 0 0 0 14697 617 0 0 20 0 2 0 27769421 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7188/statm: 0 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) R 7185 7188 28898 0 -1 4203588 2 0 0 0 0 58 0 0 20 0 2 0 27769421 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) 153.14
Current children cumulated vsize (KiB) 0

[startup+153.4 s]
/proc/loadavg: 2.03 2.05 2.04 3/181 7247
/proc/meminfo: memFree=6795548/32872528 swapFree=526336/559040
[pid=7188] ppid=7185 vsize=0 CPUtime=153.34 cores=0,2,4,6
/proc/7188/stat : 7188 (toysat) Z 7185 7188 28898 0 -1 4203532 3911522 0 0 0 14697 637 0 0 20 0 2 0 27769421 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7188/statm: 0 0 0 0 0 0 0
[pid=7188/tid=7191] ppid=7185 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (toysat) R 7185 7188 28898 0 -1 4203588 2 0 0 0 0 78 0 0 20 0 2 0 27769421 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) 153.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 153.436
CPU time (s): 153.378
CPU user time (s): 146.978
CPU system time (s): 6.40003
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 15888964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.978
system time used= 6.40003
maximum resident set size= 15655460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3911522
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= 71
involuntary context switches= 206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.409937 second user time and 0.576912 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 15:39:53
IDJOB=4105857
IDBENCH=3042
IDSOLVER=2542
FILE ID=node106/4105857-1466257193
RUNJOBID= node106-1466241787-28914
PBS_JOBID= 19918214
Free space on /tmp= 71672 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105857-1466257193/watcher-4105857-1466257193 -o /tmp/evaluation-result-4105857-1466257193/solver-4105857-1466257193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28914 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105857-1466257193.opb

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

MD5SUM BENCH= 4309132132f3075979f27880d2e9bd87
RANDOM SEED=61823175

node106.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.073
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.14
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.073
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.073
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.073
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.073
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		: 2667.073
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.56
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.073
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.38
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.073
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:        16534676 kB
Buffers:           71188 kB
Cached:           204016 kB
SwapCached:         1532 kB
Active:         14821060 kB
Inactive:         184032 kB
Active(anon):   14713336 kB
Inactive(anon):    18096 kB
Active(file):     107724 kB
Inactive(file):   165936 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             20196 kB
Writeback:             0 kB
AnonPages:      15288300 kB
Mapped:            10516 kB
Shmem:                 0 kB
Slab:             612360 kB
SReclaimable:      56144 kB
SUnreclaim:       556216 kB
KernelStack:        1496 kB
PageTables:        33588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15432212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71664 MiB
End job on node106 at 2016-06-18 15:42:27