Trace number 4079098

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) 203.102 203.147

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-293748522-max.opb
MD5SUM50ef915b8394905691666d94e6255b02
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126251
Total number of constraints376501
Number of constraints which are clauses376500
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 constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183458939186359237855339087154914381761439684078145960801002138540726341456750663926391477739601670186323216597922945296376611154942589417036267773885199147
Number of bits of the biggest sum of numbers751
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:21:14+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-4079098-1465248073.opb"]
0.00/0.01	c use --random-gen="1460437607 824701322 3439633228 2701972445 2432532758 1181218949 825621281 1285228611 1928116941 2879054396 862306683 2737969703 181259709 1587866998 785227241 160569147 2075880571 1267736850 1647773178 3226016647 3681174402 1092693970 4124117217 3756730414 3712260201 2482223382 4078585375 2342743191 2344687807 1157202985 2015373545 3487366905 2898317729 1073142761 3101694070 960558223 1305520392 1366496293 3185388467 3811148070 2654196046 2828482978 2402557967 2309062250 4167965204 3367723291 3286238129 2874231937 2703888251 2296950761 2751732403 560043321 3101133918 2673214280 497753430 1437551336 689080084 301721328 3209853321 2137269310 1424468439 2413285158 1720754507 1721270538 2806836337 3253195226 3053096068 3466829799 294272026 1858194328 2885095489 3537138207 889766839 57679438 3384711398 2358938321 2923130139 2634739727 3464995241 3444207046 1584001538 1126481406 806604251 186512946 1811689541 1743700512 905721631 255605920 4285824679 1390996565 784044399 780282208 3711808454 1519355533 1033213135 2171522754 2300920201 2806525572 225434485 2905850442 199343161 1853770895 4073916628 1137768987 1625607423 2619471240 283063459 3273218086 3847320183 3301655872 2837216698 2752989507 1370464083 641865767 2778879510 3303250890 2323021696 2026828669 1995532850 3172539187 780703645 476383705 3078460978 3397995939 709302742 138106244 2776420954 2357492774 2923534706 1164111235 3292454429 632762384 1130215253 3328648178 1947856068 3178214659 1719145277 1979166719 4220306250 1394594480 2968208375 2383866618 1604563407 3981159887 2408556098 2492322114 89039118 286717503 389495503 3176620723 1653859927 2214059017 2314637449 3581425953 1510786270 3988953442 684001116 1216041788 2263584436 2761154011 3249022310 1821428804 2503508333 2528407064 4179029276 3858011171 4050530849 3209461955 3553615310 1009084408 597154303 1501982082 1176326263 3311739411 2830104196 1069250522 1725863168 2323344486 1310726074 2034098928 2035757757 2103522409 2173530593 960743042 721842464 3689119505 3891116292 159288523 507945366 1800695758 2475735120 3965058421 44223165 3046515768 4049852128 2361232971 1790314331 380334544 2760217756 1518373468 1377648923 1672990690 4256737797 697012013 579096618 3194388288 4159358993 1215945775 3890096315 3130007755 394984200 1972306390 4074265920 2688570006 3261485144 271029418 424106090 3490791959 1536000198 3116726049 2623007133 1610533939 1733391662 865651473 461109171 2524534980 2541772586 3629101306 3271499947 1582325989 4054015493 1158883322 2181894946 1022061708 2043848327 3241015092 1124456782 140754480 1766772995 1903495633 4006849451 3522686309 2785584368 512111065 3165268593 2720532645 3033972547 2204399236 1437303832 2561070740 2183190844 927915232 4129994629 1791861610 408378551 3707918109 255 362436" option to reproduce the execution
3.09/3.11	c #vars 126251
3.09/3.11	c #constraints 376501

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

pid=8084
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 8087
/proc/meminfo: memFree=30598596/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 2719 0 0 0 0 0 0 0 20 0 4 0 106742020 747040768 3592 33554432000 4194304 16246674 140733949163872 140733949163296 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 183151 3601 441 2943 0 180045 0
[pid=8087/tid=8088] ppid=8084 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 765915136 3664 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 770109440 3681 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=756156 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 774303744 3697 33554432000 4194304 16246674 140733949163872 139791052041392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100183 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8087
/proc/meminfo: memFree=30598596/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 25591 0 0 0 6 3 0 0 20 0 4 0 106742020 1332285440 26402 33554432000 4194304 16246674 140733949163872 140733949163184 7853005 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 325265 26416 800 2943 0 322159 0
[pid=8087/tid=8088] ppid=8084 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1332285440 26426 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1332285440 26438 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1332285440 26448 33554432000 4194304 16246674 140733949163872 139791052041392 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.200521 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8087
/proc/meminfo: memFree=30598596/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 49136 0 0 0 13 6 0 0 20 0 4 0 106742020 1342771200 50457 33554432000 4194304 16246674 140733949163872 140733949163184 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 327825 50462 800 2943 0 324719 0
[pid=8087/tid=8088] ppid=8084 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1342771200 50467 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1342771200 50472 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1342771200 50477 33554432000 4194304 16246674 140733949163872 139791052041392 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) 1311300

[startup+0.300493 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8087
/proc/meminfo: memFree=30598596/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 58447 0 0 0 22 7 0 0 20 0 4 0 106742020 1345916928 59768 33554432000 4194304 16246674 140733949163872 140733949163184 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 328593 59768 800 2943 0 325487 0
[pid=8087/tid=8088] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 59768 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 59768 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 59768 33554432000 4194304 16246674 140733949163872 139791052041392 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.700441 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8087
/proc/meminfo: memFree=30598596/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 69825 0 0 0 60 9 0 0 20 0 4 0 106742020 1345916928 71146 33554432000 4194304 16246674 140733949163872 140733949145792 7375649 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 328593 71146 801 2943 0 325487 0
[pid=8087/tid=8088] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 71146 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 71146 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 71146 33554432000 4194304 16246674 140733949163872 139791052041392 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) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8091
/proc/meminfo: memFree=30279064/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 85496 0 0 0 138 11 0 0 20 0 4 0 106742020 1345916928 86817 33554432000 4194304 16246674 140733949163872 140733949161728 4206864 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 328593 86817 802 2943 0 325487 0
[pid=8087/tid=8088] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 86817 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 86817 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1345916928 86817 33554432000 4194304 16246674 140733949163872 139791052041392 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) 1314372

[startup+3.10043 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8091
/proc/meminfo: memFree=30194244/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1388100 CPUtime=3.09 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 102664 0 0 0 294 15 0 0 20 0 4 0 106742020 1421414400 115738 33554432000 4194304 16246674 140733949163872 140733949162968 7392208 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 347025 115738 803 2943 0 343919 0
[pid=8087/tid=8088] ppid=8084 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1421414400 115738 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1421414400 115738 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1421414400 115738 33554432000 4194304 16246674 140733949163872 139791052041392 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) 1388100

[startup+6.30042 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8091
/proc/meminfo: memFree=29501132/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1388100 CPUtime=6.29 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 261834 0 0 0 587 42 0 0 20 0 4 0 106742020 1421414400 280529 33554432000 4194304 16246674 140733949163872 140733949163184 13905559 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 347025 280529 838 2943 0 343919 0
[pid=8087/tid=8088] ppid=8084 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1421414400 280529 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1421414400 280529 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1421414400 280529 33554432000 4194304 16246674 140733949163872 139791052041392 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) 1388100

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8091
/proc/meminfo: memFree=29350436/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=1481284 CPUtime=12.69 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 293579 0 0 0 1223 46 0 0 20 0 4 0 106742020 1516834816 312274 33554432000 4194304 16246674 140733949163872 140733949145792 4226064 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 370321 312274 847 2943 0 367215 0
[pid=8087/tid=8088] ppid=8084 vsize=1481284 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 1516834816 312274 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=1481284 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 1516834816 312274 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=1481284 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 1516834816 312274 33554432000 4194304 16246674 140733949163872 139791052041392 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) 1481284

[startup+25.5005 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8091
/proc/meminfo: memFree=27385124/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=3443268 CPUtime=25.49 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 784076 0 0 0 2412 137 0 0 20 0 4 0 106742020 3525906432 802771 33554432000 4194304 16246674 140733949163872 140733949163048 13810952 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 860817 802771 847 2943 0 857711 0
[pid=8087/tid=8088] ppid=8084 vsize=3443268 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 3525906432 802771 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=3443268 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 3525906432 802771 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=3443268 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 3525906432 802771 33554432000 4194304 16246674 140733949163872 139791052041392 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) 3443268

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8091
/proc/meminfo: memFree=23435108/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=7385668 CPUtime=51.08 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 1769678 0 0 0 4799 309 0 0 20 0 4 0 106742020 7562924032 1788373 33554432000 4194304 16246674 140733949163872 140733949162968 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 1846417 1788373 847 2943 0 1843311 0
[pid=8087/tid=8088] ppid=8084 vsize=7385668 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 7562924032 1788373 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=7385668 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 7562924032 1788373 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=7385668 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 7562924032 1788373 33554432000 4194304 16246674 140733949163872 139791052041392 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) 7385668

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8093
/proc/meminfo: memFree=19112608/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=11698756 CPUtime=102.28 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 2847956 0 0 0 9772 456 0 0 20 0 4 0 106742020 11979526144 2866651 33554432000 4194304 16246674 140733949163872 140733949161792 14007031 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 2924689 2866651 852 2943 0 2921583 0
[pid=8087/tid=8088] ppid=8084 vsize=11698756 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 11979526144 2866651 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=11698756 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 11979526144 2866651 33554432000 4194304 16246674 140733949163872 139791140101136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=11698756 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 11979526144 2866651 33554432000 4194304 16246674 140733949163872 139791052041392 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) 11698756

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8094
/proc/meminfo: memFree=15815752/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=14989892 CPUtime=162.26 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 3614795 0 0 0 15527 699 0 0 20 0 4 0 106742020 15349649408 3689189 33554432000 4194304 16246674 140733949163872 140733949161792 14006848 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 3747473 3689189 852 2943 0 3744367 0
[pid=8087/tid=8088] ppid=8084 vsize=14989892 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 15349649408 3689189 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=14989892 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 15349649408 3689189 33554432000 4194304 16246674 140733949163872 139791140101136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=14989892 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 15349649408 3689189 33554432000 4194304 16246674 140733949163872 139791052041392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 14989892



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+202.2 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 8095
/proc/meminfo: memFree=15188544/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=15886916 CPUtime=202.16 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) R 8084 8087 4590 0 -1 4202496 3839295 0 0 0 19451 765 0 0 20 0 4 0 106742020 16268201984 3913689 33554432000 4194304 16246674 140733949163872 140733949161664 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 3971729 3913689 852 2943 0 3968623 0
[pid=8087/tid=8088] ppid=8084 vsize=15886916 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8088/stat : 8088 (toysat) S 8084 8087 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106742020 16268201984 3913692 33554432000 4194304 16246674 140733949163872 139791150591216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=15886916 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) S 8084 8087 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106742020 16268201984 3913692 33554432000 4194304 16246674 140733949163872 139791140101360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8087/tid=8090] ppid=8084 vsize=15886916 CPUtime=0 cores=0,2,4,6
/proc/8087/task/8090/stat : 8090 (toysat) S 8084 8087 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106742020 16268201984 3913692 33554432000 4194304 16246674 140733949163872 139791052041392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 202.16
Current children cumulated vsize (KiB) 15886916

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

[startup+202.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 8095
/proc/meminfo: memFree=18167408/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=0 CPUtime=202.36 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) Z 8084 8087 4590 0 -1 4203532 3839627 0 0 0 19451 785 0 0 20 0 2 0 106742020 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 0 0 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=0 CPUtime=0.19 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) R 8084 8087 4590 0 -1 4203588 8 0 0 0 0 19 0 0 20 0 2 0 106742020 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) 202.36
Current children cumulated vsize (KiB) 0

[startup+202.8 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 8095
/proc/meminfo: memFree=18167408/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=0 CPUtime=202.75 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) Z 8084 8087 4590 0 -1 4203532 3839627 0 0 0 19451 824 0 0 20 0 2 0 106742020 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 0 0 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) R 8084 8087 4590 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 106742020 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) 202.75
Current children cumulated vsize (KiB) 0

[startup+203 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 8095
/proc/meminfo: memFree=18167408/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=0 CPUtime=202.95 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) Z 8084 8087 4590 0 -1 4203532 3839627 0 0 0 19451 844 0 0 20 0 2 0 106742020 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 0 0 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) R 8084 8087 4590 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 106742020 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) 202.95
Current children cumulated vsize (KiB) 0

[startup+203.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 8095
/proc/meminfo: memFree=18167408/32872528 swapFree=11372/178980
[pid=8087] ppid=8084 vsize=0 CPUtime=203.05 cores=0,2,4,6
/proc/8087/stat : 8087 (toysat) Z 8084 8087 4590 0 -1 4203532 3839627 0 0 0 19451 854 0 0 20 0 2 0 106742020 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8087/statm: 0 0 0 0 0 0 0
[pid=8087/tid=8089] ppid=8084 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/8087/task/8089/stat : 8089 (toysat) R 8084 8087 4590 0 -1 4203588 8 0 0 0 0 88 0 0 20 0 2 0 106742020 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 203.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 203.147
CPU time (s): 203.102
CPU user time (s): 194.518
CPU system time (s): 8.5837
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 15886916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.518
system time used= 8.5837
maximum resident set size= 15656084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3839627
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= 42
involuntary context switches= 209

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.678896 second user time and 0.941856 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 23:21:14
IDJOB=4079098
IDBENCH=3052
IDSOLVER=2542
FILE ID=node105/4079098-1465248073
RUNJOBID= node105-1465220657-4606
PBS_JOBID= 19843223
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 50ef915b8394905691666d94e6255b02
RANDOM SEED=1147774237

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:        30599240 kB
Buffers:           53628 kB
Cached:           168088 kB
SwapCached:         1756 kB
Active:          1293724 kB
Inactive:          96612 kB
Active(anon):    1169280 kB
Inactive(anon):     1508 kB
Active(file):     124444 kB
Inactive(file):    95104 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098464 kB
Dirty:             41560 kB
Writeback:            44 kB
AnonPages:       1347228 kB
Mapped:            10828 kB
Shmem:                 0 kB
Slab:             571300 kB
SReclaimable:      14484 kB
SUnreclaim:       556816 kB
KernelStack:        1472 kB
PageTables:         6796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1489688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1327104 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= 71688 MiB
End job on node105 at 2016-06-06 23:24:37