Trace number 4105737

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) 150.014 150.052

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
MD5SUM2a5c3ceba4b0797f84fa61492c45250f
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376817392001670258842191834970240582444901079515982716395989206874
Number of bits of the biggest sum of numbers301
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:18:36+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-4105737-1466255916.opb"]
0.00/0.01	c use --random-gen="161833770 1127246743 1479663551 4000482633 273510891 2717801188 3023347594 3666048383 1134897862 568548968 376740331 2973371720 3120738363 1450292464 3248581553 3083402760 1085671284 598230330 3218880602 3501212204 3395681228 4293244232 2834540698 4044891542 327980861 4079060329 1561973195 1858882323 1136661648 3561616453 1535242513 1627952085 1603616944 1435586345 3512863355 2835401198 752037921 2893623136 4108213937 2448855378 750274004 2514081594 2527831162 708606001 1068839970 1615337663 1363452231 375412402 3276210929 220851473 680852444 224227740 1265582914 1975500865 2354653360 2767871220 3045378465 1805770780 2128191414 542102007 237897457 1314987253 2638699557 3431328010 4134690461 2537261516 1723048298 2229172327 1515581929 3635576673 1840367258 3733364444 838799764 3086833063 4236110787 3266733240 351835468 4033348885 3524491819 1295457705 2463873603 27741937 1936924324 1123920734 2729281695 886518769 2673255944 1089406490 616725483 2537959769 3701383396 2760833796 711671631 3320467652 122714665 2995630587 2870939144 2972626758 2941226200 1388385497 748288916 3330179031 2927748781 485851114 2308234150 1296490543 2924175274 2479873311 3353083471 354486421 4117889592 3286070856 3648267078 3584655010 1866352675 3862006718 695330253 3511668248 2763556186 3284896344 2751858313 2619910309 767869372 4267082969 836305052 2407166622 412769397 3908581931 2167881483 1658396716 1030235171 1465954015 849587614 1784286724 1533201514 1498074638 2307055602 200366416 3063924480 1239166067 2772506867 1121880412 534894915 291582884 609985549 2927035535 3731474507 670414508 975971905 1877837422 3256028839 1203078319 1067576557 304647460 457207350 2069762120 600519390 4126661990 3832080331 1189554040 1011462333 4084822049 3795026919 2508639839 3283193236 2541172034 1360237313 3335185735 630581119 1810392846 3493714274 3164196061 1412184278 2865581212 3329892558 872319365 3142064320 3102488689 3720742663 947438755 2499446430 1896365789 2462163432 3917391259 1924792407 685325360 2745699073 1868424016 2434298729 1137211160 2190673772 1813377998 3471358064 3003464175 3321758528 2135738879 1812350236 3491396316 3901906295 2290345484 2342555171 644423396 3617720122 729275009 3277512908 1888820878 4204565379 2168540143 3756483453 1842002838 2287515272 2039378818 441584862 2654226547 4205249948 2362125715 3299802968 1961219697 3510734341 2378597521 2171910344 4031848291 3443265394 4092864717 1470049938 4177269396 4084286270 705222392 3759703586 1969390333 4061872820 3128483039 1749491574 4015528125 2938834858 1249852405 173599228 618394473 879294115 1585265370 3298580681 2959507467 16046753 3064650687 946941587 2940057842 320549745 1555858491 3185320532 2381824918 1713140876 3951497212 3701268823 1326169156 2674141140 4005729983 255 362436" option to reproduce the execution
0.39/0.45	c #vars 20501
0.39/0.45	c #constraints 60601

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

pid=6427
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.14 2.06 2.05 3/179 6430
/proc/meminfo: memFree=19301560/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=754244 CPUtime=0 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 2819 0 0 0 0 0 0 0 20 0 4 0 27641715 772345856 3180 33554432000 4194304 16246674 140733856095296 140733856094720 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 189329 3189 442 2943 0 186223 0
[pid=6430/tid=6431] ppid=6427 vsize=799300 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 818483200 3354 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=803396 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 822677504 3373 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=808516 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27641715 827920384 3389 33554432000 4194304 16246674 140733856095296 140101487152304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100131 s]
/proc/loadavg: 2.14 2.06 2.05 3/179 6430
/proc/meminfo: memFree=19301560/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 26431 0 0 0 5 4 0 0 20 0 4 0 27641715 1250496512 26729 33554432000 4194304 16246674 140733856095296 140733856094608 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 305297 26729 800 2943 0 302191 0
[pid=6430/tid=6431] ppid=6427 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 1250496512 26729 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 1250496512 26729 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 1250496512 26729 33554432000 4194304 16246674 140733856095296 140101487152304 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) 1221188

[startup+0.200476 s]
/proc/loadavg: 2.14 2.06 2.05 3/179 6430
/proc/meminfo: memFree=19301560/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 48250 0 0 0 12 7 0 0 20 0 4 0 27641715 1342771200 49059 33554432000 4194304 16246674 140733856095296 140733856094608 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 327825 49065 800 2943 0 324719 0
[pid=6430/tid=6431] ppid=6427 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 1342771200 49070 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 1342771200 49074 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 1342771200 49078 33554432000 4194304 16246674 140733856095296 140101487152304 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) 1311300

[startup+0.30047 s]
/proc/loadavg: 2.14 2.06 2.05 3/179 6430
/proc/meminfo: memFree=19301560/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 58312 0 0 0 21 8 0 0 20 0 4 0 27641715 1344868352 59121 33554432000 4194304 16246674 140733856095296 140733856094608 7371448 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 328337 59121 800 2943 0 325231 0
[pid=6430/tid=6431] ppid=6427 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 1344868352 59121 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 1344868352 59121 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 1344868352 59121 33554432000 4194304 16246674 140733856095296 140101487152304 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) 1313348

[startup+0.700398 s]
/proc/loadavg: 2.14 2.06 2.05 3/179 6430
/proc/meminfo: memFree=19301560/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=1317444 CPUtime=0.69 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 75905 0 0 0 58 11 0 0 20 0 4 0 27641715 1349062656 76714 33554432000 4194304 16246674 140733856095296 140733856077184 12457395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 329361 76723 834 2943 0 326255 0
[pid=6430/tid=6431] ppid=6427 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 1349062656 76728 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 1349062656 76733 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 1349062656 76738 33554432000 4194304 16246674 140733856095296 140101487152304 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) 1317444

[startup+1.50038 s]
/proc/loadavg: 2.14 2.06 2.05 3/183 6434
/proc/meminfo: memFree=18708036/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=1325636 CPUtime=1.49 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 175064 0 0 0 122 27 0 0 20 0 4 0 27641715 1357451264 175873 33554432000 4194304 16246674 140733856095296 140733856094608 13754028 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 331409 175873 845 2943 0 328303 0
[pid=6430/tid=6431] ppid=6427 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 1357451264 175873 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 1357451264 175873 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 1357451264 175873 33554432000 4194304 16246674 140733856095296 140101487152304 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) 1325636

[startup+3.1004 s]
/proc/loadavg: 2.14 2.06 2.05 3/183 6434
/proc/meminfo: memFree=18597800/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=1340996 CPUtime=3.09 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 275686 0 0 0 268 41 0 0 20 0 4 0 27641715 1373179904 276496 33554432000 4194304 16246674 140733856095296 140733856077184 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 335249 276502 845 2943 0 332143 0
[pid=6430/tid=6431] ppid=6427 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 1373179904 276507 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 1373179904 276510 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 1373179904 276514 33554432000 4194304 16246674 140733856095296 140101487152304 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) 1340996

[startup+6.3004 s]
/proc/loadavg: 2.13 2.06 2.05 3/183 6434
/proc/meminfo: memFree=17943824/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=1591876 CPUtime=6.29 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 338603 0 0 0 580 49 0 0 20 0 4 0 27641715 1630081024 339412 33554432000 4194304 16246674 140733856095296 140733856077184 13781888 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 397969 339412 845 2943 0 394863 0
[pid=6430/tid=6431] ppid=6427 vsize=1591876 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 1630081024 339412 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=1591876 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 1630081024 339412 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=1591876 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 1630081024 339412 33554432000 4194304 16246674 140733856095296 140101487152304 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) 1591876

[startup+12.7004 s]
/proc/loadavg: 2.12 2.05 2.05 3/183 6434
/proc/meminfo: memFree=16724824/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=2548292 CPUtime=12.69 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 577621 0 0 0 1189 80 0 0 20 0 4 0 27641715 2609451008 578431 33554432000 4194304 16246674 140733856095296 140733856093960 4221799 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 637073 578438 845 2943 0 633967 0
[pid=6430/tid=6431] ppid=6427 vsize=2548292 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 2609451008 578443 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=2548292 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 2609451008 578449 33554432000 4194304 16246674 140733856095296 140101497625616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=2548292 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 2609451008 578455 33554432000 4194304 16246674 140733856095296 140101487152304 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) 2548292

[startup+25.5005 s]
/proc/loadavg: 2.17 2.07 2.06 3/183 6434
/proc/meminfo: memFree=13537992/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=4529732 CPUtime=25.48 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 1073067 0 0 0 2403 145 0 0 20 0 4 0 27641715 4638445568 1073876 33554432000 4194304 16246674 140733856095296 140733856094472 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 1132433 1073876 845 2943 0 1129327 0
[pid=6430/tid=6431] ppid=6427 vsize=4529732 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 4638445568 1073876 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=4529732 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 4638445568 1073876 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=4529732 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 4638445568 1073876 33554432000 4194304 16246674 140733856095296 140101487152304 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) 4529732

[startup+51.1005 s]
/proc/loadavg: 2.11 2.06 2.05 3/183 6434
/proc/meminfo: memFree=9044196/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=9012804 CPUtime=51.08 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 2193838 0 0 0 4817 291 0 0 20 0 4 0 27641715 9229111296 2194647 33554432000 4194304 16246674 140733856095296 140733856094472 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 2253201 2194647 845 2943 0 2250095 0
[pid=6430/tid=6431] ppid=6427 vsize=9012804 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 9229111296 2194647 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=9012804 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 9229111296 2194647 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=9012804 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 9229111296 2194647 33554432000 4194304 16246674 140733856095296 140101487152304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9012804

[startup+102.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/184 6487
/proc/meminfo: memFree=10747560/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=13321796 CPUtime=102.28 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 3271092 0 0 0 9794 434 0 0 20 0 4 0 27641715 13641519104 3271904 33554432000 4194304 16246674 140733856095296 140733856093120 14007031 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 3330449 3271904 850 2943 0 3327343 0
[pid=6430/tid=6431] ppid=6427 vsize=13321796 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 13641519104 3271904 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=13321796 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 13641519104 3271904 33554432000 4194304 16246674 140733856095296 140101497625616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=13321796 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 13641519104 3271904 33554432000 4194304 16246674 140733856095296 140101487152304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13321796



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+149.2 s]
/proc/loadavg: 2.04 2.05 2.05 3/183 6488
/proc/meminfo: memFree=3035024/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=15892036 CPUtime=149.16 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) R 6427 6430 28898 0 -1 4202496 3913615 0 0 0 14396 520 0 0 20 0 4 0 27641715 16273444864 3914427 33554432000 4194304 16246674 140733856095296 140733856094392 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 3973009 3914436 850 2943 0 3969903 0
[pid=6430/tid=6431] ppid=6427 vsize=15892036 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6431/stat : 6431 (toysat) S 6427 6430 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27641715 16273444864 3914441 33554432000 4194304 16246674 140733856095296 140101508115696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=15892036 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) S 6427 6430 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27641715 16273444864 3914444 33554432000 4194304 16246674 140733856095296 140101497625840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6430/tid=6433] ppid=6427 vsize=15892036 CPUtime=0 cores=1,3,5,7
/proc/6430/task/6433/stat : 6433 (toysat) S 6427 6430 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27641715 16273444864 3914449 33554432000 4194304 16246674 140733856095296 140101487152304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 149.16
Current children cumulated vsize (KiB) 15892036

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

[startup+149.6 s]
/proc/loadavg: 2.04 2.05 2.05 3/181 6488
/proc/meminfo: memFree=10199104/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=0 CPUtime=149.57 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) Z 6427 6430 28898 0 -1 4203532 3914003 0 0 0 14397 560 0 0 20 0 2 0 27641715 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 0 0 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) R 6427 6430 28898 0 -1 4203588 8 0 0 0 0 39 0 0 20 0 2 0 27641715 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) 149.57
Current children cumulated vsize (KiB) 0

[startup+150 s]
/proc/loadavg: 2.04 2.05 2.05 3/181 6488
/proc/meminfo: memFree=10199104/32872528 swapFree=526336/559040
[pid=6430] ppid=6427 vsize=0 CPUtime=149.96 cores=1,3,5,7
/proc/6430/stat : 6430 (toysat) Z 6427 6430 28898 0 -1 4203532 3914003 0 0 0 14397 599 0 0 20 0 2 0 27641715 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6430/statm: 0 0 0 0 0 0 0
[pid=6430/tid=6432] ppid=6427 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/6430/task/6432/stat : 6432 (toysat) R 6427 6430 28898 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27641715 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) 149.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 150.052
CPU time (s): 150.014
CPU user time (s): 143.97
CPU system time (s): 6.04408
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 15892036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.97
system time used= 6.04408
maximum resident set size= 15659260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3914003
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= 53
involuntary context switches= 152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.368943 second user time and 0.631903 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 15:18:36
IDJOB=4105737
IDBENCH=2995
IDSOLVER=2542
FILE ID=node106/4105737-1466255916
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105737-1466255916/watcher-4105737-1466255916 -o /tmp/evaluation-result-4105737-1466255916/solver-4105737-1466255916 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28915 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105737-1466255916.opb

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

MD5SUM BENCH= 2a5c3ceba4b0797f84fa61492c45250f
RANDOM SEED=465524503

node106.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		: 2667.073
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	: 5334.14
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		: 2667.073
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		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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		: 2667.073
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		: 2667.073
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.38
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		: 2667.073
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:        19301840 kB
Buffers:          101900 kB
Cached:           222488 kB
SwapCached:         1868 kB
Active:         12015760 kB
Inactive:         228236 kB
Active(anon):   11918584 kB
Inactive(anon):     3048 kB
Active(file):      97176 kB
Inactive(file):   225188 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             19052 kB
Writeback:             0 kB
AnonPages:      12477480 kB
Mapped:            10592 kB
Shmem:                 0 kB
Slab:             612564 kB
SReclaimable:      56312 kB
SUnreclaim:       556252 kB
KernelStack:        1496 kB
PageTables:        28312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   12623292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 71660 MiB
End job on node106 at 2016-06-18 15:21:06