Trace number 4105885

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) 157.418 157.448

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
MD5SUM0073f65f5c50ef8f4ebea5bdb58f4e26
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7501
Total number of constraints21961
Number of constraints which are clauses21960
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 constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777715595715329186976003635521247756299664
Number of bits of the biggest sum of numbers181
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:43:30+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-4105885-1466257410.opb"]
0.00/0.01	c use --random-gen="2721052040 3291256852 4055025976 1909991379 2935470870 2055495325 625622722 4043565020 3468166582 3815129733 1979080759 2324712568 752874359 4285972563 1415319267 901345258 3225584264 3780558426 177236371 1449301375 2780010226 353984484 2182704540 4036246691 367138591 3694160808 632761366 2993444929 2766889023 2036783938 2995203164 246053968 1799755506 3711084036 841599616 3144909384 1635978295 2751771204 2918793055 2837030774 572193127 1840572722 1042547660 1782007960 4225361141 3632988422 862504410 1167323907 2468727332 714927926 3409768858 4185040384 4186739619 2674667996 787787623 1199890944 3363880204 2854422907 877119848 461767486 3897500107 2406057857 1257170932 2973521945 3428657033 2521267552 3796746409 457054950 2319086872 774995557 3160541361 592142277 911564700 3261531045 620504783 1141522439 3304675672 935835253 3369566424 3815005802 3682387711 4254821567 2994292289 4141398997 304495042 4002213590 2582510120 435687861 1729862961 1614690707 1155679972 392348477 2308665175 59601677 999063275 3091512950 3172153904 1525329385 1993239080 2863151684 1246401980 3019863493 857659874 4156273296 1561887717 3205500897 3805792508 4013319604 1877035507 481312220 3645420396 908289002 2214439466 1822708270 578817433 884936635 1565565592 3126882844 1266513854 2323832894 1494197325 74094738 605630672 573752174 450017089 243052756 2932865157 2979305102 1679146005 3372149956 4194135976 2709872687 3123075939 537470751 3392534266 3365236277 4044250793 4086777157 2611726953 3138197118 2778603385 2911832552 1076988686 2922655705 3415219327 4004178657 454321891 280460601 293960798 2951950776 238743800 266306772 3578822541 1568809182 2457277758 3476608372 569392919 3623127004 2789735728 1286255241 1091832514 4119599554 4229658270 3088950662 2001513006 1391846241 2684564397 1558316541 1924456419 2469750015 3230500332 128475179 2310076225 1302524342 101706134 2234053062 2257154955 2498830057 1957190085 1731182386 1336336528 2852296764 2071124231 2053791154 3477644336 2580062086 3748015318 3750993781 3681495437 657581501 838733515 269496643 4107503556 2713840757 3590222640 1185453004 3076478944 664870743 2027638192 735852879 4000602618 2774942891 1844509120 1073981533 2834916414 246357702 2474274952 1568976485 3117745318 2204241864 3962118131 1319587228 4035740349 4265249154 3908174414 2317018774 2118877894 3638174910 1221923141 997402393 1013758602 1679178786 1981520846 2278168076 4116303088 3415162959 638383687 3614836871 512568378 3429023112 3729945774 2718529686 483579718 647631325 1537552346 360852349 1071244559 634933543 3111760780 3657075663 399512429 2692295183 1950212481 1957568734 2218205489 3503983892 1488901247 239551279 1288914615 1837580122 2845609380 743907546 1141139499 805925329 1414300481 2449120420 255 362436" option to reproduce the execution
0.09/0.19	c #vars 7501
0.09/0.19	c #constraints 21961

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-4105885-1466257410/watcher-4105885-1466257410 -o /tmp/evaluation-result-4105885-1466257410/solver-4105885-1466257410 -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-4105885-1466257410.opb 

pid=25480
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 25483
/proc/meminfo: memFree=26549884/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 2671 0 0 0 0 0 0 0 20 0 4 0 27790930 733409280 3032 33554432000 4194304 16246674 140736743071360 140736743070784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 179823 3041 441 2943 0 176717 0
[pid=25483/tid=25484] ppid=25480 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 752283648 3104 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=738748 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 756477952 3120 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=742844 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 760672256 3136 33554432000 4194304 16246674 140736743071360 140146259258544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 25483
/proc/meminfo: memFree=26549884/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 26616 0 0 0 5 4 0 0 20 0 4 0 27790930 1250496512 26915 33554432000 4194304 16246674 140736743071360 140736743070672 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 305297 26915 798 2943 0 302191 0
[pid=25483/tid=25484] ppid=25480 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 1250496512 26915 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 1250496512 26915 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 1250496512 26915 33554432000 4194304 16246674 140736743071360 140146259258544 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) 1221188

[startup+0.200535 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 25483
/proc/meminfo: memFree=26549884/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 48678 0 0 0 11 8 0 0 20 0 4 0 27790930 1343819776 49488 33554432000 4194304 16246674 140736743071360 140736743070672 5702587 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 328081 49488 809 2943 0 324975 0
[pid=25483/tid=25484] ppid=25480 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 1343819776 49488 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 1343819776 49488 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 1343819776 49490 33554432000 4194304 16246674 140736743071360 140146259258544 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) 1312324

[startup+0.300482 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 25483
/proc/meminfo: memFree=26549884/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 48703 0 0 0 21 8 0 0 20 0 4 0 27790930 1343819776 49513 33554432000 4194304 16246674 140736743071360 140736743070672 6974144 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 328081 49513 834 2943 0 324975 0
[pid=25483/tid=25484] ppid=25480 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 1343819776 49513 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 1343819776 49513 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 1343819776 49513 33554432000 4194304 16246674 140736743071360 140146259258544 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) 1312324

[startup+0.700428 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 25483
/proc/meminfo: memFree=26549884/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=1320516 CPUtime=0.69 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 71512 0 0 0 58 11 0 0 20 0 4 0 27790930 1352208384 72322 33554432000 4194304 16246674 140736743071360 140736743053248 13790072 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 330129 72322 843 2943 0 327023 0
[pid=25483/tid=25484] ppid=25480 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 1352208384 72322 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 1352208384 72322 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 1352208384 72322 33554432000 4194304 16246674 140736743071360 140146259258544 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) 1320516

[startup+1.50042 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 25487
/proc/meminfo: memFree=26040620/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=1320516 CPUtime=1.49 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 173440 0 0 0 124 25 0 0 20 0 4 0 27790930 1352208384 174250 33554432000 4194304 16246674 140736743071360 140736743053248 13929603 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 330129 174260 843 2943 0 327023 0
[pid=25483/tid=25484] ppid=25480 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 1352208384 174266 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 1352208384 174270 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 1352208384 174275 33554432000 4194304 16246674 140736743071360 140146259258544 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) 1320516

[startup+3.10043 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 25487
/proc/meminfo: memFree=25016248/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=1547844 CPUtime=3.09 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 327387 0 0 0 264 45 0 0 20 0 4 0 27790930 1584992256 328197 33554432000 4194304 16246674 140736743071360 140736743070672 13782402 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 386961 328197 844 2943 0 383855 0
[pid=25483/tid=25484] ppid=25480 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 1584992256 328197 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 1584992256 328197 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 1584992256 328197 33554432000 4194304 16246674 140736743071360 140146259258544 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) 1547844

[startup+6.30042 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 25487
/proc/meminfo: memFree=22993564/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=1547844 CPUtime=6.29 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 327591 0 0 0 584 45 0 0 20 0 4 0 27790930 1584992256 328401 33554432000 4194304 16246674 140736743071360 140736743070672 4220495 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 386961 328401 844 2943 0 383855 0
[pid=25483/tid=25484] ppid=25480 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 1584992256 328401 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 1584992256 328401 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 1584992256 328401 33554432000 4194304 16246674 140736743071360 140146259258544 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) 1547844

[startup+12.7004 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 25487
/proc/meminfo: memFree=22284828/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=2255428 CPUtime=12.69 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 504487 0 0 0 1200 69 0 0 20 0 4 0 27790930 2309558272 505297 33554432000 4194304 16246674 140736743071360 140736743053248 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 563857 505297 844 2943 0 560751 0
[pid=25483/tid=25484] ppid=25480 vsize=2255428 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 2309558272 505297 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=2255428 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 2309558272 505297 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=2255428 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 2309558272 505297 33554432000 4194304 16246674 140736743071360 140146259258544 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) 2255428

[startup+25.5005 s]
/proc/loadavg: 1.95 2.01 1.99 3/183 25487
/proc/meminfo: memFree=16698200/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=4158020 CPUtime=25.49 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 980136 0 0 0 2411 138 0 0 20 0 4 0 27790930 4257812480 980946 33554432000 4194304 16246674 140736743071360 140736743070536 12490720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 1039505 980946 844 2943 0 1036399 0
[pid=25483/tid=25484] ppid=25480 vsize=4158020 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 4257812480 980946 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=4158020 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 4257812480 980946 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=4158020 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 4257812480 980946 33554432000 4194304 16246674 140736743071360 140146259258544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4158020

[startup+51.1005 s]
/proc/loadavg: 1.96 2.01 1.99 3/183 25487
/proc/meminfo: memFree=12194488/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=8653380 CPUtime=51.08 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 2103978 0 0 0 4823 285 0 0 20 0 4 0 27790930 8861061120 2104788 33554432000 4194304 16246674 140736743071360 140736743070536 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 2163345 2104788 844 2943 0 2160239 0
[pid=25483/tid=25484] ppid=25480 vsize=8653380 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 8861061120 2104788 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=8653380 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 8861061120 2104788 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=8653380 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 8861061120 2104788 33554432000 4194304 16246674 140736743071360 140146259258544 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) 8653380

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.99 4/183 25488
/proc/meminfo: memFree=3520788/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=13091396 CPUtime=102.28 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 3213488 0 0 0 9790 438 0 0 20 0 4 0 27790930 13405589504 3214298 33554432000 4194304 16246674 140736743071360 140736743069312 14014138 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 3272849 3214298 849 2943 0 3269743 0
[pid=25483/tid=25484] ppid=25480 vsize=13091396 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 13405589504 3214298 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=13091396 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 13405589504 3214298 33554432000 4194304 16246674 140736743071360 140146339978256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=13091396 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 13405589504 3214298 33554432000 4194304 16246674 140736743071360 140146259258544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13091396



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+156.6 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25489
/proc/meminfo: memFree=842912/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=15888964 CPUtime=156.56 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) R 25480 25483 20760 0 -1 4202496 3912702 0 0 0 15111 545 0 0 20 0 4 0 27790930 16270299136 3913512 33554432000 4194304 16246674 140736743071360 140736743070024 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 3972241 3913512 849 2943 0 3969135 0
[pid=25483/tid=25484] ppid=25480 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25484/stat : 25484 (toysat) S 25480 25483 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27790930 16270299136 3913512 33554432000 4194304 16246674 140736743071360 140146350468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) S 25480 25483 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27790930 16270299136 3913512 33554432000 4194304 16246674 140736743071360 140146339978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25483/tid=25486] ppid=25480 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/25483/task/25486/stat : 25486 (toysat) S 25480 25483 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27790930 16270299136 3913512 33554432000 4194304 16246674 140736743071360 140146259258544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 156.56
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 25483 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+156.8 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25489
/proc/meminfo: memFree=842912/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=0 CPUtime=156.77 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) Z 25480 25483 20760 0 -1 4203532 3913092 0 0 0 15112 565 0 0 20 0 2 0 27790930 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) R 25480 25483 20760 0 -1 4203588 8 0 0 0 0 18 0 0 20 0 2 0 27790930 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.77
Current children cumulated vsize (KiB) 0

[startup+157.2 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25489
/proc/meminfo: memFree=842912/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=0 CPUtime=157.17 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) Z 25480 25483 20760 0 -1 4203532 3913092 0 0 0 15112 605 0 0 20 0 2 0 27790930 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) R 25480 25483 20760 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 27790930 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) 157.17
Current children cumulated vsize (KiB) 0

[startup+157.407 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 25489
/proc/meminfo: memFree=13677040/32872528 swapFree=163656/177964
[pid=25483] ppid=25480 vsize=0 CPUtime=157.38 cores=1,3,5,7
/proc/25483/stat : 25483 (toysat) Z 25480 25483 20760 0 -1 4203532 3913092 0 0 0 15112 626 0 0 20 0 2 0 27790930 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25483/statm: 0 0 0 0 0 0 0
[pid=25483/tid=25485] ppid=25480 vsize=0 CPUtime=0.79 cores=1,3,5,7
/proc/25483/task/25485/stat : 25485 (toysat) R 25480 25483 20760 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 27790930 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) 157.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 157.448
CPU time (s): 157.418
CPU user time (s): 151.12
CPU system time (s): 6.29804
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 15888964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.12
system time used= 6.29804
maximum resident set size= 15655608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3913092
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= 51
involuntary context switches= 165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.405938 second user time and 0.610907 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:43:30
IDJOB=4105885
IDBENCH=3050
IDSOLVER=2542
FILE ID=node105/4105885-1466257410
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=120-sizeP=61-sizeQ=120-883133839-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105885-1466257410/watcher-4105885-1466257410 -o /tmp/evaluation-result-4105885-1466257410/solver-4105885-1466257410 -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-4105885-1466257410.opb

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

MD5SUM BENCH= 0073f65f5c50ef8f4ebea5bdb58f4e26
RANDOM SEED=1083802069

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:        26550328 kB
Buffers:           72924 kB
Cached:           213856 kB
SwapCached:         1248 kB
Active:          5220184 kB
Inactive:         178144 kB
Active(anon):    5108148 kB
Inactive(anon):     5236 kB
Active(file):     112036 kB
Inactive(file):   172908 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             17240 kB
Writeback:             0 kB
AnonPages:       5288892 kB
Mapped:            10516 kB
Shmem:                 0 kB
Slab:             604824 kB
SReclaimable:      48352 kB
SUnreclaim:       556472 kB
KernelStack:        1504 kB
PageTables:        14508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5432772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 71700 MiB
End job on node105 at 2016-06-18 15:46:08