Trace number 4105881

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) 194.801 194.862

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
MD5SUM57770cf676196c26ecb8cc01d6a682c4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81001
Total number of constraints241201
Number of constraints which are clauses241200
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 constraint80400
Number of terms in the objective function 201
Biggest coefficient in the objective function 1606938044258990275541962092341162602522202993782792835301376
Number of bits for the biggest coefficient in the objective function 201
Sum of the numbers in the objective function 3213876088517980551083924184682325205044405987565585670602751
Number of bits of the sum of numbers in the objective function 201
Biggest number in a constraint 2074757784440496479256203931845580575506223116121218449997828664845326405706454073199853524473551897144098943305650394591197575537705887653943437417056981843530590901700754761842688
Number of bits of the biggest number in a constraint 600
Biggest sum of numbers in a constraint 8299031137761985917024815727382322302024892464484873799991313498100123611208949766753886495932953416094301423590956938717964645268420282271424527841217460028761689119972815147010025
Number of bits of the biggest sum of numbers601
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:42:55+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-4105881-1466257375.opb"]
0.00/0.01	c use --random-gen="2968101808 2243080966 3271078181 1953047788 684128645 3715221141 164292371 3975405943 1532593995 2065296954 1365271737 3911521465 3917702442 1152470953 3035645855 3255649968 1401556454 1202910300 3514490838 2724694754 294758718 2328034148 3763742152 3790277855 1926820185 3129324292 3832317110 3977313919 2531373693 1317950081 1027464996 3248895075 972664333 1612646416 3730581386 3911316327 3208691159 3779031296 1492034844 774315106 2987284844 4284027706 1812961644 3636542625 4185890115 3961995199 3087469743 1218737200 418923415 2893028005 2633284812 2580547184 4291374883 1739331067 1630952041 2548860469 4160917651 3346017959 3281608535 4218235120 3571089194 713404835 272947763 3099661557 1459843619 632420409 2357618104 1522086553 4119118736 683157949 1705572676 506000766 3074205734 1987055964 856384585 1963760867 3360887438 3872209549 3927621694 1849720257 2702492155 1931840384 3018742580 3108552469 1476249579 4006313332 3229931747 424680905 1242384160 2393025069 121459338 2393695595 2738871248 1038372413 2795269127 2984441319 210632974 4250823144 683415209 639433697 2503287391 3587213201 3387128758 2422452718 2776930390 2977019658 3881992739 1429966449 1756707266 2084463305 3623262318 2707382407 1188431700 3766095102 3581281575 2273092950 2955792336 1802740398 1428955730 2401634254 1602646150 2967176936 1706383848 2462207828 3410414955 104934350 4147762447 3330211421 271004287 3368365350 4004313295 1900580514 2100198388 2406841321 1021151634 2809069334 1433032836 3696626091 2138638242 2706532530 27012043 3392687466 992206212 3398554318 2203521767 3153610238 4147892411 755077525 1030216983 2604493812 72601261 3421536659 1722930600 150636696 1244535807 3296489311 1464041241 334332268 1599884340 1546692096 3377147617 972758825 773094466 2915973307 1672845873 2528611269 377486985 1866786871 1938666892 1077089469 3074913690 897914549 1067809267 2590571715 926818722 336231426 1019723080 3471244568 1512759271 2332286282 2079985690 1549703004 1542841047 1980602294 2812889346 620566475 2345474412 266665279 2211321016 3041898244 2124513231 406283759 2344562904 298970089 850774747 3255730387 168612460 1802940994 3789687064 182812715 3139268907 2177407148 4264517435 820714679 1801393953 3233549682 3486575286 3608521395 3623856382 173921834 2561418503 706641708 2483341995 3008089908 3327155019 4097420874 835449569 2271081389 1742693412 1303089250 2597198231 101032914 2418893183 1970296865 3026025309 790052004 1465626798 88800275 20627314 2316317085 1181452588 3874135804 494479540 1473349384 3151583295 3933597624 1844843991 186822876 3534230722 503741871 3855846056 2190972402 365827464 1302347633 3695190064 308110445 3048218168 2405042410 638826582 2003658618 3688591515 2874409506 3158063165 1860116100 1816224461 3909451699 255 362436" option to reproduce the execution
1.78/1.82	c #vars 81001
1.78/1.82	c #constraints 241201

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

pid=25431
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.08 2.03 2.00 3/179 25434
/proc/meminfo: memFree=17214636/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=680380 CPUtime=0 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 2530 0 0 0 0 0 0 0 20 0 4 0 27787437 696709120 2891 33554432000 4194304 16246674 140736934168912 140736934168336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 170863 2901 441 2943 0 167757 0
[pid=25434/tid=25435] ppid=25431 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 714534912 2958 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=701884 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 718729216 2975 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=707004 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27787437 723972096 2993 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 25434
/proc/meminfo: memFree=17214636/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 25822 0 0 0 5 4 0 0 20 0 4 0 27787437 1332285440 26122 33554432000 4194304 16246674 140736934168912 140736934168224 7364033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 325265 26137 800 2943 0 322159 0
[pid=25434/tid=25435] ppid=25431 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 1332285440 26147 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 1332285440 26158 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 1332285440 26170 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200509 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 25434
/proc/meminfo: memFree=17214636/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 46982 0 0 0 12 7 0 0 20 0 4 0 27787437 1344868352 47792 33554432000 4194304 16246674 140736934168912 140736934168224 7372816 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 328337 47792 801 2943 0 325231 0
[pid=25434/tid=25435] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 47792 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 47792 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 47792 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300499 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 25434
/proc/meminfo: memFree=17214636/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 61255 0 0 0 20 9 0 0 20 0 4 0 27787437 1344868352 62065 33554432000 4194304 16246674 140736934168912 140736934168224 7361367 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 328337 62065 801 2943 0 325231 0
[pid=25434/tid=25435] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 62065 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 62065 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 62065 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700401 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 25434
/proc/meminfo: memFree=17214636/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 68593 0 0 0 58 11 0 0 20 0 4 0 27787437 1344868352 69403 33554432000 4194304 16246674 140736934168912 140736934150784 7374592 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 328337 69403 801 2943 0 325231 0
[pid=25434/tid=25435] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 69403 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 69403 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 69403 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 25438
/proc/meminfo: memFree=16891944/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 80828 0 0 0 136 13 0 0 20 0 4 0 27787437 1344868352 81638 33554432000 4194304 16246674 140736934168912 140736934150784 7377339 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 328337 81638 802 2943 0 325231 0
[pid=25434/tid=25435] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 81638 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 81638 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 1344868352 81638 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10038 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 25438
/proc/meminfo: memFree=16687764/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=1344068 CPUtime=3.09 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 270495 0 0 0 264 45 0 0 20 0 4 0 27787437 1376325632 274882 33554432000 4194304 16246674 140736934168912 140736934150784 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 336017 274882 837 2943 0 332911 0
[pid=25434/tid=25435] ppid=25431 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 1376325632 274882 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 1376325632 274882 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 1376325632 274882 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1344068

[startup+6.30039 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 25438
/proc/meminfo: memFree=16097048/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=1353284 CPUtime=6.29 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 272822 0 0 0 584 45 0 0 20 0 4 0 27787437 1385762816 279764 33554432000 4194304 16246674 140736934168912 140736934166720 13767176 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 338321 279764 847 2943 0 335215 0
[pid=25434/tid=25435] ppid=25431 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 1385762816 279764 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 1385762816 279764 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 1385762816 279764 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1353284

[startup+12.7004 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 25438
/proc/meminfo: memFree=15164484/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=2284100 CPUtime=12.68 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 505528 0 0 0 1193 75 0 0 20 0 4 0 27787437 2338918400 512470 33554432000 4194304 16246674 140736934168912 140736934166720 12490408 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 571025 512470 847 2943 0 567919 0
[pid=25434/tid=25435] ppid=25431 vsize=2284100 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 2338918400 512470 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=2284100 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 2338918400 512470 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=2284100 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 2338918400 512470 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2284100

[startup+25.5005 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 25438
/proc/meminfo: memFree=12870728/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=4715076 CPUtime=25.48 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 1113202 0 0 0 2391 157 0 0 20 0 4 0 27787437 4828237824 1120144 33554432000 4194304 16246674 140736934168912 140736934166720 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 1178769 1120152 847 2943 0 1175663 0
[pid=25434/tid=25435] ppid=25431 vsize=4715076 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 4828237824 1120157 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=4715076 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 4828237824 1120163 33554432000 4194304 16246674 140736934168912 140125992360976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=4715076 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 4828237824 1120168 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4715076

[startup+51.1005 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 25487
/proc/meminfo: memFree=20705940/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=8756804 CPUtime=51.08 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 2123555 0 0 0 4813 295 0 0 20 0 4 0 27787437 8966967296 2130498 33554432000 4194304 16246674 140736934168912 140736934166720 4221799 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 2189201 2130505 847 2943 0 2186095 0
[pid=25434/tid=25435] ppid=25431 vsize=8756804 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 8966967296 2130510 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=8756804 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 8966967296 2130516 33554432000 4194304 16246674 140736934168912 140125992360976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=8756804 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 8966967296 2130521 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8756804

[startup+102.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/183 25488
/proc/meminfo: memFree=10711040/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=11255364 CPUtime=102.27 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 2748353 0 0 0 9850 377 0 0 20 0 4 0 27787437 11525492736 2755297 33554432000 4194304 16246674 140736934168912 140736934166848 14013533 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 2813841 2755297 852 2943 0 2810735 0
[pid=25434/tid=25435] ppid=25431 vsize=11255364 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 11525492736 2755297 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=11255364 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 11525492736 2755297 33554432000 4194304 16246674 140736934168912 140125992360976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=11255364 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 11525492736 2755297 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11255364

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 25489
/proc/meminfo: memFree=3520120/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=15474244 CPUtime=162.25 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 3745224 0 0 0 15699 526 0 0 20 0 4 0 27787437 15845625856 3809911 33554432000 4194304 16246674 140736934168912 140736934166848 14002984 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 3868561 3809911 852 2943 0 3865455 0
[pid=25434/tid=25435] ppid=25431 vsize=15474244 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 15845625856 3809911 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=15474244 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 15845625856 3809911 33554432000 4194304 16246674 140736934168912 140125992360976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=15474244 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 15845625856 3809911 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15474244



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+194 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25538
/proc/meminfo: memFree=15822768/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=15877700 CPUtime=193.94 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) R 25431 25434 20760 0 -1 4202496 3846100 0 0 0 18848 546 0 0 20 0 4 0 27787437 16258764800 3910783 33554432000 4194304 16246674 140736934168912 140736934166720 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 3969425 3910783 852 2943 0 3966319 0
[pid=25434/tid=25435] ppid=25431 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25435/stat : 25435 (toysat) S 25431 25434 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27787437 16258764800 3910783 33554432000 4194304 16246674 140736934168912 140126002851056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) S 25431 25434 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27787437 16258764800 3910783 33554432000 4194304 16246674 140736934168912 140125992361200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25434/tid=25437] ppid=25431 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/25434/task/25437/stat : 25437 (toysat) S 25431 25434 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27787437 16258764800 3910785 33554432000 4194304 16246674 140736934168912 140125981887664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 193.94
Current children cumulated vsize (KiB) 15877700

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

[startup+194.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25538
/proc/meminfo: memFree=15822768/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=0 CPUtime=194.34 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) Z 25431 25434 20760 0 -1 4203532 3846494 0 0 0 18849 585 0 0 20 0 2 0 27787437 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 0 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) R 25431 25434 20760 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 27787437 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) 194.34
Current children cumulated vsize (KiB) 0

[startup+194.807 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 25538
/proc/meminfo: memFree=28108240/32872528 swapFree=163656/177964
[pid=25434] ppid=25431 vsize=0 CPUtime=194.75 cores=0,2,4,6
/proc/25434/stat : 25434 (toysat) Z 25431 25434 20760 0 -1 4203532 3846494 0 0 0 18849 626 0 0 20 0 2 0 27787437 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25434/statm: 0 0 0 0 0 0 0
[pid=25434/tid=25436] ppid=25431 vsize=0 CPUtime=0.79 cores=0,2,4,6
/proc/25434/task/25436/stat : 25436 (toysat) R 25431 25434 20760 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 27787437 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) 194.75
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 194.862
CPU time (s): 194.801
CPU user time (s): 188.49
CPU system time (s): 6.31104
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 15877700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.49
system time used= 6.31104
maximum resident set size= 15644708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3846494
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= 72
involuntary context switches= 271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.532918 second user time and 0.733888 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:42:55
IDJOB=4105881
IDBENCH=3048
IDSOLVER=2542
FILE ID=node105/4105881-1466257375
RUNJOBID= node105-1466229502-20776
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=400-sizeP=201-sizeQ=400-517735400-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105881-1466257375/watcher-4105881-1466257375 -o /tmp/evaluation-result-4105881-1466257375/solver-4105881-1466257375 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105881-1466257375.opb

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

MD5SUM BENCH= 57770cf676196c26ecb8cc01d6a682c4
RANDOM SEED=1333713398

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:        17215164 kB
Buffers:           72852 kB
Cached:           213840 kB
SwapCached:         1248 kB
Active:         14536292 kB
Inactive:         177892 kB
Active(anon):   14424532 kB
Inactive(anon):     5236 kB
Active(file):     111760 kB
Inactive(file):   172656 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             30696 kB
Writeback:             0 kB
AnonPages:      14604940 kB
Mapped:            10616 kB
Shmem:                 0 kB
Slab:             605224 kB
SReclaimable:      48624 kB
SUnreclaim:       556600 kB
KernelStack:        1488 kB
PageTables:        32852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14751260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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 node105 at 2016-06-18 15:46:10