Trace number 4106415

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-02OPT2 2.58561 2.5867

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=17-P1=29-P2=17-P3=19-P4=2-P5=11-P6=29-P7=17-P8=5-B.opb
MD5SUM72fe30e1c21a3b80e1a1f9cf3965ebc5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.046992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables120
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)200
Sum of products size (including duplicates)400
Number of different products200
Sum of products size400

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T19:31:22+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-4106415-1466271082.opb"]
0.00/0.01	c use --random-gen="2626646446 2351102970 1208235952 942029417 1643216065 262462083 3177327411 1378407523 1331955858 21895311 86346270 172747382 3508376063 1959719737 4121008151 1178216293 3674639057 143045110 3718834250 22681286 1260603729 2081629010 3313223607 173590901 184491193 2920585879 4169212960 2037113957 2150230544 3914582701 3117128716 3559429105 727615096 3373081568 2575920290 572096779 2825098120 4207582988 1556660628 1170257252 704850953 363384411 3213461925 2553763774 2634950434 1649668068 1159918207 205027201 1656210296 1465190727 405443190 116223622 1998145142 2023731896 1848923553 484826288 1915554980 1531001863 554944176 3310841781 1230040219 2575715948 1778193400 2008466842 740309208 3062461651 3979816270 647185287 2114262710 2489349325 1301620514 1978838632 4121782311 1676024829 1323050291 1325835349 2561235092 3841497596 370023427 331802679 3132673555 1268811323 2295323161 1698698697 2254565468 1139183966 3602254329 3791069634 452266720 2516342530 279797962 270371573 118165943 2755519007 1625754174 1420591660 4090649379 3739930704 2951250084 2107447286 223689484 4078710693 2146289238 2732449025 1608410440 2460912685 2328952651 1106866273 19601095 2131613483 435191652 3083798859 2707803225 6101175 2211369354 2098228569 2887476962 1213712257 2226160232 4209517937 2682490424 3126123308 3949680299 2127911935 4253877310 2460237836 4219487935 72143321 3716588131 2541283739 3817521810 1683986093 1076361494 2215871360 3915200316 2719071237 2829172123 2062711389 3148425913 2752437988 551608050 183620274 1074616467 4068174640 3040585451 1578965118 1038882104 2771961599 3421139970 3118582939 3083635283 76565183 3933547458 1122062447 3235091235 1686617256 965308365 3770470827 106485980 3893870519 324800548 2843336487 1432699469 2916959557 1836013693 296975719 1108497000 4155964846 3237587412 1687915304 2803648360 3680866214 1701689237 3567994046 2909603035 435792496 996532421 2308209385 2313080480 3937729793 3722426560 261450984 4275463409 223332986 2856584139 2866891778 400427125 3759694883 3068819355 228632252 3504080752 2036627989 4151494198 3454270579 3932699995 1656420410 1849742457 1341379273 1504732660 287885580 986246831 86099142 3688894068 3074250376 3646424152 2250408614 2398019662 3421623195 1316982876 1555152834 1456316348 3869479513 2986165333 3420298365 3262552123 1350836476 2222323077 2176034013 1738736479 3962694271 2928872285 604549781 4035623649 1345190655 2120062414 2845072787 2369865673 433921245 3905548413 3862195459 4072625126 305175498 824028050 1293620344 2854105677 3162883065 645973509 2847163207 1766541840 3329569620 3429790878 633861481 1107711740 2163175977 1934822699 4021623995 545894987 1802927762 3068810095 1987970275 3234339700 3941188389 402298167 2657832156 3539483348 2525934798 255 362436" option to reproduce the execution
0.00/0.01	c #vars 120
0.00/0.01	c #constraints 17
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      315      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      127 |      100 |      315      0 |        0 |        0
0.00/0.05	c  0.0s |       2 |      423 |      250 |      347      0 |        0 |        0
0.00/0.09	c  0.1s |       3 |      687 |      475 |      382      0 |        0 |        0
0.09/0.15	c  0.1s |       4 |     1109 |      813 |      421      2 |        0 |        0
0.29/0.31	c  0.3s |       5 |     1781 |     1320 |      464      3 |        0 |        0
0.29/0.35	c  0.3s |       5 |     2208 |     1637 |      511      4 |        0 |        0
0.29/0.35	c #cpu_time = 0.337s
0.29/0.35	c #wall_clock_time = 0.338s
0.29/0.35	c #decision = 2208
0.29/0.35	c #random_decision = 6
0.29/0.35	c #conflict = 1637
0.29/0.35	c #restart = 5
0.29/0.35	o 31
0.29/0.35	c BCD2: updating upper bound: 31 -> 30
0.29/0.35	c BCD2: 0 <= obj <= 30
0.29/0.35	c BCD2: #cores=0, #unrelaxed=5, #relaxed=0, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=1 bias=1/2
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |      511      0 |        0 |        0
0.29/0.36	c  0.0s |       0 |        3 |        0 |      511      1 |        0 |        0
0.29/0.36	c #cpu_time = 0.003s
0.29/0.36	c #wall_clock_time = 0.003s
0.29/0.36	c #decision = 3
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 4: cost of the new core is >=2
0.29/0.36	c lower bound updated to 2
0.29/0.36	c BCD2: 2 <= obj <= 30
0.29/0.36	c BCD2: #cores=1, #unrelaxed=1, #relaxed=4, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=2 bias=2/3
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |      511      0 |        0 |        0
0.29/0.37	c  0.0s |       1 |      126 |      100 |      511      0 |        0 |        0
0.39/0.41	c  0.1s |       2 |      398 |      250 |      511      0 |        0 |        0
0.39/0.45	c  0.1s |       3 |      700 |      475 |      563      1 |        0 |        0
0.49/0.54	c  0.2s |       4 |     1368 |      813 |      563      2 |        0 |        0
0.59/0.62	c  0.3s |       5 |     1965 |     1320 |      563      3 |        0 |        0
0.79/0.80	c  0.4s |       6 |     2902 |     2081 |      620      5 |        0 |        0
0.99/1.02	c  0.7s |       7 |     4400 |     3223 |      620      8 |        0 |        0
1.39/1.44	c  1.1s |       8 |     6928 |     4936 |      682     12 |        0 |        0
1.69/1.76	c  1.4s |       9 |    10015 |     7506 |      751     18 |        0 |        0
2.39/2.43	c  2.1s |      10 |    15937 |    11361 |      827     26 |        0 |        0
2.49/2.52	c  2.2s |      10 |    16785 |    11927 |      827     27 |        0 |        0
2.49/2.52	c #cpu_time = 2.154s
2.49/2.52	c #wall_clock_time = 2.160s
2.49/2.52	c #decision = 16785
2.49/2.52	c #random_decision = 55
2.49/2.52	c #conflict = 11927
2.49/2.52	c #restart = 10
2.49/2.52	o 18
2.49/2.52	c BCD2: updating upper bound: 30 -> 17
2.49/2.52	c BCD2: 2 <= obj <= 17
2.49/2.52	c BCD2: #cores=1, #unrelaxed=1, #relaxed=4, #hardened=0
2.49/2.52	c BCD2: #sat=2 #unsat=2 bias=2/4
2.49/2.52	c Solving starts ...
2.49/2.52	c ============================[ Search Statistics ]============================
2.49/2.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.52	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.52	c =============================================================================
2.49/2.52	c  0.0s |       0 |        0 |        0 |      827      0 |        0 |        0
2.49/2.52	c  0.0s |       0 |       68 |        2 |      827      0 |        0 |        0
2.49/2.52	c #cpu_time = 0.003s
2.49/2.52	c #wall_clock_time = 0.003s
2.49/2.52	c #decision = 68
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 2
2.49/2.52	c #restart = 0
2.49/2.52	o 2
2.49/2.52	s OPTIMUM FOUND
2.49/2.52	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 x10
2.49/2.52	v x11 x12 -x13 -x14 -x15 x16 x17 -x18 -x19 -x20
2.49/2.52	v x21 x22 -x23 -x24 -x25 x26 x27 -x28 -x29 -x30
2.49/2.52	v x31 -x32 x33 -x34 -x35 x36 -x37 -x38 -x39 x40
2.49/2.52	v x41 -x42 -x43 x44 x45 -x46 x47 -x48 -x49 -x50
2.49/2.52	v -x51 x52 x53 -x54 -x55 -x56 x57 -x58 -x59 x60
2.49/2.52	v -x61 x62 x63 -x64 x65 -x66 x67 -x68 -x69 -x70
2.49/2.52	v -x71 x72 -x73 x74 -x75 -x76 x77 -x78 x79 -x80
2.49/2.52	v x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
2.49/2.52	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
2.49/2.52	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
2.49/2.52	v x111 -x112 x113 -x114 -x115 x116 x117 x118 -x119 -x120
2.49/2.52	c total CPU time = 2.518s
2.49/2.52	c total wall clock time = 2.525s

Verifier Data

OK	2

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

pid=22306
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.30 2.21 2.20 3/181 22309
/proc/meminfo: memFree=28929520/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=802236 CPUtime=0 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 3003 0 0 0 0 0 0 0 20 0 4 0 29154088 821489664 3364 33554432000 4194304 16246674 140734936496608 140734936496032 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 201071 3373 441 2943 0 197965 0
[pid=22309/tid=22310] ppid=22306 vsize=819644 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 839315456 3435 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=824764 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 844558336 3452 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=828860 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29154088 848752640 3469 33554432000 4194304 16246674 140734936496608 139846137924784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.30 2.21 2.20 3/181 22309
/proc/meminfo: memFree=28929520/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 22043 0 0 0 6 3 0 0 20 0 4 0 29154088 1247350784 22393 33554432000 4194304 16246674 140734936496608 140734936496032 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 304529 22403 765 2943 0 301423 0
[pid=22309/tid=22310] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 22410 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 22415 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 22421 33554432000 4194304 16246674 140734936496608 139846137924784 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) 1218116

[startup+0.200503 s]
/proc/loadavg: 2.30 2.21 2.20 3/181 22309
/proc/meminfo: memFree=28929520/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 40178 0 0 0 14 5 0 0 20 0 4 0 29154088 1247350784 40527 33554432000 4194304 16246674 140734936496608 140734936496032 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 304529 40537 765 2943 0 301423 0
[pid=22309/tid=22310] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 40544 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 40546 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 40550 33554432000 4194304 16246674 140734936496608 139846137924784 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) 1218116

[startup+0.30051 s]
/proc/loadavg: 2.30 2.21 2.20 3/181 22309
/proc/meminfo: memFree=28929520/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 57072 0 0 0 22 7 0 0 20 0 4 0 29154088 1247350784 57421 33554432000 4194304 16246674 140734936496608 140734936496032 12478189 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 304529 57429 765 2943 0 301423 0
[pid=22309/tid=22310] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 57436 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 57439 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 57441 33554432000 4194304 16246674 140734936496608 139846137924784 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) 1218116

[startup+0.700412 s]
/proc/loadavg: 2.30 2.21 2.20 3/181 22309
/proc/meminfo: memFree=28929520/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 131437 0 0 0 52 17 0 0 20 0 4 0 29154088 1247350784 131785 33554432000 4194304 16246674 140734936496608 140734936496032 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 304529 131795 793 2943 0 301423 0
[pid=22309/tid=22310] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 131799 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 131805 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29154088 1247350784 131810 33554432000 4194304 16246674 140734936496608 139846137924784 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) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.30 2.21 2.20 3/185 22313
/proc/meminfo: memFree=28099492/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 245818 0 0 0 115 34 0 0 20 0 4 0 29154088 1248399360 246144 33554432000 4194304 16246674 140734936496608 140734936495920 13780596 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 304785 246144 850 2943 0 301679 0
[pid=22309/tid=22310] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246144 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246144 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246144 33554432000 4194304 16246674 140734936496608 139846137924784 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) 1219140

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22309 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.6005 s]
/proc/loadavg: 2.30 2.21 2.20 3/185 22313
/proc/meminfo: memFree=28099492/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1219140 CPUtime=1.59 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 245820 0 0 0 125 34 0 0 20 0 4 0 29154088 1248399360 246146 33554432000 4194304 16246674 140734936496608 140734936495920 5723359 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 304785 246146 850 2943 0 301679 0
[pid=22309/tid=22310] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246146 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246146 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246146 33554432000 4194304 16246674 140734936496608 139846137924784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1219140

[startup+2.00041 s]
/proc/loadavg: 2.30 2.21 2.20 3/185 22313
/proc/meminfo: memFree=28099492/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1219140 CPUtime=1.99 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 245826 0 0 0 165 34 0 0 20 0 4 0 29154088 1248399360 246152 33554432000 4194304 16246674 140734936496608 140734936478528 5545894 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 304785 246152 850 2943 0 301679 0
[pid=22309/tid=22310] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246152 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246152 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29154088 1248399360 246152 33554432000 4194304 16246674 140734936496608 139846137924784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1219140

[startup+2.40042 s]
/proc/loadavg: 2.30 2.21 2.20 3/185 22313
/proc/meminfo: memFree=27914484/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1305156 CPUtime=2.39 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 267253 0 0 0 202 37 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 140734936478528 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 326289 267579 850 2943 0 323183 0
[pid=22309/tid=22310] ppid=22306 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 139846137924784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1305156

[startup+2.50043 s]
/proc/loadavg: 2.30 2.21 2.20 3/185 22313
/proc/meminfo: memFree=27914484/32872528 swapFree=1505436/1685308
[pid=22309] ppid=22306 vsize=1305156 CPUtime=2.49 cores=1,3,5,7
/proc/22309/stat : 22309 (toysat) R 22306 22309 21389 0 -1 4202496 267253 0 0 0 212 37 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 140734936478528 13781192 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22309/statm: 326289 267579 850 2943 0 323183 0
[pid=22309/tid=22310] ppid=22306 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22310/stat : 22310 (toysat) S 22306 22309 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 139846158888176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22309/tid=22311] ppid=22306 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22311/stat : 22311 (toysat) S 22306 22309 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 139846148398320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22309/tid=22312] ppid=22306 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/22309/task/22312/stat : 22312 (toysat) S 22306 22309 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29154088 1336479744 267579 33554432000 4194304 16246674 140734936496608 139846137924784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1305156

Child status: 0
Real time (s): 2.5867
CPU time (s): 2.58561
CPU user time (s): 2.15567
CPU system time (s): 0.429934
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 1305156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15567
system time used= 0.429934
maximum resident set size= 1070360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267266
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= 20
involuntary context switches= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007998 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 19:31:22
IDJOB=4106415
IDBENCH=48052
IDSOLVER=2542
FILE ID=node135/4106415-1466271082
RUNJOBID= node135-1466266561-21406
PBS_JOBID= 19918237
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=17-P1=29-P2=17-P3=19-P4=2-P5=11-P6=29-P7=17-P8=5-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106415-1466271082/watcher-4106415-1466271082 -o /tmp/evaluation-result-4106415-1466271082/solver-4106415-1466271082 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466266561-21406 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106415-1466271082.opb

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

MD5SUM BENCH= 72fe30e1c21a3b80e1a1f9cf3965ebc5
RANDOM SEED=747463368

node135.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.004
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.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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.004
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.57
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.004
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		: 2667.004
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.004
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		: 2667.004
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		: 2667.004
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:        28930436 kB
Buffers:          154756 kB
Cached:           281944 kB
SwapCached:          716 kB
Active:          1216268 kB
Inactive:         299944 kB
Active(anon):    1080492 kB
Inactive(anon):     1308 kB
Active(file):     135776 kB
Inactive(file):   298636 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2764380 kB
Mapped:            10532 kB
Shmem:                 0 kB
Slab:             605244 kB
SReclaimable:      48916 kB
SUnreclaim:       556328 kB
KernelStack:        1536 kB
PageTables:         9540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2906968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71672 MiB
End job on node135 at 2016-06-18 19:31:24