Trace number 4105685

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) 164.399 164.445

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
MD5SUMae51e618574b80c61fbc975822c4a1eb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084309088316738947240174611804419280895599096947
Number of bits of the biggest sum of numbers211
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-18T15:07:11+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4105685-1466255231.opb"]
0.00/0.01	c use --random-gen="3693074632 2585928741 3359117448 386385759 174641930 3008007245 4276981981 386343571 3107942811 3429573835 1831166391 2242254589 2370670548 1247019349 2986952295 3718942791 1758493162 91245369 441382853 165083695 605430937 1785698793 2506810812 2467368803 1416941078 3109354344 3366502255 4037773296 3710824304 1200532482 3746975065 3181791971 3431647933 3106164229 3704297781 575189609 3178896512 3095054008 1327546734 624471110 1255971630 2863282434 2410478750 1323506929 3641953660 383795970 1974019980 3050378707 3534620254 32583224 1916945533 3200887440 3421228103 134941424 2127467777 404063045 1284125091 4243357252 3509067328 1433257214 458598635 2074788843 2966989805 2523358131 3991998340 228136628 1446589970 1146283510 2033840940 4189000108 74932947 3527717210 3324217516 2654803984 982536121 1236192669 3032521905 3702687904 4180856638 3674413913 65343236 1131458835 4231113881 2584207000 2810449674 3699735335 1458127284 2482952550 2679612641 1408970824 932132821 2930927872 683576824 2260823629 2472077298 2450622226 4221990959 1454066371 1087183192 2168626231 3378793490 3789729196 2160093125 3593223160 2500392581 3402223289 1729898915 2980080533 1618562580 4208231095 176036485 1843514574 2656081217 220241601 3960608013 622452000 750143989 3205722829 267549806 946672955 1101633733 2867915333 441989620 2189393615 4290000279 1139648154 1445467576 2586712876 3707584658 2943556449 3959832016 649869904 2873802860 951105672 583765137 1602299349 3178927854 2619122758 1668798854 331162407 2141689640 614234490 1749200412 1023792509 2737432893 1790124203 908638921 597008434 2607286937 4076288743 839506923 1272441221 956513969 1620302120 2805783668 2061788444 751247118 824141472 3695109171 1444019954 1787538772 3932427311 1564935698 1268285913 1629255687 2929718532 2943236789 3149342921 3471345508 1979111811 4191746860 1981946835 1065265581 2599951669 2980583854 3048415683 357241877 1358315402 1019290012 94900532 2606791634 2181056890 3547855378 1947552618 2219427878 1914414 1319547075 3380932145 3062310826 2849575944 1233472449 1329416820 47559709 1829650981 347759136 3546295403 3182018494 1345408186 2017705813 1222286927 2016677657 3191366355 2162504552 2406400050 1671946601 1905409162 2577643100 3398929109 3987392190 418859721 323098132 3898700335 200468717 3988139691 2563075004 3757452449 2218405296 2622400817 2047017866 1581450463 1791739226 1112376301 2713864401 3258873190 1976031314 3993406640 3349129990 2261087961 2061877915 452667461 1997499078 2633655185 2001037533 2723824126 3040809853 41659344 70186948 4001808262 2264724706 3764551545 4078915282 4286819836 2519408751 3774193108 2544080582 4041264746 1361944064 2246186262 29241325 2928163965 718544317 1787676768 3632136193 3314296536 1093614078 2474184270 255 362436" option to reproduce the execution
0.19/0.23	c #vars 10151
0.19/0.23	c #constraints 29821

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

pid=24161
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.13 2.05 2.01 3/179 24164
/proc/meminfo: memFree=30568728/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=677308 CPUtime=0 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 2521 0 0 0 0 0 0 0 20 0 4 0 27573029 693563392 2881 33554432000 4194304 16246674 140736194159072 140736194158496 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 170351 2893 441 2943 0 167245 0
[pid=24164/tid=24165] ppid=24161 vsize=695740 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 712437760 2951 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=699836 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 716632064 2966 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=703932 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27573029 720826368 2982 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 24164
/proc/meminfo: memFree=30568728/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=1222212 CPUtime=0.09 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 26425 0 0 0 6 3 0 0 20 0 4 0 27573029 1251545088 26724 33554432000 4194304 16246674 140736194159072 140736194158384 4223718 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 305553 26729 800 2943 0 302447 0
[pid=24164/tid=24165] ppid=24161 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 1251545088 26733 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 1251545088 26738 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 1251545088 26742 33554432000 4194304 16246674 140736194159072 140494644432048 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) 1222212

[startup+0.200509 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 24164
/proc/meminfo: memFree=30568728/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 48402 0 0 0 13 6 0 0 20 0 4 0 27573029 1343819776 49211 33554432000 4194304 16246674 140736194159072 140736194158384 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 328081 49217 800 2943 0 324975 0
[pid=24164/tid=24165] ppid=24161 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 1343819776 49223 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 1343819776 49227 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 1343819776 49232 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300477 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 24164
/proc/meminfo: memFree=30568728/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 49206 0 0 0 23 6 0 0 20 0 4 0 27573029 1345916928 50015 33554432000 4194304 16246674 140736194159072 140736194158384 13778108 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 328593 50015 834 2943 0 325487 0
[pid=24164/tid=24165] ppid=24161 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 1345916928 50015 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 1345916928 50015 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 1345916928 50015 33554432000 4194304 16246674 140736194159072 140494644432048 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) 1314372

[startup+0.700411 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 24164
/proc/meminfo: memFree=30568728/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=1322564 CPUtime=0.69 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 90772 0 0 0 56 13 0 0 20 0 4 0 27573029 1354305536 91581 33554432000 4194304 16246674 140736194159072 140736194158384 12497512 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 330641 91581 843 2943 0 327535 0
[pid=24164/tid=24165] ppid=24161 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 1354305536 91581 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 1354305536 91581 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 1354305536 91581 33554432000 4194304 16246674 140736194159072 140494644432048 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) 1322564

[startup+1.50041 s]
/proc/loadavg: 2.13 2.05 2.01 4/183 24168
/proc/meminfo: memFree=30138296/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=1322564 CPUtime=1.49 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 181631 0 0 0 123 26 0 0 20 0 4 0 27573029 1354305536 182440 33554432000 4194304 16246674 140736194159072 140736194140992 12484149 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 330641 182443 843 2943 0 327535 0
[pid=24164/tid=24165] ppid=24161 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 1354305536 182445 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 1354305536 182447 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 1354305536 182449 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1322564

[startup+3.10039 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 24168
/proc/meminfo: memFree=29455800/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=1574468 CPUtime=3.09 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 334100 0 0 0 262 47 0 0 20 0 4 0 27573029 1612255232 334909 33554432000 4194304 16246674 140736194159072 140736194158384 13767184 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 393617 334909 844 2943 0 390511 0
[pid=24164/tid=24165] ppid=24161 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 1612255232 334909 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 1612255232 334909 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 1612255232 334909 33554432000 4194304 16246674 140736194159072 140494644432048 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) 1574468

[startup+6.30041 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 24168
/proc/meminfo: memFree=29229048/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=1574468 CPUtime=6.29 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 334250 0 0 0 582 47 0 0 20 0 4 0 27573029 1612255232 335059 33554432000 4194304 16246674 140736194159072 140736194158384 12495712 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 393617 335059 844 2943 0 390511 0
[pid=24164/tid=24165] ppid=24161 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 1612255232 335059 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 1612255232 335059 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 1612255232 335059 33554432000 4194304 16246674 140736194159072 140494644432048 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) 1574468

[startup+12.7004 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 24168
/proc/meminfo: memFree=28597544/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=2204228 CPUtime=12.69 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 491690 0 0 0 1199 70 0 0 20 0 4 0 27573029 2257129472 492499 33554432000 4194304 16246674 140736194159072 140736194158248 13767278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 551057 492499 844 2943 0 547951 0
[pid=24164/tid=24165] ppid=24161 vsize=2204228 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 2257129472 492499 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=2204228 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 2257129472 492499 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=2204228 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 2257129472 492499 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2204228

[startup+25.5005 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 24168
/proc/meminfo: memFree=26326616/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=4471364 CPUtime=25.49 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 1058475 0 0 0 2397 152 0 0 20 0 4 0 27573029 4578676736 1059284 33554432000 4194304 16246674 140736194159072 140736194158248 6942136 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 1117841 1059284 844 2943 0 1114735 0
[pid=24164/tid=24165] ppid=24161 vsize=4471364 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 4578676736 1059284 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=4471364 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 4578676736 1059284 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=4471364 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 4578676736 1059284 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4471364

[startup+51.1005 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 24168
/proc/meminfo: memFree=22049476/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=8740420 CPUtime=51.08 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 2125741 0 0 0 4811 297 0 0 20 0 4 0 27573029 8950190080 2126550 33554432000 4194304 16246674 140736194159072 140736194158248 4220871 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 2185105 2126550 844 2943 0 2181999 0
[pid=24164/tid=24165] ppid=24161 vsize=8740420 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 8950190080 2126550 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=8740420 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 8950190080 2126550 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=8740420 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 8950190080 2126550 33554432000 4194304 16246674 140736194159072 140494644432048 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) 8740420

[startup+102.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/183 24169
/proc/meminfo: memFree=17399168/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=13381188 CPUtime=102.28 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 3285936 0 0 0 9763 465 0 0 20 0 4 0 27573029 13702336512 3286744 33554432000 4194304 16246674 140736194159072 140736194156992 13899751 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 3345297 3286744 845 2943 0 3342191 0
[pid=24164/tid=24165] ppid=24161 vsize=13381188 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 13702336512 3286744 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=13381188 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 13702336512 3286744 33554432000 4194304 16246674 140736194159072 140494654905360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=13381188 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 13702336512 3286744 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13381188

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 24170
/proc/meminfo: memFree=15484876/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=15479364 CPUtime=162.25 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 3810411 0 0 0 15677 548 0 0 20 0 4 0 27573029 15850868736 3811213 33554432000 4194304 16246674 140736194159072 140736194158168 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 3869841 3811213 849 2943 0 3866735 0
[pid=24164/tid=24165] ppid=24161 vsize=15479364 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 15850868736 3811213 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=15479364 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 15850868736 3811213 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=15479364 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 15850868736 3811213 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15479364



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+163.6 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 24170
/proc/meminfo: memFree=15140880/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=15884868 CPUtime=163.54 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) R 24161 24164 20760 0 -1 4202496 3911764 0 0 0 15789 565 0 0 20 0 4 0 27573029 16266104832 3912566 33554432000 4194304 16246674 140736194159072 140736194158248 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 3971217 3912566 849 2943 0 3968111 0
[pid=24164/tid=24165] ppid=24161 vsize=15884868 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24165/stat : 24165 (toysat) S 24161 24164 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27573029 16266104832 3912566 33554432000 4194304 16246674 140736194159072 140494665395440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=15884868 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) S 24161 24164 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27573029 16266104832 3912566 33554432000 4194304 16246674 140736194159072 140494654905584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24164/tid=24167] ppid=24161 vsize=15884868 CPUtime=0 cores=0,2,4,6
/proc/24164/task/24167/stat : 24167 (toysat) S 24161 24164 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27573029 16266104832 3912566 33554432000 4194304 16246674 140736194159072 140494644432048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 163.54
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 24164 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+164.007 s]
/proc/loadavg: 2.04 2.05 2.00 3/181 24170
/proc/meminfo: memFree=20589052/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=0 CPUtime=163.95 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) Z 24161 24164 20760 0 -1 4203532 3912085 0 0 0 15790 605 0 0 20 0 2 0 27573029 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 0 0 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=0 CPUtime=0.39 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) R 24161 24164 20760 0 -1 4203588 8 0 0 0 0 39 0 0 20 0 2 0 27573029 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 163.95
Current children cumulated vsize (KiB) 0

[startup+164.4 s]
/proc/loadavg: 2.04 2.05 2.00 3/181 24170
/proc/meminfo: memFree=20589052/32872528 swapFree=163656/177964
[pid=24164] ppid=24161 vsize=0 CPUtime=164.35 cores=0,2,4,6
/proc/24164/stat : 24164 (toysat) Z 24161 24164 20760 0 -1 4203532 3912085 0 0 0 15790 645 0 0 20 0 2 0 27573029 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24164/statm: 0 0 0 0 0 0 0
[pid=24164/tid=24166] ppid=24161 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/24164/task/24166/stat : 24166 (toysat) R 24161 24164 20760 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27573029 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 164.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 164.445
CPU time (s): 164.399
CPU user time (s): 157.903
CPU system time (s): 6.49601
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 15884868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.903
system time used= 6.49601
maximum resident set size= 15651548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3912085
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= 75
involuntary context switches= 180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.85287 second user time and 0.91886 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:07:11
IDJOB=4105685
IDBENCH=2978
IDSOLVER=2542
FILE ID=node105/4105685-1466255231
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= ae51e618574b80c61fbc975822c4a1eb
RANDOM SEED=1504310857

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30569264 kB
Buffers:          108812 kB
Cached:           202776 kB
SwapCached:         1472 kB
Active:           269084 kB
Inactive:        1117204 kB
Active(anon):     172680 kB
Inactive(anon):   904264 kB
Active(file):      96404 kB
Inactive(file):   212940 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             17716 kB
Writeback:             4 kB
AnonPages:       1251816 kB
Mapped:            10484 kB
Shmem:                 0 kB
Slab:             605088 kB
SReclaimable:      48328 kB
SUnreclaim:       556760 kB
KernelStack:        1488 kB
PageTables:         6668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1396200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1079296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node105 at 2016-06-18 15:09:56