Trace number 4079099

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) 172.875 172.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155.opb
MD5SUMf9b76191a976f83d8bf11f6a4ae64237
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.863868
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
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 constraint1860
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880077443495339516213980
Number of bits of the biggest sum of numbers91
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:20:55+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079099-1465248055.opb"]
0.00/0.01	c use --random-gen="2097504575 55859116 2160696062 3028171641 3065541948 2846034455 3361479531 4287506926 1470935083 1499180847 2760138420 997058865 3822565637 2822352073 798741843 818630713 368255223 2232966840 441156456 2200685830 1237617612 2048038 2541459404 649883768 2802790417 3012079104 2765260060 932047402 3906945985 3099320055 621520068 1620793554 516183040 485200406 2968183265 2996683822 3995712845 1256083742 2277928870 1899825395 66694299 1482228311 663226318 3852369208 4069794330 969198133 1700999642 4033995663 481828685 436881613 2889648613 540261076 3660018018 716958271 101731545 3665773872 839206908 79311737 1311524414 3698900965 1751731556 3833037919 729445364 296057002 1984048700 2161661162 3199389397 1200074652 3192838066 328883600 113934190 3312613184 2179859058 2232808078 2077142197 3049031942 732326029 173061441 2536119013 3943186071 1699237666 283352313 1423641213 1316948850 617388973 590979136 545542208 2658135523 645046722 3495936701 633640917 3568400356 3200503184 1813577267 4001810237 65257207 3812189395 231530986 3757350883 3405304919 3424180811 2914882777 2291987978 3829706894 561138674 1178455852 4013935713 3465720125 3457656000 3315202005 3040070071 2581115572 556815336 3953195436 623596476 3838473844 3169726808 649291804 568436666 1685825921 3370712601 3619912932 3151319447 2239463925 673395874 345669938 2270129116 2256375203 2629932742 3145599626 2915201235 3845394403 1781364000 184297486 1548227871 3325907459 536247555 2781014970 1226014516 4075358635 640733368 3384148101 1343841586 2004296564 197930443 2919384501 2922617752 3023695918 1328819486 1702308970 1651104005 817291864 2436539998 3586783543 1235018380 2347960498 4060664160 838482959 730795003 1764998603 2656212050 2528041732 1668568208 2217382690 2122156331 974922361 1693153460 1386668878 2441570974 2225810934 1823600418 351975708 3994502493 129328579 2226069107 642277931 1870827704 2482038996 1445459731 655809152 3539458967 1399980812 1370955401 4002491210 287971581 4223460845 1149302828 491910597 1329522233 230152417 1353064152 2212451330 322912582 4044902427 3939740461 2698055157 2643868919 498527188 1088879478 3040900371 124392040 1132370424 2551282298 207621614 801985026 790346228 2165461153 2024538162 1385727803 3047141521 3720201940 3755003564 2639953876 842250832 2294547852 1564939459 1453737940 1509588449 1989006082 2610606494 3312990336 289906499 349694507 1924866429 1052021635 1926210757 1975313325 237969610 377918475 815931061 973476680 545849673 2134357171 3738652081 2129551342 2469275193 3945363786 605434934 3283588801 418520142 1084037501 1135512040 370636102 3061304003 2426378354 1789492932 2169112618 3147961805 3547984222 992598451 286927993 3084968124 3581291125 2112395379 26108840 2123791066 255 362436" option to reproduce the execution
0.00/0.06	c #vars 1951
0.00/0.06	c #constraints 5581

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

pid=3006
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.38 2.25 2.19 3/180 3009
/proc/meminfo: memFree=16070260/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=671164 CPUtime=0 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 2493 0 0 0 0 0 0 0 20 0 4 0 106739045 687271936 2854 33554432000 4194304 16246674 140734070348704 140734070348128 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 168559 2863 441 2943 0 165453 0
[pid=3009/tid=3010] ppid=3006 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 733409280 3029 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=720316 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 737603584 3047 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106739045 741797888 3063 33554432000 4194304 16246674 140734070348704 139928316923056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.38 2.25 2.19 3/180 3009
/proc/meminfo: memFree=16070260/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 20281 0 0 0 6 3 0 0 20 0 4 0 106739045 1249447936 20580 33554432000 4194304 16246674 140734070348704 140734070348016 12481124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 305041 20588 833 2943 0 301935 0
[pid=3009/tid=3010] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 20593 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 20599 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 20604 33554432000 4194304 16246674 140734070348704 139928316923056 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) 1220164

[startup+0.200537 s]
/proc/loadavg: 2.38 2.25 2.19 3/180 3009
/proc/meminfo: memFree=16070260/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=1220164 CPUtime=0.19 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 42894 0 0 0 12 7 0 0 20 0 4 0 106739045 1249447936 43193 33554432000 4194304 16246674 140734070348704 140734070348016 12371341 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 305041 43205 844 2943 0 301935 0
[pid=3009/tid=3010] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 43211 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 43218 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 43225 33554432000 4194304 16246674 140734070348704 139928316923056 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) 1220164

[startup+0.300489 s]
/proc/loadavg: 2.38 2.25 2.19 3/180 3009
/proc/meminfo: memFree=16070260/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=1220164 CPUtime=0.29 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 66111 0 0 0 20 9 0 0 20 0 4 0 106739045 1249447936 66411 33554432000 4194304 16246674 140734070348704 140734070330624 13007928 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 305041 66426 844 2943 0 301935 0
[pid=3009/tid=3010] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 66435 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 66444 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 66453 33554432000 4194304 16246674 140734070348704 139928316923056 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) 1220164

[startup+0.70037 s]
/proc/loadavg: 2.38 2.25 2.19 3/180 3009
/proc/meminfo: memFree=16070260/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=1220164 CPUtime=0.69 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 153646 0 0 0 48 21 0 0 20 0 4 0 106739045 1249447936 153945 33554432000 4194304 16246674 140734070348704 140734070330624 12429797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 305041 153952 844 2943 0 301935 0
[pid=3009/tid=3010] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 153955 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 153959 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 1249447936 153962 33554432000 4194304 16246674 140734070348704 139928316923056 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) 1220164

[startup+1.50037 s]
/proc/loadavg: 2.38 2.25 2.19 3/184 3013
/proc/meminfo: memFree=14902464/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=1405508 CPUtime=1.49 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 292458 0 0 0 108 41 0 0 20 0 4 0 106739045 1439240192 292757 33554432000 4194304 16246674 140734070348704 140734070348016 12371432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 351377 292757 845 2943 0 348271 0
[pid=3009/tid=3010] ppid=3006 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 1439240192 292757 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 1439240192 292757 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 1439240192 292757 33554432000 4194304 16246674 140734070348704 139928316923056 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) 1405508

[startup+3.10038 s]
/proc/loadavg: 2.38 2.25 2.19 3/184 3013
/proc/meminfo: memFree=14582792/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=1405508 CPUtime=3.09 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 292519 0 0 0 268 41 0 0 20 0 4 0 106739045 1439240192 292818 33554432000 4194304 16246674 140734070348704 140734070348016 12371341 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 351377 292818 845 2943 0 348271 0
[pid=3009/tid=3010] ppid=3006 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 1439240192 292818 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 1439240192 292818 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 1439240192 292818 33554432000 4194304 16246674 140734070348704 139928316923056 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) 1405508

[startup+6.30039 s]
/proc/loadavg: 2.35 2.25 2.19 3/184 3013
/proc/meminfo: memFree=13915344/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=1735236 CPUtime=6.29 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 374789 0 0 0 578 51 0 0 20 0 4 0 106739045 1776881664 375088 33554432000 4194304 16246674 140734070348704 140734070347368 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 433809 375099 845 2943 0 430703 0
[pid=3009/tid=3010] ppid=3006 vsize=1735236 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 1776881664 375105 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=1735236 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 1776881664 375112 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=1735236 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 1776881664 375118 33554432000 4194304 16246674 140734070348704 139928316923056 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) 1735236

[startup+12.7004 s]
/proc/loadavg: 2.32 2.25 2.19 4/183 3062
/proc/meminfo: memFree=27168128/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=2934340 CPUtime=12.69 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 674493 0 0 0 1175 94 0 0 20 0 4 0 106739045 3004764160 674792 33554432000 4194304 16246674 140734070348704 140734070346560 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 733585 674802 845 2943 0 730479 0
[pid=3009/tid=3010] ppid=3006 vsize=2934340 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 3004764160 674807 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=2934340 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 3004764160 674813 33554432000 4194304 16246674 140734070348704 139928327396368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=2934340 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 3004764160 674818 33554432000 4194304 16246674 140734070348704 139928316923056 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) 2934340

[startup+25.5005 s]
/proc/loadavg: 2.25 2.23 2.19 4/183 3062
/proc/meminfo: memFree=22119548/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=5692996 CPUtime=25.48 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 1364392 0 0 0 2359 189 0 0 20 0 4 0 106739045 5829627904 1364691 33554432000 4194304 16246674 140734070348704 140734070347800 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 1423249 1364691 845 2943 0 1420143 0
[pid=3009/tid=3010] ppid=3006 vsize=5692996 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 5829627904 1364691 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=5692996 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 5829627904 1364691 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=5692996 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 5829627904 1364691 33554432000 4194304 16246674 140734070348704 139928316923056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5692996

[startup+51.1005 s]
/proc/loadavg: 2.31 2.25 2.19 3/183 3062
/proc/meminfo: memFree=14866580/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=10204740 CPUtime=51.08 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 2492084 0 0 0 4774 334 0 0 20 0 4 0 106739045 10449653760 2492383 33554432000 4194304 16246674 140734070348704 140734070347368 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 2551185 2492394 845 2943 0 2548079 0
[pid=3009/tid=3010] ppid=3006 vsize=10204740 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 10449653760 2492399 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=10204740 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 10449653760 2492404 33554432000 4194304 16246674 140734070348704 139928327396368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=10204740 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 10449653760 2492410 33554432000 4194304 16246674 140734070348704 139928316923056 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) 10204740

[startup+102.301 s]
/proc/loadavg: 2.27 2.24 2.19 3/183 3063
/proc/meminfo: memFree=5764308/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=12153412 CPUtime=102.27 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 2934116 0 0 0 9831 396 0 0 20 0 4 0 106739045 12445093888 2979383 33554432000 4194304 16246674 140734070348704 140734070346560 14013977 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 3038353 2979383 850 2943 0 3035247 0
[pid=3009/tid=3010] ppid=3006 vsize=12153412 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 12445093888 2979383 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=12153412 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 12445093888 2979383 33554432000 4194304 16246674 140734070348704 139928327396368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=12153412 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 12445093888 2979383 33554432000 4194304 16246674 140734070348704 139928316923056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12153412

[startup+162.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/183 3113
/proc/meminfo: memFree=16686192/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=13595204 CPUtime=162.26 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 3244249 0 0 0 15779 447 0 0 20 0 4 0 106739045 13921488896 3340105 33554432000 4194304 16246674 140734070348704 140734070346624 14013642 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 3398801 3340105 850 2943 0 3395695 0
[pid=3009/tid=3010] ppid=3006 vsize=13595204 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 13921488896 3340105 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=13595204 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 13921488896 3340105 33554432000 4194304 16246674 140734070348704 139928327396368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=13595204 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 13921488896 3340105 33554432000 4194304 16246674 140734070348704 139928316923056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13595204



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+172.1 s]
/proc/loadavg: 2.15 2.21 2.18 4/183 3113
/proc/meminfo: memFree=13746480/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=15909444 CPUtime=172.05 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) R 3006 3009 32454 0 -1 4202496 3822792 0 0 0 16672 533 0 0 20 0 4 0 106739045 16291270656 3918648 33554432000 4194304 16246674 140734070348704 140734070347800 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 3977361 3918648 850 2943 0 3974255 0
[pid=3009/tid=3010] ppid=3006 vsize=15909444 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3010/stat : 3010 (toysat) S 3006 3009 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106739045 16291270656 3918648 33554432000 4194304 16246674 140734070348704 139928337886448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=15909444 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) S 3006 3009 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106739045 16291270656 3918648 33554432000 4194304 16246674 140734070348704 139928327396592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3009/tid=3012] ppid=3006 vsize=15909444 CPUtime=0 cores=1,3,5,7
/proc/3009/task/3012/stat : 3012 (toysat) S 3006 3009 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106739045 16291270656 3918648 33554432000 4194304 16246674 140734070348704 139928316923056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 172.05
Current children cumulated vsize (KiB) 15909444

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

[startup+172.4 s]
/proc/loadavg: 2.15 2.21 2.18 4/183 3113
/proc/meminfo: memFree=13746480/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=0 CPUtime=172.35 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) Z 3006 3009 32454 0 -1 4203532 3823306 0 0 0 16673 562 0 0 20 0 2 0 106739045 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 0 0 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) R 3006 3009 32454 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 106739045 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) 172.35
Current children cumulated vsize (KiB) 0

[startup+172.807 s]
/proc/loadavg: 2.15 2.21 2.18 4/181 3113
/proc/meminfo: memFree=24776060/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=0 CPUtime=172.76 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) Z 3006 3009 32454 0 -1 4203532 3823306 0 0 0 16673 603 0 0 20 0 2 0 106739045 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 0 0 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=0 CPUtime=0.69 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) R 3006 3009 32454 0 -1 4203588 8 0 0 0 0 69 0 0 20 0 2 0 106739045 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) 172.76
Current children cumulated vsize (KiB) 0

[startup+172.9 s]
/proc/loadavg: 2.15 2.21 2.18 4/181 3113
/proc/meminfo: memFree=24776060/32872528 swapFree=16080/1655368
[pid=3009] ppid=3006 vsize=0 CPUtime=172.85 cores=1,3,5,7
/proc/3009/stat : 3009 (toysat) Z 3006 3009 32454 0 -1 4203532 3823306 0 0 0 16673 612 0 0 20 0 2 0 106739045 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3009/statm: 0 0 0 0 0 0 0
[pid=3009/tid=3011] ppid=3006 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/3009/task/3011/stat : 3011 (toysat) R 3006 3009 32454 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 106739045 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) 172.85
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 172.92
CPU time (s): 172.875
CPU user time (s): 166.733
CPU system time (s): 6.14207
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 15909444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.733
system time used= 6.14207
maximum resident set size= 15676648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3823306
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= 85
involuntary context switches= 178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.485926 second user time and 0.650901 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-06 23:20:55
IDJOB=4079099
IDBENCH=3038
IDSOLVER=2542
FILE ID=node122/4079099-1465248055
RUNJOBID= node122-1465218907-32471
PBS_JOBID= 19843205
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=60-sizeP=31-sizeQ=60-472296155.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079099-1465248055/watcher-4079099-1465248055 -o /tmp/evaluation-result-4079099-1465248055/solver-4079099-1465248055 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465218907-32471 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079099-1465248055.opb

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

MD5SUM BENCH= f9b76191a976f83d8bf11f6a4ae64237
RANDOM SEED=1569368422

node122.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.898
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.79
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.898
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.898
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.54
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.898
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.898
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.898
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.898
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.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        16073500 kB
Buffers:           54916 kB
Cached:           120184 kB
SwapCached:          860 kB
Active:         14330172 kB
Inactive:          83008 kB
Active(anon):   14238864 kB
Inactive(anon):     1584 kB
Active(file):      91308 kB
Inactive(file):    81424 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099464 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:      15893180 kB
Mapped:            10496 kB
Shmem:                 0 kB
Slab:             569096 kB
SReclaimable:      13172 kB
SUnreclaim:       555924 kB
KernelStack:        1528 kB
PageTables:        34896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   16040584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1669120 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= 71708 MiB
End job on node122 at 2016-06-06 23:23:48