Trace number 4079083

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) 159.377 159.428

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-999529433.opb
MD5SUMa65cda8d8a424008ced1e00002242a19
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 benchmark2.66259
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 variables39901
Total number of constraints118441
Number of constraints which are clauses118440
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 constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274290488264820097939793578523366423469831924776142526293328950606202579825495873831248858
Number of bits of the biggest sum of numbers421
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:09:31+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-4079083-1465247371.opb"]
0.00/0.01	c use --random-gen="4105512047 567329465 763107231 2116187236 2457978076 2557333196 1912007787 1712014715 2596201817 3831307112 1555834855 2576684804 1055838928 2695099475 669818259 2486807002 1123285217 141074983 3619382602 4210024021 2204060761 2703428642 2816706303 108857484 3266275646 2454703753 1025462633 3841647978 2141762776 4276390825 635142732 1891520189 1148275772 142626805 184579915 4077637818 3527872101 4220966279 353273045 2505478415 154878202 1364477203 2203365475 2102049500 181985435 19149777 75490544 3774746234 4126646198 1578647411 3534896151 4133522695 2630076096 4100965479 2276152767 568329744 2153162715 2073037270 1306429807 3804086049 3616370608 1887759312 2065027594 3763038215 2112950905 3838188557 590314440 3021438871 3960372008 3200554173 895229479 2310918954 1004053130 4246341027 2811865323 3610472507 862264623 1495897654 3181549228 527948787 1864476242 3158711428 875182652 3351409104 1424940219 3214140339 1111602097 317911732 914007304 2404073406 3746840236 2711275843 2523853925 4062716757 904338619 3814748297 445970724 291497766 3999287567 239968174 3757545498 1423274417 2605867199 3872627365 687219270 3501918150 2922520941 948029698 1412047319 4272020637 679516809 122397282 932431719 1470322289 4244703974 727103499 678106866 2512347814 1950741037 3466717386 2328864079 4227024862 2962039281 3787984812 2916507540 1509777139 2571243311 3789147342 922610705 2755202502 993235712 3093517382 2070151779 2646289214 2899863868 3164235511 1026986575 3456028665 559465472 1596304434 3695157041 916812620 920101007 1420090416 1641859360 1031920612 2837031169 628652529 1444567680 726657504 1658099678 2382472729 2280049114 3428233012 2571253644 379773414 1183446590 1768856980 289965159 322559754 2977613313 1655876893 2568366064 2600492476 3041248606 3454886407 3870976787 309834769 3849882529 3647684214 1921736035 126551632 3236132312 2195135917 2028600900 1355740485 3422943485 3816575976 2323685509 1179154320 1926432232 2668407133 1499151740 43684653 122168150 180609364 1792080127 1578215545 3384949356 2267684561 3335370206 4161063651 1281336900 1670499252 54013330 3749110183 3914677141 852712987 659653210 1698053325 3521342548 2429690575 3214710855 822525755 4108461136 631309230 532298058 1789490745 2228028465 3315703285 754595034 2341360869 4234049601 1513762794 3993241328 1835756567 4149193970 1090939549 3439407836 3429728087 2352452831 481658373 4068945485 3666407992 417664391 1316470775 3586186016 1634808264 3663742280 1441414810 1247955569 837440940 655997826 3604653468 3004038899 3123352128 2875017520 2542933616 46018418 804140851 1750007920 3028509826 3843441179 4014117013 3707918340 1875368121 1243900295 3533052755 1925067133 2517968036 408587975 1410942556 279824615 3255751968 2051364984 2570608508 255 362436" option to reproduce the execution
0.89/0.91	c #vars 39901
0.89/0.91	c #constraints 118441

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

pid=7821
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.01 2.02 2.00 3/179 7824
/proc/meminfo: memFree=30644452/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=690620 CPUtime=0 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 2573 0 0 0 0 0 0 0 20 0 4 0 106671805 707194880 2933 33554432000 4194304 16246674 140734280407120 140734280406544 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 173423 2943 441 2943 0 170317 0
[pid=7824/tid=7825] ppid=7821 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 726069248 3001 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 728166400 3012 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106671805 732360704 3029 33554432000 4194304 16246674 140734280407120 140580644445360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100233 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 7824
/proc/meminfo: memFree=30644452/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 25126 0 0 0 6 3 0 0 20 0 4 0 106671805 1332285440 25425 33554432000 4194304 16246674 140734280407120 140734280406432 7382994 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 325265 25440 799 2943 0 322159 0
[pid=7824/tid=7825] ppid=7821 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 1332285440 25450 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 1332285440 25461 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 1332285440 25473 33554432000 4194304 16246674 140734280407120 140580644445360 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) 1301060

[startup+0.200522 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 7824
/proc/meminfo: memFree=30644452/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 46830 0 0 0 13 6 0 0 20 0 4 0 106671805 1344868352 47639 33554432000 4194304 16246674 140734280407120 140734280406432 7374617 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 328337 47639 800 2943 0 325231 0
[pid=7824/tid=7825] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 47639 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 47639 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 47639 33554432000 4194304 16246674 140734280407120 140580644445360 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) 1313348

[startup+0.300498 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 7824
/proc/meminfo: memFree=30644452/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 61181 0 0 0 21 8 0 0 20 0 4 0 106671805 1344868352 61990 33554432000 4194304 16246674 140734280407120 140734280406432 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 328337 61990 800 2943 0 325231 0
[pid=7824/tid=7825] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 61990 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 61990 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 61990 33554432000 4194304 16246674 140734280407120 140580644445360 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.700427 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 7824
/proc/meminfo: memFree=30644452/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 71654 0 0 0 60 9 0 0 20 0 4 0 106671805 1344868352 72463 33554432000 4194304 16246674 140734280407120 140734280406296 13879918 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 328337 72463 800 2943 0 325231 0
[pid=7824/tid=7825] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 72463 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 72463 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 1344868352 72463 33554432000 4194304 16246674 140734280407120 140580644445360 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.50035 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7828
/proc/meminfo: memFree=30343988/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=1325636 CPUtime=1.49 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 141219 0 0 0 128 21 0 0 20 0 4 0 106671805 1357451264 142029 33554432000 4194304 16246674 140734280407120 140734280390112 13956216 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 331409 142038 837 2943 0 328303 0
[pid=7824/tid=7825] ppid=7821 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 1357451264 142043 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 1357451264 142048 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 1357451264 142052 33554432000 4194304 16246674 140734280407120 140580644445360 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) 1325636

[startup+3.10036 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7828
/proc/meminfo: memFree=29607792/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=1334852 CPUtime=3.09 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 274346 0 0 0 267 42 0 0 20 0 4 0 106671805 1366888448 275155 33554432000 4194304 16246674 140734280407120 140734280406432 12489824 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 333713 275155 847 2943 0 330607 0
[pid=7824/tid=7825] ppid=7821 vsize=1334852 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 1366888448 275155 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=1334852 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 1366888448 275155 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=1334852 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 1366888448 275155 33554432000 4194304 16246674 140734280407120 140580644445360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1334852

[startup+6.30037 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7828
/proc/meminfo: memFree=29253528/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=1607236 CPUtime=6.29 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 342216 0 0 0 577 52 0 0 20 0 4 0 106671805 1645809664 343025 33554432000 4194304 16246674 140734280407120 140734280404944 4220880 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 401809 343025 847 2943 0 398703 0
[pid=7824/tid=7825] ppid=7821 vsize=1607236 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 1645809664 343025 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=1607236 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 1645809664 343025 33554432000 4194304 16246674 140734280407120 140580654918672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=1607236 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 1645809664 343025 33554432000 4194304 16246674 140734280407120 140580644445360 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) 1607236

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7828
/proc/meminfo: memFree=28945640/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=2006596 CPUtime=12.68 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 442104 0 0 0 1200 68 0 0 20 0 4 0 106671805 2054754304 442913 33554432000 4194304 16246674 140734280407120 140734280405784 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 501649 442920 847 2943 0 498543 0
[pid=7824/tid=7825] ppid=7821 vsize=2006596 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 2054754304 442924 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=2006596 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 2054754304 442929 33554432000 4194304 16246674 140734280407120 140580654918672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=2006596 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 2054754304 442933 33554432000 4194304 16246674 140734280407120 140580644445360 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) 2006596

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7828
/proc/meminfo: memFree=26481992/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=4373060 CPUtime=25.48 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 1033902 0 0 0 2395 153 0 0 20 0 4 0 106671805 4478013440 1034711 33554432000 4194304 16246674 140734280407120 140734280406216 13754050 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 1093265 1034711 847 2943 0 1090159 0
[pid=7824/tid=7825] ppid=7821 vsize=4373060 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 4478013440 1034711 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=4373060 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 4478013440 1034711 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=4373060 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 4478013440 1034711 33554432000 4194304 16246674 140734280407120 140580644445360 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) 4373060

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 7831
/proc/meminfo: memFree=21375924/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=9469508 CPUtime=51.08 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 2308016 0 0 0 4783 325 0 0 20 0 4 0 106671805 9696776192 2308825 33554432000 4194304 16246674 140734280407120 140734280406216 4225146 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 2367377 2308825 847 2943 0 2364271 0
[pid=7824/tid=7825] ppid=7821 vsize=9469508 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 9696776192 2308825 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=9469508 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 9696776192 2308825 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=9469508 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 9696776192 2308825 33554432000 4194304 16246674 140734280407120 140580644445360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9469508

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 7832
/proc/meminfo: memFree=17699940/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=13137476 CPUtime=102.27 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 3225014 0 0 0 9767 460 0 0 20 0 4 0 106671805 13452775424 3225823 33554432000 4194304 16246674 140734280407120 140734280404928 14003528 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 3284369 3225823 852 2943 0 3281263 0
[pid=7824/tid=7825] ppid=7821 vsize=13137476 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 13452775424 3225823 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=13137476 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 13452775424 3225823 33554432000 4194304 16246674 140734280407120 140580654918672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=13137476 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 13452775424 3225823 33554432000 4194304 16246674 140734280407120 140580644445360 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) 13137476



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+158.507 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 7834
/proc/meminfo: memFree=14986492/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=15876676 CPUtime=158.46 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) R 7821 7824 4590 0 -1 4202496 3909715 0 0 0 15271 575 0 0 20 0 4 0 106671805 16257716224 3910525 33554432000 4194304 16246674 140734280407120 140734280404928 4225154 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 3969169 3910531 852 2943 0 3966063 0
[pid=7824/tid=7825] ppid=7821 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) S 7821 7824 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106671805 16257716224 3910535 33554432000 4194304 16246674 140734280407120 140580739853552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7824/tid=7826] ppid=7821 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7826/stat : 7826 (toysat) S 7821 7824 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106671805 16257716224 3910540 33554432000 4194304 16246674 140734280407120 140580654918896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7824/tid=7827] ppid=7821 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/7824/task/7827/stat : 7827 (toysat) S 7821 7824 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106671805 16257716224 3910545 33554432000 4194304 16246674 140734280407120 140580644445360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 158.46
Current children cumulated vsize (KiB) 15876676

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

[startup+159.2 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 7834
/proc/meminfo: memFree=14986492/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=0 CPUtime=159.15 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) Z 7821 7824 4590 0 -1 4203532 3910078 0 0 0 15271 644 0 0 20 0 2 0 106671805 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 0 0 0 0 0 0 0
[pid=7824/tid=7825] ppid=7821 vsize=0 CPUtime=0.67 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) R 7821 7824 4590 0 -1 4203588 9 0 0 0 0 67 0 0 20 0 2 0 106671805 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) 159.15
Current children cumulated vsize (KiB) 0

[startup+159.4 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 7834
/proc/meminfo: memFree=14986492/32872528 swapFree=11372/178980
[pid=7824] ppid=7821 vsize=0 CPUtime=159.35 cores=0,2,4,6
/proc/7824/stat : 7824 (toysat) Z 7821 7824 4590 0 -1 4203532 3910078 0 0 0 15271 664 0 0 20 0 2 0 106671805 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7824/statm: 0 0 0 0 0 0 0
[pid=7824/tid=7825] ppid=7821 vsize=0 CPUtime=0.87 cores=0,2,4,6
/proc/7824/task/7825/stat : 7825 (toysat) R 7821 7824 4590 0 -1 4203588 9 0 0 0 0 87 0 0 20 0 2 0 106671805 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) 159.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 159.428
CPU time (s): 159.377
CPU user time (s): 152.715
CPU system time (s): 6.66199
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 15876676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.715
system time used= 6.66199
maximum resident set size= 15643548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3910078
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= 55
involuntary context switches= 281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.451931 second user time and 0.598908 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 23:09:31
IDJOB=4079083
IDBENCH=2961
IDSOLVER=2542
FILE ID=node105/4079083-1465247371
RUNJOBID= node105-1465220657-4606
PBS_JOBID= 19843223
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= a65cda8d8a424008ced1e00002242a19
RANDOM SEED=1078298061

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:        30645500 kB
Buffers:           52340 kB
Cached:           144560 kB
SwapCached:         1756 kB
Active:          1254708 kB
Inactive:          91036 kB
Active(anon):    1149976 kB
Inactive(anon):     1504 kB
Active(file):     104732 kB
Inactive(file):    89532 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:             22140 kB
Writeback:             0 kB
AnonPages:       1327016 kB
Mapped:            10744 kB
Shmem:                 0 kB
Slab:             570120 kB
SReclaimable:      13504 kB
SUnreclaim:       556616 kB
KernelStack:        1464 kB
PageTables:         6624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1470232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    919552 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 node105 at 2016-06-06 23:12:11