Trace number 4079094

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) 152.869 152.931

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129.opb
MD5SUM66d5880a6e31a2306fb439f7c6328d4b
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 benchmark5.99309
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 variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
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:25+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-4079094-1465248024.opb"]
0.00/0.01	c use --random-gen="2249303883 818233231 4141546864 3610184180 3319146191 2199519670 2509131268 660363931 1046765899 4129880403 3986495904 665158096 2525247984 3145691599 4132484951 3559150393 2120380290 1122672255 3587910034 313385743 1784722121 1189335188 1114062305 2547405769 678007901 2816394115 3781442419 3327565806 2610674566 209225692 2654627309 4006863900 3418700526 1364423399 1518191056 421773139 3859089221 1875122519 2414861571 2790395833 2042087645 443579285 4219680457 2541413209 793223691 1120313606 4113717173 1957592083 288265552 1361168509 3700639031 1495142361 2542989054 436434349 1131424021 3186332678 1250709446 1407242759 1417095418 842367314 4157323777 797090460 1071467772 720963501 2845670714 4293330382 2310419352 1180115876 4115343787 509179523 2704123273 3568733188 3843031237 1515804733 4152793638 2232131501 2104642958 1808964883 676622090 1374788542 3292305582 598492037 3385748292 2512920182 1754462593 1415449208 3693502213 834685566 4125091821 1029391672 551738619 3872764384 4229678303 1044540490 1963848513 1229459715 3795423737 1622265313 2400234029 2611780742 1744905222 987562732 3848387544 4122252985 3446933588 620939351 2775689569 2610763375 1988108545 2731181580 734979831 1290297350 213792640 3449689494 345936149 1943928293 2678841428 2834261933 1297878752 2308435372 2244965536 459892930 487684157 2565322298 3434871024 2238136582 824186891 2427274759 626101617 890120059 1418815392 333194030 2749409043 3922884415 424470886 1999896819 2577064891 1877596666 443078786 2971693432 348742070 2654157241 1840539515 1443460274 1936578806 32328219 1996160036 2281868502 4159243695 3585980616 2204683746 1099066653 1238413908 1701093804 2302366446 2583242423 3758987405 240073460 1898407594 634202282 3243983590 2573073261 471478549 1423117141 4035764543 789431206 264295765 986398276 3220347507 2777891128 3875794216 796311536 1966927021 3987025922 1385902401 4204047738 339089016 3855853373 4246305738 96680512 3271122865 440599382 3182534259 1860339918 2082251868 3906645300 1881702456 2675202620 2270774253 2267136287 3650256720 3487840362 1453762048 1543624747 4168439554 419284241 1732131028 3279294010 3365973310 150238138 3241663701 1812089612 4250909961 1963046157 2722167374 1362272220 2330588900 1541684884 1468582992 346814702 1266739792 4174029310 4144615498 301705991 2838522849 2134178464 2322235419 2590233525 3896868631 344043269 1035044386 4028249967 4091592867 3299643028 754929440 3909633466 959692991 3796892581 69636602 2440285363 2242223039 3146639571 1081769151 2962805264 3364424073 548807113 684642883 1325552974 54581237 1266795995 3985574100 589282689 3708513646 919429580 283344263 199161766 170793106 1200416375 3607050071 1513521155 1609013251 3348474746 2058126033 3758527545 2248335276 384693172 255 362436" option to reproduce the execution
2.49/2.56	c #vars 106951
2.49/2.56	c #constraints 318781

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

pid=12299
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.03 2.03 2.00 3/180 12302
/proc/meminfo: memFree=30372424/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 2742 0 0 0 0 0 0 0 20 0 4 0 106735915 752283648 3102 33554432000 4194304 16246674 140737177155584 140737177155008 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 184175 3111 441 2943 0 181069 0
[pid=12302/tid=12303] ppid=12299 vsize=753084 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 771158016 3175 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=757180 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 775352320 3193 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=761276 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106735915 779546624 3209 33554432000 4194304 16246674 140737177155584 140552794266800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100141 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 12302
/proc/meminfo: memFree=30372424/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 26228 0 0 0 6 3 0 0 20 0 4 0 106735915 1332285440 26527 33554432000 4194304 16246674 140737177155584 140737177154896 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 325265 26541 800 2943 0 322159 0
[pid=12302/tid=12303] ppid=12299 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1332285440 26552 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1332285440 26563 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1332285440 26573 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1301060

[startup+0.20052 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 12302
/proc/meminfo: memFree=30372424/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1314372 CPUtime=0.19 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 46833 0 0 0 13 6 0 0 20 0 4 0 106735915 1345916928 47642 33554432000 4194304 16246674 140737177155584 140737177154896 7374501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 328593 47642 801 2943 0 325487 0
[pid=12302/tid=12303] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 47642 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 47642 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 47642 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1314372

[startup+0.300505 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 12302
/proc/meminfo: memFree=30372424/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 64638 0 0 0 21 8 0 0 20 0 4 0 106735915 1345916928 65447 33554432000 4194304 16246674 140737177155584 140737177154896 4220480 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 328593 65447 801 2943 0 325487 0
[pid=12302/tid=12303] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 65447 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 65447 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 65447 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1314372

[startup+0.700361 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 12302
/proc/meminfo: memFree=30372424/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 69725 0 0 0 60 9 0 0 20 0 4 0 106735915 1345916928 70534 33554432000 4194304 16246674 140737177155584 140737177138576 7378286 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 328593 70534 801 2943 0 325487 0
[pid=12302/tid=12303] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 70534 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 70534 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 70534 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1314372

[startup+1.50039 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 12306
/proc/meminfo: memFree=30047524/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 83734 0 0 0 138 11 0 0 20 0 4 0 106735915 1345916928 84543 33554432000 4194304 16246674 140737177155584 140737177138576 8058254 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 328593 84543 802 2943 0 325487 0
[pid=12302/tid=12303] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 84543 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 84543 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1345916928 84543 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1314372

[startup+3.10036 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 12306
/proc/meminfo: memFree=29981852/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1348164 CPUtime=3.09 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 161975 0 0 0 285 24 0 0 20 0 4 0 106735915 1380519936 167894 33554432000 4194304 16246674 140737177155584 140737177138576 5889452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 337041 167903 837 2943 0 333935 0
[pid=12302/tid=12303] ppid=12299 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1380519936 167909 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1380519936 167914 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1380519936 167919 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1348164

[startup+6.30038 s]
/proc/loadavg: 2.02 2.03 2.00 4/184 12306
/proc/meminfo: memFree=29263212/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1348164 CPUtime=6.29 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 271524 0 0 0 586 43 0 0 20 0 4 0 106735915 1380519936 277443 33554432000 4194304 16246674 140737177155584 140737177137472 4220807 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 337041 277443 837 2943 0 333935 0
[pid=12302/tid=12303] ppid=12299 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1380519936 277443 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1380519936 277443 33554432000 4194304 16246674 140737177155584 140552804740112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1380519936 277443 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1348164

[startup+12.7004 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 12306
/proc/meminfo: memFree=29011032/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=1595972 CPUtime=12.69 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 333497 0 0 0 1218 51 0 0 20 0 4 0 106735915 1634275328 340438 33554432000 4194304 16246674 140737177155584 140737177154680 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 398993 340438 847 2943 0 395887 0
[pid=12302/tid=12303] ppid=12299 vsize=1595972 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 1634275328 340438 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=1595972 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 1634275328 340438 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=1595972 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 1634275328 340438 33554432000 4194304 16246674 140737177155584 140552794266800 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) 1595972

[startup+25.5005 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 12306
/proc/meminfo: memFree=26703820/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=3897924 CPUtime=25.48 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 908985 0 0 0 2397 151 0 0 20 0 4 0 106735915 3991474176 916182 33554432000 4194304 16246674 140737177155584 140737177154680 4206952 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 974481 916182 847 2943 0 971375 0
[pid=12302/tid=12303] ppid=12299 vsize=3897924 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 3991474176 916182 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=3897924 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 3991474176 916182 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=3897924 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 3991474176 916182 33554432000 4194304 16246674 140737177155584 140552794266800 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) 3897924

[startup+51.1005 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12306
/proc/meminfo: memFree=21976620/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=8617540 CPUtime=51.07 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 2088892 0 0 0 4793 314 0 0 20 0 4 0 106735915 8824360960 2096089 33554432000 4194304 16246674 140737177155584 140737177154680 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2154385 2096089 847 2943 0 2151279 0
[pid=12302/tid=12303] ppid=12299 vsize=8617540 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 8824360960 2096089 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=8617540 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 8824360960 2096089 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=8617540 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 8824360960 2096089 33554432000 4194304 16246674 140737177155584 140552794266800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8617540

[startup+102.301 s]
/proc/loadavg: 2.05 2.03 2.00 4/183 12307
/proc/meminfo: memFree=17602792/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=12982852 CPUtime=102.27 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 3180226 0 0 0 9735 492 0 0 20 0 4 0 106735915 13294440448 3187423 33554432000 4194304 16246674 140737177155584 140737177153408 14006617 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 3245713 3187423 852 2943 0 3242607 0
[pid=12302/tid=12303] ppid=12299 vsize=12982852 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 13294440448 3187423 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=12982852 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 13294440448 3187423 33554432000 4194304 16246674 140737177155584 140552804740112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=12982852 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 13294440448 3187423 33554432000 4194304 16246674 140737177155584 140552794266800 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) 12982852



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+152.1 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 12309
/proc/meminfo: memFree=14734852/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=15884868 CPUtime=152.04 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) R 12299 12302 8429 0 -1 4202496 3905713 0 0 0 14497 707 0 0 20 0 4 0 106735915 16266104832 3912910 33554432000 4194304 16246674 140737177155584 140737177154680 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 3971217 3912910 852 2943 0 3968111 0
[pid=12302/tid=12303] ppid=12299 vsize=15884868 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12303/stat : 12303 (toysat) S 12299 12302 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106735915 16266104832 3912915 33554432000 4194304 16246674 140737177155584 140552883383536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=15884868 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) S 12299 12302 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106735915 16266104832 3912922 33554432000 4194304 16246674 140737177155584 140552804740336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12305] ppid=12299 vsize=15884868 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (toysat) S 12299 12302 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106735915 16266104832 3912927 33554432000 4194304 16246674 140737177155584 140552794266800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 152.04
Current children cumulated vsize (KiB) 15884868

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

[startup+152.4 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 12309
/proc/meminfo: memFree=14734852/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=0 CPUtime=152.33 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) Z 12299 12302 8429 0 -1 4203532 3905888 0 0 0 14497 736 0 0 20 0 2 0 106735915 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 0 0 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) R 12299 12302 8429 0 -1 4203588 7 0 0 0 0 28 0 0 20 0 2 0 106735915 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) 152.33
Current children cumulated vsize (KiB) 0

[startup+152.8 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 12309
/proc/meminfo: memFree=14734852/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=0 CPUtime=152.73 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) Z 12299 12302 8429 0 -1 4203532 3905888 0 0 0 14497 776 0 0 20 0 2 0 106735915 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 0 0 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) R 12299 12302 8429 0 -1 4203588 7 0 0 0 0 68 0 0 20 0 2 0 106735915 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) 152.73
Current children cumulated vsize (KiB) 0

[startup+152.9 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 12309
/proc/meminfo: memFree=29801108/32872528 swapFree=11196/354588
[pid=12302] ppid=12299 vsize=0 CPUtime=152.84 cores=1,3,5,7
/proc/12302/stat : 12302 (toysat) Z 12299 12302 8429 0 -1 4203532 3905888 0 0 0 14497 787 0 0 20 0 2 0 106735915 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 0 0 0 0 0 0 0
[pid=12302/tid=12304] ppid=12299 vsize=0 CPUtime=0.79 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (toysat) R 12299 12302 8429 0 -1 4203588 7 0 0 0 0 79 0 0 20 0 2 0 106735915 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) 152.84
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 152.931
CPU time (s): 152.869
CPU user time (s): 144.976
CPU system time (s): 7.8928
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 15884868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.976
system time used= 7.8928
maximum resident set size= 15652340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3905888
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= 79
involuntary context switches= 156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.347947 second user time and 0.635903 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-06 23:20:25
IDJOB=4079094
IDBENCH=3037
IDSOLVER=2542
FILE ID=node126/4079094-1465248024
RUNJOBID= node126-1465218023-8446
PBS_JOBID= 19843210
Free space on /tmp= 71700 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079094-1465248024/watcher-4079094-1465248024 -o /tmp/evaluation-result-4079094-1465248024/solver-4079094-1465248024 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465218023-8446 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079094-1465248024.opb

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

MD5SUM BENCH= 66d5880a6e31a2306fb439f7c6328d4b
RANDOM SEED=915009361

node126.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.500
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.00
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.500
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.500
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.500
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.500
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.500
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.500
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.500
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:        30373092 kB
Buffers:           51792 kB
Cached:           157324 kB
SwapCached:         2248 kB
Active:          1334544 kB
Inactive:         105956 kB
Active(anon):    1231388 kB
Inactive(anon):     2388 kB
Active(file):     103156 kB
Inactive(file):   103568 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098548 kB
Dirty:             36720 kB
Writeback:             0 kB
AnonPages:       1587192 kB
Mapped:            10808 kB
Shmem:                 0 kB
Slab:             569536 kB
SReclaimable:      13396 kB
SUnreclaim:       556140 kB
KernelStack:        1472 kB
PageTables:         7360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1727008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1568768 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= 71684 MiB
End job on node126 at 2016-06-06 23:22:58