Trace number 4079100

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) 188.015 188.056

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
MD5SUM37b8d6470d70c8bd94b60d5c165e51c9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-22
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
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 constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569056391466495993868342803
Number of bits of the biggest sum of numbers121
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-06T23:12:11+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-4079100-1465247531.opb"]
0.00/0.01	c use --random-gen="1150335070 3441980263 1465806392 3119675632 3842832744 634382794 824221019 278331754 3875275738 3136370779 2893817436 146591107 3624949944 2870658690 2771607824 687898416 3914446381 2488580545 934306255 2224368739 1342622538 209296702 2474061183 992172178 3299952180 75269104 66393037 3647346280 930706917 2189301565 1097105419 428593096 703468786 4129034733 1587700863 300572610 1640967559 4259762032 2589714666 943580345 285867135 1246590385 3824524834 2828732378 3750321627 55280703 266982256 2786961191 1826902019 4173496394 4224746460 3911215406 2319311478 3519044839 4240490945 2957940638 211650228 3493802718 1412350487 1316870951 4189876154 539117883 395527396 3182504068 3639300668 3255537245 237010442 2632032212 2299730479 3428625833 1776295870 2716446539 4168564032 636026864 2879945832 1996190284 1235820819 2459891961 935751928 2912568940 4058261104 741284921 1617792712 3462855829 370825960 1229932215 4031796408 2948608274 592278433 918238007 4172570512 2087193100 3007355780 3397075712 1392943762 584030308 715735606 891397076 556462481 4013544428 280619977 2339774746 2984513336 3904068482 2200478642 3647685392 2138706242 2869205395 833637018 1167018415 2592679784 341354463 2433655008 1264854873 3151262286 2312620504 580538772 2538554028 2851399437 3617655564 1393610566 3790299614 3743849457 2235415756 3148115576 1924654480 1110865876 3680959926 3498937948 106839107 401226771 1889693597 1785727639 3717074630 526087122 1164607606 708273954 3693118912 2621658750 1250367579 3890834923 2905775315 1445961908 1091965635 546962008 3843150502 2132007456 676296266 3131842169 1227443811 1970468464 2256984107 2827120972 43734423 2510166407 2976016579 865651747 1648824272 1897591244 1684716160 4094170333 1782638257 4119885575 3896025335 1081183980 3129712230 1715649259 2427851679 4061731784 336095139 4171681549 867530639 3818672695 2661736563 640263690 139330537 4240345161 94537397 2606312542 1025050872 1376451419 1847065112 16462939 1131606160 2807741061 4034880928 1314547425 745237247 2719953001 2363388910 1767516956 3371230449 3510057276 3705196162 3324203727 1068082196 3091342848 2011323204 2511640920 3591636763 789257091 960101711 2824021707 1240869979 3147015366 2947070500 4266348387 1330081454 2558719713 1880841517 2917928486 3008571902 1034731369 197364084 1361231105 3776675770 4022468644 3638066759 3233016969 1972127321 474856506 3949972850 2029101246 1333975760 2288497475 4027777711 1263625418 3777705363 1112669805 2513451399 2599043839 3809521250 4278039834 2313564676 665374342 1580332077 3304931463 1728574693 1602040825 2098937356 1711984660 1833145336 3277795792 3853166254 3803638983 2080161346 4062214536 3653011712 613540675 3197203498 3388148545 3390502130 3204825022 3199696452 4182938081 3383024172 255 362436" option to reproduce the execution
0.00/0.09	c #vars 3401
0.00/0.09	c #constraints 9841

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

pid=7876
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.02 2.02 2.00 3/179 7879
/proc/meminfo: memFree=30629840/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 2794 0 0 0 0 0 0 0 20 0 4 0 106687779 765915136 2644 33554432000 4194304 16246674 140737181244864 140737181244288 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7879/statm: 187503 2652 441 2943 0 184397 0
[pid=7879/tid=7880] ppid=7876 vsize=765372 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 783740928 2714 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=769468 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 787935232 2731 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106687779 792129536 2747 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7879
/proc/meminfo: memFree=30629840/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 24275 0 0 0 4 5 0 0 20 0 4 0 106687779 1333334016 24062 33554432000 4194304 16246674 140737181244864 140737181244176 5885249 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 325521 24068 833 2943 0 322415 0
[pid=7879/tid=7880] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 24073 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 24080 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 24085 33554432000 4194304 16246674 140737181244864 139743552588976 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) 1302084

[startup+0.200447 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7879
/proc/meminfo: memFree=30629840/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=1302084 CPUtime=0.18 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 41505 0 0 0 11 7 0 0 20 0 4 0 106687779 1333334016 41292 33554432000 4194304 16246674 140737181244864 140737181244176 6777430 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 325521 41300 835 2943 0 322415 0
[pid=7879/tid=7880] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 41305 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 41310 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 41316 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1302084

[startup+0.300425 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7879
/proc/meminfo: memFree=30629840/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 46675 0 0 0 21 8 0 0 20 0 4 0 106687779 1333334016 46462 33554432000 4194304 16246674 140737181244864 140737181244176 12493757 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 325521 46468 844 2943 0 322415 0
[pid=7879/tid=7880] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 46472 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 46476 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 46480 33554432000 4194304 16246674 140737181244864 139743552588976 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) 1302084

[startup+0.700343 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7879
/proc/meminfo: memFree=30629840/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=1302084 CPUtime=0.68 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 96868 0 0 0 54 14 0 0 20 0 4 0 106687779 1333334016 96655 33554432000 4194304 16246674 140737181244864 140737181244176 12504453 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 325521 96658 844 2943 0 322415 0
[pid=7879/tid=7880] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 96659 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 96661 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 96663 33554432000 4194304 16246674 140737181244864 139743552588976 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) 1302084

[startup+1.50036 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7883
/proc/meminfo: memFree=29984868/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=1302084 CPUtime=1.49 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 215601 0 0 0 119 30 0 0 20 0 4 0 106687779 1333334016 215388 33554432000 4194304 16246674 140737181244864 140737181226752 13785157 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 325521 215397 844 2943 0 322415 0
[pid=7879/tid=7880] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 215404 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 215409 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 1333334016 215416 33554432000 4194304 16246674 140737181244864 139743552588976 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) 1302084

[startup+3.10034 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7883
/proc/meminfo: memFree=29326784/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=1565252 CPUtime=3.08 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 332327 0 0 0 262 46 0 0 20 0 4 0 106687779 1602818048 332114 33554432000 4194304 16246674 140737181244864 140737181226752 4225151 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 391313 332114 845 2943 0 388207 0
[pid=7879/tid=7880] ppid=7876 vsize=1565252 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 1602818048 332114 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=1565252 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 1602818048 332114 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=1565252 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 1602818048 332114 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1565252

[startup+6.30035 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7883
/proc/meminfo: memFree=29300988/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=1595972 CPUtime=6.29 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 340072 0 0 0 581 48 0 0 20 0 4 0 106687779 1634275328 339859 33554432000 4194304 16246674 140737181244864 140737181242640 4225154 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 398993 339865 845 2943 0 395887 0
[pid=7879/tid=7880] ppid=7876 vsize=1595972 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 1634275328 339868 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=1595972 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 1634275328 339873 33554432000 4194304 16246674 140737181244864 139743563062288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=1595972 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 1634275328 339877 33554432000 4194304 16246674 140737181244864 139743552588976 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) 1595972

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7883
/proc/meminfo: memFree=28842952/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=2298436 CPUtime=12.68 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 515675 0 0 0 1195 73 0 0 20 0 4 0 106687779 2353598464 515462 33554432000 4194304 16246674 140737181244864 140737181242704 4225154 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 574609 515468 845 2943 0 571503 0
[pid=7879/tid=7880] ppid=7876 vsize=2298436 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 2353598464 515473 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=2298436 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 2353598464 515477 33554432000 4194304 16246674 140737181244864 139743563062288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=2298436 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 2353598464 515481 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2298436

[startup+25.5072 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7883
/proc/meminfo: memFree=26718072/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=4144708 CPUtime=25.49 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 977324 0 0 0 2410 139 0 0 20 0 4 0 106687779 4244180992 977111 33554432000 4194304 16246674 140737181244864 140737181243960 13955814 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7879/statm: 1036177 977111 845 2943 0 1033071 0
[pid=7879/tid=7880] ppid=7876 vsize=4144708 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 4244180992 977111 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=4144708 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 4244180992 977111 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=4144708 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 4244180992 977111 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4144708

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7883
/proc/meminfo: memFree=22989184/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=7865924 CPUtime=51.07 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 1907630 0 0 0 4841 266 0 0 20 0 4 0 106687779 8054706176 1907417 33554432000 4194304 16246674 140737181244864 140737181243960 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 1966481 1907417 845 2943 0 1963375 0
[pid=7879/tid=7880] ppid=7876 vsize=7865924 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 8054706176 1907417 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=7865924 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 8054706176 1907417 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=7865924 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 8054706176 1907417 33554432000 4194304 16246674 140737181244864 139743552588976 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) 7865924

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7884
/proc/meminfo: memFree=15490292/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=15349316 CPUtime=102.27 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 3778481 0 0 0 9691 536 0 0 20 0 4 0 106687779 15717699584 3778268 33554432000 4194304 16246674 140737181244864 140737181243960 12490024 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 3837329 3778268 846 2943 0 3834223 0
[pid=7879/tid=7880] ppid=7876 vsize=15349316 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 15717699584 3778268 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=15349316 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 15717699584 3778268 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=15349316 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 15717699584 3778268 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 15349316

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 7885
/proc/meminfo: memFree=15489024/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=15349316 CPUtime=162.26 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 3778487 0 0 0 15688 538 0 0 20 0 4 0 106687779 15717699584 3778528 33554432000 4194304 16246674 140737181244864 140737181242816 14016700 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 3837329 3778528 850 2943 0 3834223 0
[pid=7879/tid=7880] ppid=7876 vsize=15349316 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 15717699584 3778528 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=15349316 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 15717699584 3778528 33554432000 4194304 16246674 140737181244864 139743563062288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=15349316 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 15717699584 3778528 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 15349316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+187.207 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7886
/proc/meminfo: memFree=14970796/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=15898180 CPUtime=187.16 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) R 7876 7879 4590 0 -1 4202496 3915498 0 0 0 18154 562 0 0 20 0 4 0 106687779 16279736320 3915539 33554432000 4194304 16246674 140737181244864 140737181244040 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 3974545 3915539 850 2943 0 3971439 0
[pid=7879/tid=7880] ppid=7876 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7880/stat : 7880 (toysat) S 7876 7879 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106687779 16279736320 3915539 33554432000 4194304 16246674 140737181244864 139743573552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7879/tid=7881] ppid=7876 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7881/stat : 7881 (toysat) S 7876 7879 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106687779 16279736320 3915539 33554432000 4194304 16246674 140737181244864 139743563062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) S 7876 7879 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106687779 16279736320 3915539 33554432000 4194304 16246674 140737181244864 139743552588976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 187.16
Current children cumulated vsize (KiB) 15898180

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

[startup+187.305 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7886
/proc/meminfo: memFree=14970796/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=0 CPUtime=187.26 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) Z 7876 7879 4590 0 -1 4203532 3915821 0 0 0 18155 571 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 0 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) R 7876 7879 4590 0 -1 4203588 2 0 0 0 0 8 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 187.26
Current children cumulated vsize (KiB) 0

[startup+187.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7886
/proc/meminfo: memFree=14970796/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=0 CPUtime=187.66 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) Z 7876 7879 4590 0 -1 4203532 3915821 0 0 0 18155 611 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 0 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=0 CPUtime=0.47 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) R 7876 7879 4590 0 -1 4203588 2 0 0 0 0 47 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 0

[startup+187.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7886
/proc/meminfo: memFree=14970796/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=0 CPUtime=187.86 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) Z 7876 7879 4590 0 -1 4203532 3915821 0 0 0 18155 631 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 0 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=0 CPUtime=0.67 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) R 7876 7879 4590 0 -1 4203588 2 0 0 0 0 67 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 187.86
Current children cumulated vsize (KiB) 0

[startup+188 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7886
/proc/meminfo: memFree=14970796/32872528 swapFree=11372/178980
[pid=7879] ppid=7876 vsize=0 CPUtime=187.96 cores=0,2,4,6
/proc/7879/stat : 7879 (toysat) Z 7876 7879 4590 0 -1 4203532 3915821 0 0 0 18155 641 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7879/statm: 0 0 0 0 0 0 0
[pid=7879/tid=7882] ppid=7876 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/7879/task/7882/stat : 7882 (toysat) R 7876 7879 4590 0 -1 4203588 2 0 0 0 0 77 0 0 20 0 2 0 106687779 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 187.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 188.056
CPU time (s): 188.015
CPU user time (s): 181.55
CPU system time (s): 6.46502
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.55
system time used= 6.46502
maximum resident set size= 15663448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3915821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65
involuntary context switches= 244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.613906 second user time and 1.02584 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 23:12:11
IDJOB=4079100
IDBENCH=2977
IDSOLVER=2542
FILE ID=node105/4079100-1465247531
RUNJOBID= node105-1465220657-4606
PBS_JOBID= 19843223
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 37b8d6470d70c8bd94b60d5c165e51c9
RANDOM SEED=443640095

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.813
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.62
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.813
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.813
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.813
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.813
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		: 2666.813
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		: 2666.813
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.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30629840 kB
Buffers:           52612 kB
Cached:           138900 kB
SwapCached:         1756 kB
Active:          1267544 kB
Inactive:          91456 kB
Active(anon):    1168344 kB
Inactive(anon):     1504 kB
Active(file):      99200 kB
Inactive(file):    89952 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:             16540 kB
Writeback:            24 kB
AnonPages:       1346268 kB
Mapped:            10900 kB
Shmem:                 0 kB
Slab:             569820 kB
SReclaimable:      13256 kB
SUnreclaim:       556564 kB
KernelStack:        1472 kB
PageTables:         6816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1489688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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= 71716 MiB
End job on node105 at 2016-06-06 23:15:19