Trace number 4108939

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 8.08677 8.08876

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-188.opb
MD5SUMf4a912d895a0ec3b6fbe08ae8c055d80
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.461929
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables483
Total number of constraints8027
Number of constraints which are clauses7293
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints713
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
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-19T01:32:29+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-4108939-1466292749.opb"]
0.00/0.01	c use --random-gen="3379511387 678643886 2814955309 725032090 2826119776 93643353 3418832398 3173885728 229558547 2540865489 3913263896 2516926991 191261661 2212275643 2542714303 2787544004 519297106 2156695718 3904248354 1067185766 1951206120 607165350 2589094188 226500046 3618067054 373662458 3368835399 893321988 1981034857 423518635 1715490674 985893998 507333642 3678189961 2394969921 4263370447 741678038 736015357 1825878447 2628333037 1534809508 3609504631 1306982223 1275851725 1586487724 3273330431 3682279690 2252505306 2416434156 3802392875 1720614516 4022366421 3622052602 3375679136 27961831 1188154114 4260533684 3813172142 1595773339 546517864 48559349 3894391874 2777532613 1052749871 3523883709 1220160593 190207439 3745896708 1978997966 1641228992 435517969 995596890 1187275995 2005118788 1034195153 1894379089 3171240346 3592616004 3555055488 2814382506 913855314 2490369969 3619877811 1619267004 3986834761 2949703331 4011833983 1689755902 2230257220 3721948180 4171977546 2821763746 3849169458 2562529277 2600394144 2411961038 3416788652 178348211 2725774494 3503952517 701118662 4267610102 3304941457 371221087 547248146 140112107 1770517468 1320779728 1775402678 4010110914 60000402 79293161 1453109733 2005698297 526564646 1029692969 2331520837 2272226989 1381560332 1807371277 887378996 3101155111 464307984 573178074 3440689706 914443294 247505503 991322983 726911221 1042979393 3734948255 4146338162 1283781663 69463693 3130115703 296889842 1157574855 3071704781 184652318 75395439 2355457452 2227235383 3684174244 3026410375 117568561 2100927028 466208685 2140500626 4284451716 4253048461 128555806 628777472 2822738507 1731665341 346454836 4250946071 1313743137 278767318 4264954827 3934001810 4061471627 2293697761 2885004278 3566282341 790203742 3602698313 2250220119 3730986742 1266697393 1603449484 2614413886 401219953 1930482697 4160374812 1257254965 3119314691 1895013456 1773129560 33865822 3861693486 2468431598 2133885760 4042768990 732179456 1234479315 194379499 1712382845 601071557 1919231913 1942394882 1040753063 2177172059 2766829953 2596178426 986592019 1789763246 2959138060 2568169889 2330438059 486259158 349126022 2928656604 3128261904 1281458678 580252003 3101881217 2385787289 1191149638 3736582915 4255068003 2625038546 2545194050 3077993179 60964170 1374445365 33704021 542865531 1162118327 1835367787 1987039564 543828031 329048367 1967821663 3875159758 3365184630 3824871866 1439247032 3564918290 2074762397 3602566577 2044392383 449714793 1053569833 827482761 3342275391 1692400574 4239873316 1817472270 186107707 3886180855 3200372104 3046967455 2326063349 1825275906 3071070971 3764878160 3139417014 3073859632 1244273616 3840754813 859971589 1097085438 1541431618 2828483936 2514535760 2958724336 255 362436" option to reproduce the execution
0.00/0.08	c #vars 483
0.00/0.08	c #constraints 8027
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     2841      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |      170 |      100 |     2841      0 |        0 |        0
0.28/0.31	c  0.1s |       2 |      549 |      250 |     3126      0 |        0 |        0
0.39/0.41	c  0.2s |       3 |     1079 |      475 |     3439      0 |        0 |        0
0.48/0.58	c  0.4s |       4 |     1703 |      813 |     3783      0 |        0 |        0
0.79/0.81	c  0.6s |       5 |     2586 |     1320 |     4162      0 |        0 |        0
1.10/1.19	c  1.0s |       6 |     3860 |     2081 |     5037      0 |        0 |        0
1.79/1.83	c  1.6s |       7 |     5401 |     3223 |     5541      0 |        0 |        0
2.59/2.63	c  2.4s |       8 |     7817 |     4936 |     6096      0 |        0 |        0
3.69/3.79	c  3.6s |       9 |    11671 |     7506 |     6706      0 |        1 |      164
5.60/5.64	c  5.4s |      10 |    17146 |    11361 |     7377      0 |        2 |      331
7.59/7.70	c  7.5s |      10 |    22826 |    15661 |     7377      0 |       18 |     1086
7.99/8.02	c  7.8s |      10 |    23637 |    16282 |     7377      0 |      108 |     3240
7.99/8.02	c #cpu_time = 7.783s
7.99/8.02	c #wall_clock_time = 7.804s
7.99/8.02	c #decision = 23637
7.99/8.02	c #random_decision = 83
7.99/8.02	c #conflict = 16282
7.99/8.02	c #restart = 10
7.99/8.02	s UNSATISFIABLE
7.99/8.02	c total CPU time = 8.006s
7.99/8.02	c total wall clock time = 8.028s

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

pid=31661
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.23 2.24 2.19 3/179 31664
/proc/meminfo: memFree=27224044/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=813500 CPUtime=0 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 3052 0 0 0 0 0 0 0 20 0 4 0 31321537 833024000 2901 33554432000 4194304 16246674 140734541833680 140734541833104 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 203887 2912 441 2943 0 200781 0
[pid=31664/tid=31665] ppid=31661 vsize=830908 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 850849792 2969 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=835004 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 855044096 2987 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=838076 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31321537 858189824 3000 33554432000 4194304 16246674 140734541833680 139746054491312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.23 2.24 2.19 3/179 31664
/proc/meminfo: memFree=27224044/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 27331 0 0 0 5 4 0 0 20 0 4 0 31321537 1249447936 27119 33554432000 4194304 16246674 140734541833680 140734541832992 6756338 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 305041 27128 843 2943 0 301935 0
[pid=31664/tid=31665] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 27134 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 27140 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 27146 33554432000 4194304 16246674 140734541833680 139746054491312 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) 1220164

[startup+0.200533 s]
/proc/loadavg: 2.23 2.24 2.19 3/179 31664
/proc/meminfo: memFree=27224044/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1220164 CPUtime=0.19 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 46663 0 0 0 12 7 0 0 20 0 4 0 31321537 1249447936 46451 33554432000 4194304 16246674 140734541833680 140734541832992 5886100 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 305041 46461 844 2943 0 301935 0
[pid=31664/tid=31665] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 46468 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 46472 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 46477 33554432000 4194304 16246674 140734541833680 139746054491312 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) 1220164

[startup+0.300503 s]
/proc/loadavg: 2.23 2.24 2.19 3/179 31664
/proc/meminfo: memFree=27224044/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1220164 CPUtime=0.28 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 63827 0 0 0 19 9 0 0 20 0 4 0 31321537 1249447936 63615 33554432000 4194304 16246674 140734541833680 140734541832992 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 305041 63623 880 2943 0 301935 0
[pid=31664/tid=31665] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 63627 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 63632 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 63634 33554432000 4194304 16246674 140734541833680 139746054491312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1220164

[startup+0.700402 s]
/proc/loadavg: 2.23 2.24 2.19 3/179 31664
/proc/meminfo: memFree=27224044/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1220164 CPUtime=0.69 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 122869 0 0 0 52 17 0 0 20 0 4 0 31321537 1249447936 122656 33554432000 4194304 16246674 140734541833680 140734541815552 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 305041 122663 880 2943 0 301935 0
[pid=31664/tid=31665] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 122666 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 122669 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 122672 33554432000 4194304 16246674 140734541833680 139746054491312 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) 1220164

[startup+1.50037 s]
/proc/loadavg: 2.23 2.24 2.19 3/183 31668
/proc/meminfo: memFree=26482096/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1220164 CPUtime=1.49 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 246209 0 0 0 115 34 0 0 20 0 4 0 31321537 1249447936 245996 33554432000 4194304 16246674 140734541833680 140734541815552 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 305041 245996 883 2943 0 301935 0
[pid=31664/tid=31665] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 245996 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 245996 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31321537 1249447936 245996 33554432000 4194304 16246674 140734541833680 139746054491312 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) 1220164

[startup+3.10043 s]
/proc/loadavg: 2.23 2.24 2.19 3/183 31668
/proc/meminfo: memFree=26161548/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1307204 CPUtime=3.09 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 267844 0 0 0 271 38 0 0 20 0 4 0 31321537 1338576896 267631 33554432000 4194304 16246674 140734541833680 140734541815552 5523652 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 326801 267631 886 2943 0 323695 0
[pid=31664/tid=31665] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267631 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267631 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267631 33554432000 4194304 16246674 140734541833680 139746054491312 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) 1307204

[startup+6.30041 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 31668
/proc/meminfo: memFree=26153900/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1307204 CPUtime=6.29 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 267994 0 0 0 591 38 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 140734541815552 6010764 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 326801 267781 892 2943 0 323695 0
[pid=31664/tid=31665] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746054491312 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) 1307204

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

[startup+6.40052 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 31668
/proc/meminfo: memFree=26153900/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1307204 CPUtime=6.39 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 267994 0 0 0 601 38 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 140734541816680 5824683 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 326801 267781 892 2943 0 323695 0
[pid=31664/tid=31665] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746054491312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1307204

[startup+7.20044 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 31668
/proc/meminfo: memFree=26153900/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1307204 CPUtime=7.19 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 267994 0 0 0 681 38 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 140734541816680 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 326801 267781 892 2943 0 323695 0
[pid=31664/tid=31665] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746054491312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1307204

[startup+7.60042 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 31668
/proc/meminfo: memFree=26153900/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1307204 CPUtime=7.59 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 267994 0 0 0 721 38 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 140734541815552 13923741 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 326801 267781 892 2943 0 323695 0
[pid=31664/tid=31665] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746054491312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1307204

[startup+8.00044 s]
/proc/loadavg: 2.20 2.23 2.19 3/183 31668
/proc/meminfo: memFree=26154024/32872528 swapFree=1191052/1305516
[pid=31664] ppid=31661 vsize=1307204 CPUtime=7.99 cores=1,3,5,7
/proc/31664/stat : 31664 (toysat) R 31661 31664 26736 0 -1 4202496 267994 0 0 0 761 38 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 140734541815552 5808128 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31664/statm: 326801 267781 892 2943 0 323695 0
[pid=31664/tid=31665] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31665/stat : 31665 (toysat) S 31661 31664 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746075454704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31666] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (toysat) S 31661 31664 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746064964848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (toysat) S 31661 31664 26736 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 31321537 1338576896 267781 33554432000 4194304 16246674 140734541833680 139746054491312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 8.08876
CPU time (s): 8.08677
CPU user time (s): 7.64584
CPU system time (s): 0.440932
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.64584
system time used= 0.440932
maximum resident set size= 1071140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267998
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= 10

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020996 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-19 01:32:29
IDJOB=4108939
IDBENCH=89751
IDSOLVER=2542
FILE ID=node127/4108939-1466292749
RUNJOBID= node127-1466265123-26753
PBS_JOBID= 19918231
Free space on /tmp= 71668 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-188.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108939-1466292749/watcher-4108939-1466292749 -o /tmp/evaluation-result-4108939-1466292749/solver-4108939-1466292749 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4108939-1466292749.opb

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

MD5SUM BENCH= f4a912d895a0ec3b6fbe08ae8c055d80
RANDOM SEED=987209541

node127.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.769
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.53
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.769
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.769
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.56
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.769
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		: 2666.769
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.56
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.769
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:        27224680 kB
Buffers:            4588 kB
Cached:           129516 kB
SwapCached:          160 kB
Active:          3575176 kB
Inactive:          23488 kB
Active(anon):    3462040 kB
Inactive(anon):     4880 kB
Active(file):     113136 kB
Inactive(file):    18608 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             16748 kB
Writeback:             0 kB
AnonPages:       4770080 kB
Mapped:            10728 kB
Shmem:                 0 kB
Slab:             603260 kB
SReclaimable:      47064 kB
SUnreclaim:       556196 kB
KernelStack:        1456 kB
PageTables:        13012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4914128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 71652 MiB
End job on node127 at 2016-06-19 01:32:37