Trace number 4105653

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) 151.751 151.811

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794-max.opb
MD5SUMc918ba57e672047ee392792cccc2b48f
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 variables34451
Total number of constraints102181
Number of constraints which are clauses102180
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 constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567049488946071148219999644591778013249122585915275136925506681211892051858120822619
Number of bits of the biggest sum of numbers391
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-18T14:56:36+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-4105653-1466254596.opb"]
0.00/0.01	c use --random-gen="2600313395 118385189 3182359232 986090992 1608518408 964288333 632593384 3992268484 3459705 2962532842 319706508 3453867016 798112003 2013828155 3173796683 3873047874 1291191173 2506960381 2590190285 1799283160 357250888 4256957379 1652384463 2005029302 2255282104 2610194737 3584962122 1925896515 4177073229 1435374531 140765731 3798088806 630197542 898104251 1419284730 3984890557 459355876 4157364423 2209823201 3734678971 2885077127 1834888876 1989088473 3601385354 131494926 3928241845 977715611 547330384 2560721870 304143799 3941208125 2438971520 2539075173 518606343 2447037051 2333667605 813296490 3146124636 3721307637 1866219173 75353851 1733420804 3789548422 1743697048 3916086990 1195562976 2286781573 1619140957 4070634642 2943887887 710348491 3986752174 914367822 3664840322 2527149455 722041805 856711794 925655382 1417221002 3835738781 324053727 2029487291 4284646679 2296228305 3874582259 1441802788 2941089879 1225937483 577089883 2000543479 1866772458 3753415693 1436278097 1470241485 2707028940 2035208682 1207342772 982898255 3987504611 535984539 842826128 1489288 4080396923 3313611405 4012554732 2649033494 2399666839 37746535 1793820434 483996040 3979382313 3110446076 2318653005 1553141213 404755210 446737028 2360335193 93851667 4075759376 946130136 3561731037 2846246171 2716054623 1782691337 640746171 695078910 1846856108 962553884 2075676773 2398203221 3825355724 289983821 3692695853 251331357 1113805008 2965184042 20869906 938338240 130233536 2121597754 3516656492 2534886946 1594456118 1272311857 4193629766 1739643303 4249687731 3808123068 3065961659 1219592661 1116371495 662837664 2235037054 1098392561 4071875031 1147632165 3794061906 1709776516 4181438327 2183530995 2430549688 3500805316 768184947 294473047 245359875 1762848006 1986327348 707695649 1342054821 3175341198 3104963363 2030260935 3539075328 1552011174 2200443597 4076355421 3394370600 858236375 2251748338 4180092306 252743182 3310904193 556078076 2896104210 2880101538 700579415 3072751297 2517831153 1259431054 402033416 478552086 524371641 2456896750 2640831950 1427256515 736058657 1045107873 2878092041 2764409214 3269788705 3082736423 2790225967 3751361217 2170020689 1046044057 319976680 3123819834 2912020164 3188643167 4226335701 493833346 1686353802 3627512203 2328043837 549171114 2174523735 2079931950 1065037574 686031454 830961484 226758029 3050867928 69110856 1268988653 696236591 855988991 706277360 86006979 1153837208 3388573818 3145348694 2246344335 2564154386 2760681546 3121799203 2168543207 3325971135 16912412 1224516391 2706652803 4128009914 1989455960 3323205349 786255784 2331640494 1571432858 2738316541 2254463681 1702518743 490167116 4167193553 3786069474 3550028708 1171033454 8386866 1212765702 255 362436" option to reproduce the execution
0.69/0.77	c #vars 34451
0.69/0.77	c #constraints 102181

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

pid=23881
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: 1.92 2.00 1.99 3/179 23884
/proc/meminfo: memFree=30562928/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=755132 CPUtime=0 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 2822 0 0 0 0 0 0 0 20 0 4 0 27509549 773255168 3183 33554432000 4194304 16246674 140736989315376 140736989314800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 189551 3192 441 2943 0 186445 0
[pid=23884/tid=23885] ppid=23881 vsize=772540 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 791080960 3251 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=777660 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 796323840 3268 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=781756 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27509549 800518144 3287 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 23884
/proc/meminfo: memFree=30562928/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 26113 0 0 0 6 3 0 0 20 0 4 0 27509549 1250496512 26412 33554432000 4194304 16246674 140736989315376 140736989314688 4220491 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 305297 26412 799 2943 0 302191 0
[pid=23884/tid=23885] ppid=23881 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 1250496512 26412 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 1250496512 26412 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 1250496512 26412 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200514 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 23884
/proc/meminfo: memFree=30562928/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 48227 0 0 0 14 5 0 0 20 0 4 0 27509549 1343819776 49037 33554432000 4194304 16246674 140736989315376 140736989314688 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 328081 49045 799 2943 0 324975 0
[pid=23884/tid=23885] ppid=23881 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 1343819776 49048 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 1343819776 49053 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 1343819776 49057 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.30045 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 23884
/proc/meminfo: memFree=30562928/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 61102 0 0 0 22 7 0 0 20 0 4 0 27509549 1344868352 61912 33554432000 4194304 16246674 140736989315376 140736989313216 4220982 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 328337 61912 799 2943 0 325231 0
[pid=23884/tid=23885] ppid=23881 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 1344868352 61912 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 1344868352 61912 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 1344868352 61912 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700425 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 23884
/proc/meminfo: memFree=30562928/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 66738 0 0 0 61 8 0 0 20 0 4 0 27509549 1344868352 67548 33554432000 4194304 16246674 140736989315376 140736989313216 7439608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 328337 67548 802 2943 0 325231 0
[pid=23884/tid=23885] ppid=23881 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 1344868352 67548 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 1344868352 67548 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 1344868352 67548 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50043 s]
/proc/loadavg: 1.92 2.00 1.99 3/183 23888
/proc/meminfo: memFree=30175400/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=1322564 CPUtime=1.49 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 166799 0 0 0 124 25 0 0 20 0 4 0 27509549 1354305536 167609 33554432000 4194304 16246674 140736989315376 140736989297280 6965916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 330641 167618 837 2943 0 327535 0
[pid=23884/tid=23885] ppid=23881 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 1354305536 167623 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 1354305536 167628 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 1354305536 167633 33554432000 4194304 16246674 140736989315376 140117838646448 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) 1322564

[startup+3.10043 s]
/proc/loadavg: 1.92 2.00 1.99 3/183 23888
/proc/meminfo: memFree=29476040/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=1335876 CPUtime=3.08 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 274602 0 0 0 268 40 0 0 20 0 4 0 27509549 1367937024 275412 33554432000 4194304 16246674 140736989315376 140736989314688 12386576 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 333969 275412 847 2943 0 330863 0
[pid=23884/tid=23885] ppid=23881 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 1367937024 275412 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 1367937024 275412 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 1367937024 275412 33554432000 4194304 16246674 140736989315376 140117838646448 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) 1335876

[startup+6.30041 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 23888
/proc/meminfo: memFree=29192624/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=1605188 CPUtime=6.28 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 341932 0 0 0 579 49 0 0 20 0 4 0 27509549 1643712512 342742 33554432000 4194304 16246674 140736989315376 140736989313216 4221979 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 401297 342742 847 2943 0 398191 0
[pid=23884/tid=23885] ppid=23881 vsize=1605188 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 1643712512 342742 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=1605188 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 1643712512 342742 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=1605188 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 1643712512 342742 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1605188

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 23888
/proc/meminfo: memFree=28835872/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=2348612 CPUtime=12.69 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 527585 0 0 0 1194 75 0 0 20 0 4 0 27509549 2404978688 528396 33554432000 4194304 16246674 140736989315376 140736989313216 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 587153 528404 847 2943 0 584047 0
[pid=23884/tid=23885] ppid=23881 vsize=2348612 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 2404978688 528409 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=2348612 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 2404978688 528415 33554432000 4194304 16246674 140736989315376 140117849119760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=2348612 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 2404978688 528420 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2348612

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 23888
/proc/meminfo: memFree=26412464/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=4381252 CPUtime=25.48 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 1035948 0 0 0 2404 144 0 0 20 0 4 0 27509549 4486402048 1036758 33554432000 4194304 16246674 140736989315376 140736989314552 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 1095313 1036758 847 2943 0 1092207 0
[pid=23884/tid=23885] ppid=23881 vsize=4381252 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 4486402048 1036758 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=4381252 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 4486402048 1036758 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=4381252 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 4486402048 1036758 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4381252

[startup+51.1005 s]
/proc/loadavg: 1.96 2.00 1.99 3/183 23888
/proc/meminfo: memFree=21330912/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=9452100 CPUtime=51.07 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 2303666 0 0 0 4801 306 0 0 20 0 4 0 27509549 9678950400 2304472 33554432000 4194304 16246674 140736989315376 140736989314472 4206674 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 2363025 2304472 847 2943 0 2359919 0
[pid=23884/tid=23885] ppid=23881 vsize=9452100 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 9678950400 2304472 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=9452100 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 9678950400 2304472 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=9452100 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 9678950400 2304472 33554432000 4194304 16246674 140736989315376 140117838646448 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) 9452100

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/183 23889
/proc/meminfo: memFree=17610216/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=13165124 CPUtime=102.26 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 3231936 0 0 0 9785 441 0 0 20 0 4 0 27509549 13481086976 3232734 33554432000 4194304 16246674 140736989315376 140736989313344 14014083 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 3291281 3232734 852 2943 0 3288175 0
[pid=23884/tid=23885] ppid=23881 vsize=13165124 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 13481086976 3232734 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=13165124 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 13481086976 3232734 33554432000 4194304 16246674 140736989315376 140117849119760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=13165124 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 13481086976 3232734 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13165124



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+150.807 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 23890
/proc/meminfo: memFree=14912760/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=15891012 CPUtime=150.75 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) R 23881 23884 20760 0 -1 4202496 3913361 0 0 0 14527 548 0 0 20 0 4 0 27509549 16272396288 3914151 33554432000 4194304 16246674 140736989315376 140736989314472 4225176 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 3972753 3914156 852 2943 0 3969647 0
[pid=23884/tid=23885] ppid=23881 vsize=15891012 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) S 23881 23884 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27509549 16272396288 3914162 33554432000 4194304 16246674 140736989315376 140117859609840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23884/tid=23886] ppid=23881 vsize=15891012 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23886/stat : 23886 (toysat) S 23881 23884 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27509549 16272396288 3914166 33554432000 4194304 16246674 140736989315376 140117849119984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23884/tid=23887] ppid=23881 vsize=15891012 CPUtime=0 cores=0,2,4,6
/proc/23884/task/23887/stat : 23887 (toysat) S 23881 23884 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27509549 16272396288 3914170 33554432000 4194304 16246674 140736989315376 140117838646448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 150.75
Current children cumulated vsize (KiB) 15891012

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

[startup+151.2 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 23890
/proc/meminfo: memFree=14912760/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=0 CPUtime=151.13 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) Z 23881 23884 20760 0 -1 4203532 3913751 0 0 0 14527 586 0 0 20 0 2 0 27509549 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 0 0 0 0 0 0 0
[pid=23884/tid=23885] ppid=23881 vsize=0 CPUtime=0.37 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) R 23881 23884 20760 0 -1 4203588 9 0 0 0 0 37 0 0 20 0 2 0 27509549 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 151.13
Current children cumulated vsize (KiB) 0

[startup+151.6 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 23890
/proc/meminfo: memFree=14912760/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=0 CPUtime=151.53 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) Z 23881 23884 20760 0 -1 4203532 3913751 0 0 0 14527 626 0 0 20 0 2 0 27509549 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 0 0 0 0 0 0 0
[pid=23884/tid=23885] ppid=23881 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) R 23881 23884 20760 0 -1 4203588 9 0 0 0 0 77 0 0 20 0 2 0 27509549 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 151.53
Current children cumulated vsize (KiB) 0

[startup+151.8 s]
/proc/loadavg: 1.99 2.00 1.99 3/181 23890
/proc/meminfo: memFree=30390832/32872528 swapFree=163656/177964
[pid=23884] ppid=23881 vsize=0 CPUtime=151.74 cores=0,2,4,6
/proc/23884/stat : 23884 (toysat) Z 23881 23884 20760 0 -1 4203532 3913751 0 0 0 14527 647 0 0 20 0 2 0 27509549 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23884/statm: 0 0 0 0 0 0 0
[pid=23884/tid=23885] ppid=23881 vsize=0 CPUtime=0.98 cores=0,2,4,6
/proc/23884/task/23885/stat : 23885 (toysat) R 23881 23884 20760 0 -1 4203588 9 0 0 0 0 98 0 0 20 0 2 0 27509549 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 151.74
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 151.811
CPU time (s): 151.751
CPU user time (s): 145.28
CPU system time (s): 6.47102
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 15891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.28
system time used= 6.47102
maximum resident set size= 15658164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3913751
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= 88
involuntary context switches= 164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.422935 second user time and 0.569913 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 14:56:36
IDJOB=4105653
IDBENCH=2968
IDSOLVER=2542
FILE ID=node105/4105653-1466254596
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105653-1466254596/watcher-4105653-1466254596 -o /tmp/evaluation-result-4105653-1466254596/solver-4105653-1466254596 -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-4105653-1466254596.opb

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

MD5SUM BENCH= c918ba57e672047ee392792cccc2b48f
RANDOM SEED=664683842

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:        30563572 kB
Buffers:          112924 kB
Cached:           204124 kB
SwapCached:         1676 kB
Active:          1172952 kB
Inactive:         219528 kB
Active(anon):    1073312 kB
Inactive(anon):     4412 kB
Active(file):      99640 kB
Inactive(file):   215116 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             21368 kB
Writeback:             0 kB
AnonPages:       1252300 kB
Mapped:            10480 kB
Shmem:                 0 kB
Slab:             604352 kB
SReclaimable:      48032 kB
SUnreclaim:       556320 kB
KernelStack:        1504 kB
PageTables:         6588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1396200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1079296 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= 71712 MiB
End job on node105 at 2016-06-18 14:59:08